On Tue, 2004-06-08 at 12:57, John Fawcett wrote:
> From: "Mauricio Pellegrini"
> > Hi,
> >
> > I've tryed that after reading this message,
> > But couldn't get the route correctly established.
> >
> > I'm giving some more details in this example
> >
> > Server (SuSE 8.2) IP 192.168.10.34
> >
> > Win2k IP 192.168.10. 5 Gets slow when adsl is down
> >
> > Lin_box1 (SuSE 8.2) IP 192.168.10. 3 Performs right all the time
> >
> > All of them are on the same Network.
> > How should I form the route command?
> >
> > Oh, the ADSL router is on 192.168.10.1, Which is set as the default
> > Gateway
> >
> >
> > Any help greatly appreciated.
> >
> > Mauricio
> >
> It might be useful to post the results of
> ipconfig /all
>
> and
>
> route print
>
> on the w2k box. That might give a few clues....
>
> John
Hi,
Following is the result of those commands, but before I would like to
note a detail I forgot to mention before
And perhaps it may be important.
The server has two ethernet cards but only one is configured and
connected to the network .
The configured interface is eth1 not eth0.
This is from the w2k box ( It's in spanish cause all these machines are
running spanish versions of the OS)
C:\>route print
===========================================================================
ILista de interfaces
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 08 54 05 31 de ...... Realtek RTL8139/810x Family Fast
Ethernet NIC
===========================================================================
===========================================================================
Rutas activas:
Destino de red M�scara de red Puerta de acceso Interfaz
M�trica
0.0.0.0 0.0.0.0 192.168.10.1 192.168.10.2
1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1
1
192.168.10.0 255.255.255.0 192.168.10.2 192.168.10.2
1
192.168.10.2 255.255.255.255 127.0.0.1 127.0.0.1
1
192.168.10.255 255.255.255.255 192.168.10.2 192.168.10.2
1
224.0.0.0 224.0.0.0 192.168.10.2 192.168.10.2
1
255.255.255.255 255.255.255.255 192.168.10.2 192.168.10.2
1
Puerta de enlace predeterminada: 192.168.10.1
===========================================================================
Rutas persistentes:
ninguno
And this is from one of the Linux Boxes
pc2s82:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:7D:A8:A7:B4
inet addr:192.168.10.3 Bcast:192.168.10.255
Mask:255.255.255.0
inet6 addr: fe80::2e0:7dff:fea8:a7b4/64 Scope:Link
IPX/Ethernet 802.3 addr:56641932:00E07DA8A7B4
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:247456 errors:3 dropped:0 overruns:0 frame:0
TX packets:11790 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:44990156 (42.9 Mb) TX bytes:1154908 (1.1 Mb)
Interrupt:11 Base address:0x1000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:487 errors:0 dropped:0 overruns:0 frame:0
TX packets:487 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:43016 (42.0 Kb) TX bytes:43016 (42.0 Kb)
And finally this is from the server
eth1 Link encap:Ethernet HWaddr 00:0E:0C:07:D2:48
inet addr:192.168.10.34 Bcast:192.168.10.255
Mask:255.255.255.0
inet6 addr: fe80::20e:cff:fe07:d248/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1122118 errors:0 dropped:0 overruns:0 frame:0
TX packets:431606 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:277616482 (264.7 Mb) TX bytes:310759628 (296.3 Mb)
Interrupt:30 Base address:0x2040 Memory:fe6c0000-fe6e0000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2282 errors:0 dropped:0 overruns:0 frame:0
TX packets:2282 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1692240 (1.6 Mb) TX bytes:1692240 (1.6 Mb)