I missed the first,  probally due tpo amount of missed mail at my home isp

what is the ip address of the notebook ?, and what is the actual ipaddress of the main 
machine ? ,,,not its ethernet ports but the host address,

I have the addresses for eth0 & eth1
ifconfig (disconnected from internet) says:
> 
> eth0      Protokoll:Ethernet  Hardware Adresse 00:50:BA:31:0F:B2
>      inet Adresse:10.0.0.10  Bcast:10.0.0.255  Maske:255.255.255.0
> 
> eth1      Protokoll:Ethernet  Hardware Adresse 00:20:AF:6E:F5:16
>  inet Adresse:192.168.0.1  Bcast:192.168.0.255  Maske:255.255.255.0
> 
> lo        Protokoll:Lokale Schleife
>           inet Adresse:127.0.0.1  Maske:255.0.0.0




if 192.n.n.n is the host address
I would add a route out via 10.0.0.10,
the machine can obviously find the interface   as shown from the pings

try 


delete
10.0.0.0        0.0.0.0   255.255.255.0     U     0   0     0 eth0


replace with 

10.0.0.10    0.0.0.0     255.255.255.255  eth0

then route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.0.0.10

that way the hosyt knows that everything in the 10 net is the otherside of eth0


& the opposite way round if the host address is 10.0.n.n

If the host address is dynamically assigned , a route from the host to each ethernet 
port needs to be entered 
and the routing beyound

HTH
 -----Original Message-----
From: Pierre Fortin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 28, 2001 4:19 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Network problem


"Richard Bown (QMW)" wrote:
> 
> Hi all,
> It would help Wolfgang if you could send the routing table on both machines !

>From Wolfgang's *first* post:
> Desktop:
> 217.5.98.14   0.0.0.0   255.255.255.255 UH   0   0     0 ppp0
> 10.0.0.0        0.0.0.0   255.255.255.0     U     0   0     0 eth0
> 192.168.0.0   0.0.0.0   255.255.255.0     U     0   0     0 eth1
> 127.0.0.0       0.0.0.0  255.0.0.0             U     0   0     0 lo
> 0.0.0.0           217.5.98.14    0.0.0.0       UG   0   0     0 ppp0
> Notebook:
> 192.168.0.0   0.0.0.0   255.255.255.0     U     0   0     0 eth0
> 127.0.0.0       0.0.0.0   255.0.0.0            U     0   0     0 lo
> 0.0.0.0           192.168.0.1    0.0.0.0       UG   0   0     0 eth0

Pierre


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to