On November 26, 2003 11:43 pm, Együd Csaba wrote: > > Hi Egyud, > > There is always a way:) > > So the 10.10.10.0 is your inside network? > > Windows does have a route to it: > > 10.10.10.0 * 255.255.255.0 U 0 > > 0 0 eth0 > > > > You can only have one Default Gateway, but many gateways. > > You want to tell it that for packets destined fro 10.10.10.0 > > net to go out > > 10.10.10.33 which is eth0, so try: > > > > route add -net 10.10.10.0 netmask 255.255.255.0 dev eth0 > > > > That should get you on the local network. > > > > Does anyone remember how to put these in sysconfig (or?) so they are > > persistent? > > -- > > > > Pete Nesbitt, rhce > > Hi Pete, > To tell the truth it didn't work but to balace a small bit your helfulness > I tell you a way to make your changes permanent. > I wrote these changes (route calls, adsl start, and so on) into the file > <<</etc/rc.d/rc.local>>>. Next time I started Linux it read up all the > things from that and my internet connection was working. Many thanks for > it. > > But the local stuff is unvisible so far. No ansver from anywhere. My route > table is: > --------------------------------------------------------------------------- >- - > Destination Gateway Genmask Flags Metric Ref Use > Iface > bors-adsl0.vive * 255.255.255.255 UH 0 0 0 > ppp0 213.163.27.0 * 255.255.255.255 UH 0 0 > 0 ppp0 10.10.10.0 * 255.255.255.0 U 0 0 > 0 th0 -- it seems to be there before...? > 10.10.10.0 * 255.255.255.0 U 0 0 0 > eth0 127.0.0.0 * 255.0.0.0 U 0 0 > 0 lo default bors-adsl0.vive 0.0.0.0 UG 0 0 > 0 ppp0 > --------------------------------------------------------------------------- >- > > Thx, > -- Csaba Hi Egyud, Try removing the line: 0 ppp0 10.10.10.0 * 255.255.255.0 U 0 0 0 th0 ...it just looks wrong, plus "th0" is not a device (I hope it is the email that is causing such a strange display of your routing table! lines continuing onto the next...) Can you ping your own 10.10.10.33 on that machine, from that machine? try: ping 127.0.0.1 ping 10.10.10.33 (linux box) ping 10.10.10.x some other machine. What erros do you get? (time out, Host Unreachable...) -- Pete Nesbitt, rhce -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list