/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! */ I have a LAN of older machines IP-Masq'd behind a Slackware Linux box using a hub. We have one IP, that of the Linux box's eth0. eth1 goes to the hub. Each machine being masq'd also goes to the hub. The machines on the hub are an appletalk network of 3 Macintoshes (routed with netatalk by Linux, all three working,) a Sun 3/80 and a Sun 3/160. Following is our /etc/rc.d/rc.local: ipchains -P forward DENY #One IP for each Sun Machine ipchains -A forward -s 192.168.1.2/32 -j MASQ ipchains -A forward -s 192.168.1.3/32 -j MASQ The problem: Only of on the Suns works at a time; whichever one gets 192.168.1.2 as its IP can see the internet, the other one cannot. The one that gets the other IP can see the IP's of eth0 and eth1, and can telnet to the Linux box (and vice versa) but it can't see the internet. We've tried each Sun with both IP's, and always the one with .1.2 works, the one with .1.3 doesn't. This points away from a hardware problem and towards an inability on our part to use IP-Masq correctly. :) Any help will be greatly appreciated. Thank you. Adam --- [EMAIL PROTECTED] http://www.umit.maine.edu/simpler-computing _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
