Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [root@Inferno] ~# ipfw list
  2. 01000 allow ip from 192.168.25.0/24 to 192.168.10.0/24
  3. 01001 allow ip from 192.168.10.0/24 to 192.168.25.0/24
  4. 10000 nat 25 ip from 192.168.25.0/24 to any
  5. 10001 nat 25 ip from any to 192.168.25.0/24
  6. 65535 allow ip from any to any
  7. [root@Inferno] ~# ipfw nat show config
  8. ipfw nat 25 config if wlan0 same_ports unreg_only reset
  9. [root@Inferno] ~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement