Changes between Version 3 and Version 4 of sysadminiptables
- Timestamp:
- Jun 20, 2009, 12:11:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sysadminiptables
v3 v4 29 29 The latter command will generate exactly the same list as the former except the -n (numbers) switch renders the list of addresses in dot decimal form. Without -n the entries in the list are shown as hostnames. So with with iptables -L you see something like this: 30 30 {{{ 31 target prot opt source 31 target prot opt source destination 32 32 ACCEPT tcp -- larry.isp.ca currly.isp.ca dpt:ssh 33 33 ACCEPT tcp -- moe.isp.ca currly.isp.ca tcp dpt:ssh