Tom Hosiawa ([EMAIL PROTECTED]) scribbled:
> > What is the output of 'route -n'?  Also, since this is eth1, I'm assuming
> > you also have an eth0 configured.  Does that also have a default gateway?
> 
> results of 'route -n':
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0
> eth0
> 192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0
> eth1
> 127.0.0.0       127.0.0.1       255.0.0.0       UG    0      0        0
> lo
> 0.0.0.0         192.168.1.1     0.0.0.0         UG    1      0        0
> eth1
> 
> eth0 is just a pci nic on the laptop, something interesting though, if I
> plug in the ethernet cable to it I can ping the router and my other pc
> but still not the outside world.
> 
> I set the default gateway for eth1 too, "gateway="eth0/192.168.1.1", but
> this must be wrong since if I stop eth1 I can't go to any website.

What is the output of ifconfig?  Are you running both nic's
simultaneously?  

It sounds like TCP is working (guarantees trans/rcv), while UDP/ICMP is
not (no guarantee).  Although I forget if mail is UDP or TCP.  

When I run multiple nic's at work, I have (luckily) always had to keep
them on separate subnets.  Makes this stuff a lot easier.  If nothing
turns up I would suggest getting one working with the other totally not
present.  Then get the other working on a different subnet. eg:

eth0 192.168.1.x netmask 255.255.255.0 # 10/100
eth1 192.168.2.y netmask 255.255.255.0 # wireless

HTH,

Cooper.

--
[EMAIL PROTECTED] mailing list

Reply via email to