Hi there,
I want to share a dialup connection on my home lan.
I have ppp0 working correctly
I have set
/proc/sys/net/ipv4/ip_forward = 1
I have started iptables and done the following
iptables -t nat -P POSTROUTING DROP
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
I have set the gateway on my windoz boxes to the linux eth0 address.
It does not work.
What am I missing?
Thank you.
Qatqat
The reason why my girlfriend can read my thoughts is because mine are properly written! (G.Lepore)
I want to share a dialup connection on my home lan.
I have ppp0 working correctly
I have set
/proc/sys/net/ipv4/ip_forward = 1
I have started iptables and done the following
iptables -t nat -P POSTROUTING DROP
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
I have set the gateway on my windoz boxes to the linux eth0 address.
It does not work.
What am I missing?
Thank you.
Qatqat
The reason why my girlfriend can read my thoughts is because mine are properly written! (G.Lepore)