Anyone care to help me out with some routing issues. What I have is a linux machine with a perm modem, with an ip of 139.130.x.x, then a 64 ip subnet of 203.x.x.128, which gets broadcast out over my perm modem.
So my linux machine has a ppp0 (or ppp1) with 139.130.x.x address, then my eth0 in this machine has 203.x.x.129 and a netmask of 255.255.255.192. What I want to do, is to install a eth1 network card, and have a 192.168.1.0 network on eth1 and ip-masq it. Anyone beable to help me out with the routing, as I do the setup and get both network cards going, compile the kernel with everything I need in. And only the ip-masq 192.168.1.0 network will work, I seem to loose all connectivity with the 203.x.x.128 network, it just doesn't work, even with all the ip-forwarding on. Is it possible that the recompile of kernel/reboot etc, some how changed /proc/net/ip_forward, would this stop the 203 blah network from not working? Might have to install it all again and see if it does. Comments welcome though.