> Good day to all!
> I would like to ask if i did this correctly
>
> 1. in my rc.local
> /sbin/ipchains/ -A forward -j -MASQ -s 10.0.0.0/8
>
> 2. in my ifcfg-eth1
> DEVICE=eth1
> IPADDR=10.0.0.1
> NETMASK=255.0.0.0
> NETWORK=10.0.0.0
> BROADCAST=10.255.255.255
> GATEWAYDEV=eth0
> ONBOOT=yes
> BOOTPROTO=none
>
> thanks
> SUPERMAN
>
>
> _
> Philippine Linux Users Group. Web site and archives at
> http://plug.linux.org.ph To leave: send "unsubscribe" in the body to
> [EMAIL PROTECTED]
>
> To subscribe to the Linux Newbies' List: send "subscribe" in the body
> to [EMAIL PROTECTED]

ipchains -A forward -s 10.0.0.0/24 -j MASQ
ipchains -A forward -s 10.0.0.0/24 -i eth1 or 1 -j MASQ
note:
if this two doesnt work try this to add this one

ipchains -A forward -i eth1 -j MASQ

oninz <-- {^0^}


_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to