gerb
08-03-2002, 04:39 PM
I've decided to take a different approach to what i wrote earlier. Sorry for changing it up for those 9 views...
Objective: Sharing the PPPoE connection thru a linux gateway to the windows network using iptables.
Network:
internal: 192.168.0.X working
external: eth1/ppp0 (?) working
sharing: eth1/ppp0 -> eth0 -> network not working
Problems:
I've tried most of the iptable examples on linuxguruz.org's iptables script repository, and have read through about 5 pages of searched material on the forums here. None seem to work for me.
Questions:
If I wanted to let the internal computers see the internet and vice versa what would be a good chain/rule setup?
Chain ????? (policy ???????)
target prot opt source destination
????? ??? ?? ??????? ????????
What would be the chain, policy, target, source, etc ... if I wanted to share eth1/ppp0 with what is on the other side of eth0?
I'm not sure, this is just a different way to look at the problem by trying to figure out the ends, and then finding the means.
Thanks a lot!
Objective: Sharing the PPPoE connection thru a linux gateway to the windows network using iptables.
Network:
internal: 192.168.0.X working
external: eth1/ppp0 (?) working
sharing: eth1/ppp0 -> eth0 -> network not working
Problems:
I've tried most of the iptable examples on linuxguruz.org's iptables script repository, and have read through about 5 pages of searched material on the forums here. None seem to work for me.
Questions:
If I wanted to let the internal computers see the internet and vice versa what would be a good chain/rule setup?
Chain ????? (policy ???????)
target prot opt source destination
????? ??? ?? ??????? ????????
What would be the chain, policy, target, source, etc ... if I wanted to share eth1/ppp0 with what is on the other side of eth0?
I'm not sure, this is just a different way to look at the problem by trying to figure out the ends, and then finding the means.
Thanks a lot!