vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all. Hope someone can point me in the correct direction. Read as much as I could but it might be that I am totally stupid but I can't figure this problem out. I have set up a Wireless AP using Slackware 12. Two ethernet cards eth0 ( Dynamic IP to Internet) and eth1 (Static IP 192.168.1.250 ) and then the Wireless ath0 (Static 192.168.2.250 ) The routing out to internet works from both network. But the routing from 192.168.1.0 to 192.168.2.0 ( and vice verse ) does not work. Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 123.123.123.0 * 255.255.255.0 U 0 0 0 eth0 192.168.2.0 * 255.255.255.0 U 0 0 0 ath0 192.168.1.0 * 255.255.255.0 U 0 0 0 eth1 loopback * 255.0.0.0 U 0 0 0 lo default xy9-zy99.xyz.x 0.0.0.0 UG 0 0 0 eth0 This looks normal for a two network routing. I tried many different ways of adding a gw ath0 --> eth1 this did not work and then the reverse ath1 ---> ath0 Still no effect. If someone please could give me a hint on how to search for an answer I would be very happy. (Sorry for my not so good English) //Micke |
| ||||
| Mussemouse wrote: > Hi all. > Hope someone can point me in the correct direction. Read as much as I > could but it might be that I am totally stupid but I can't figure this > problem out. > > I have set up a Wireless AP using Slackware 12. Two ethernet cards eth0 ( > Dynamic IP to Internet) and eth1 (Static IP 192.168.1.250 ) and then the > Wireless ath0 (Static 192.168.2.250 ) > > The routing out to internet works from both network. But the routing from > 192.168.1.0 to 192.168.2.0 ( and vice verse ) does not work. > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface > 123.123.123.0 * 255.255.255.0 U 0 0 0 > eth0 > 192.168.2.0 * 255.255.255.0 U 0 0 0 > ath0 > 192.168.1.0 * 255.255.255.0 U 0 0 0 > eth1 > loopback * 255.0.0.0 U 0 0 0 lo > default xy9-zy99.xyz.x 0.0.0.0 UG 0 0 0 > eth0 > > This looks normal for a two network routing. I tried many different ways > of > adding a gw ath0 --> eth1 this did not work and then the reverse ath1 > ---> ath0 Still no effect. > If someone please could give me a hint on how to search for an answer I > would be very happy. > (Sorry for my not so good English) > > //Micke Well I follow up my own question. The routing was correct as it was. Testing it with a Slack 12 box it worked as it should!?!? But the Windos clients did not work. So I had to go over all clients and change the value of the Default Gateway to empty so it could take the new value. ( old value 192.168.1.1, new value 192.168.1.250 ) Of some reason the problem was in XP holding the old value after restart... But my problem is solved. //Micke |