Ben,

> CONFIGURING MASQUERADING
> 
> vi /etc/rc.d/rc.masq
> 
> /sbin/depmod -a
> /sbin/modprobe ip_masq_ftp
> /sbin/ipchains -P forward DENY
> /sbin/ipchains -A forward -s 192.168.1.2/24 -j MASQ
> ## I do have other IPchains  installed...
Forgot to mention...make sure you have a rule like the following:
/sbin/ipchains -A forward -i eth1 -j MASQ after your forward rule above.

eth1 was your connection to the internet on the RH7.1 box.

JMF



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to