/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! */


> Internal Network: 192.168.12.0/24= eth0
> External Interface: 24.107.1.23/16= eth1
> All internal users are subject to:
> ipchains -A forward -s 192.168.12.0/24 -d 0.0.0.0/24 -j MASQ



  hello,

  what about to try 


  ipchains -P forward DENY
  ipchains -A forward -s 192.168.12.0/24 -d 172.16.0.0/12 -j ACCEPT
  ipchains -A forward -s 172.16.0.0/12 -d 192.168.12.0/24 -j ACCEPT
  ipchains -A forward -s 192.168.12.0/24 -d 0.0.0.0/24 -j MASQ



  Lumir

_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES 
UNSUBSCRIBING!
or email to [EMAIL PROTECTED]

PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.

Reply via email to