Monday, October 8, 2007

Networking and firewall

At a command prompt, type:

1.Configure your server to use a proxy server.
netsh Winhttp set proxy <Sername>:<port number>

2.Configure your server to bypass the proxy for internet addresses.
netsh winttp set proxy <servername>:<port number>bypass-list="<local>"

3.Display or modify IPSEC configuration.
netsh ipsec

4.Display or modify NAP configuration.
netsh nap

5.Display or modify IP to physical address translation.
arp

6.Display or configure the local routing table.
route

7.View or configure DNS server settings.
nslookup

8.Display protocol statistics and current TCP/IP network connections.
netstat

9.Display protocol statistics and current TCP/IP connections using NetBIOS over TCP/IP (NBT).
nbtstat

10.Display hops for network connections.
pathping

11.Trace hops for network connections.
tracert

12.Display the configuration of the multicast router.
mrinfo

13.Enable remote administration of the firewall.
netsh advfirewall firewall set rule group=”Windows Firewall Remote Management” new enable=yes

No comments: