netstat -lnp --inet inet -4 -6
lsof -i :123
Thursday, September 27, 2012
Tuesday, September 4, 2012
Windows Firewall from the command line
netsh firewall show state
netsh firewall set opmode mode=DISABLE
netsh firewall set opmode mode=ENABLE exceptions=DISABLE
netsh firewall set opmode mode=ENABLE exceptions=ENABLE
More about it: http://support.microsoft.com/kb/947709
netsh firewall set opmode mode=DISABLE
netsh firewall set opmode mode=ENABLE exceptions=DISABLE
netsh firewall set opmode mode=ENABLE exceptions=ENABLE
More about it: http://support.microsoft.com/kb/947709
Subscribe to:
Posts (Atom)