| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 9 months |
| seen | 24 mins ago | |
| stats | profile views | 24 |
|
Feb 21 |
awarded | Cleanup |
|
Feb 21 |
revised |
Which product enforces NTFS permission compliance? rolled back to a previous revision |
|
Feb 20 |
awarded | Student |
|
Feb 20 |
asked | Which product enforces NTFS permission compliance? |
|
Oct 26 |
awarded | Disciplined |
|
Aug 25 |
awarded | Yearling |
|
May 24 |
awarded | Editor |
|
May 24 |
revised |
Allow Broadcast to 255.255.255.255 through TMG/VPN (for NetBios Resolution) added 2 characters in body |
|
Dec 21 |
comment |
Allow Broadcast to 255.255.255.255 through TMG/VPN (for NetBios Resolution) That is a bridge. |
|
Dec 21 |
comment |
Allow Broadcast to 255.255.255.255 through TMG/VPN (for NetBios Resolution) WINS has its own limitations. For example it quite complicate to perform NAT on WINS packets. |
|
Dec 20 |
comment |
Allow Broadcast to 255.255.255.255 through TMG/VPN (for NetBios Resolution) Sorry but Layer 2 is Ethernet and not IP. |
|
Dec 18 |
answered | Separate VoIP telephony and computer network - or not? |
|
Dec 18 |
answered | Identify where a port is blocked |
|
Dec 18 |
answered | Allow Broadcast to 255.255.255.255 through TMG/VPN (for NetBios Resolution) |
|
Sep 14 |
answered | How can I log which interface a BIND query is received on? |
|
Sep 14 |
awarded | Commentator |
|
Sep 14 |
comment |
symbolic link or virtual directories? Better in what way? |
|
Sep 14 |
comment |
SSL 2048-bit certs, how to upgrade our web app without breaking legacy API customers? Technical there is no constrain between the key length of the CA key and the key length of your server key. It is possible to sign a new longer server key with the already trusted CA key. Maybe you can ask your certificate provider to do that. |
|
Sep 14 |
comment |
Exim mail server slow on sending through SMTP A typical reason for delayed SMTP is Greylisting. If it is not the case here you have to sniff the traffic to identify the delay. Use tcpdump -s 0 -w dump.pcap to capture the traffic. After that you can open the file on any system with WireShark to analyze it. |
|
Sep 14 |
answered | .php won't execute but .html will execute php? |