Quote:> I have a cable modem connected to my ethernet network through
> a Linksys router/switch. My Win98 and Win2000 machines all
> connect to the Internet with no problem, but the only way I can
> connect to the Internet with Netscape on my linux box is to use a dial
> up modem.
> Any idea of what I'm doing wrong?
> How do I configure Netscape to look to eth0, rather than the modem????
> Thanks,
> Sandy
Linux uses routing tables to determine which interface network packets
go to. To examine the routing table try:
/sbin/route -n
The last entry should be the "default route" and should look something
sorta like (some info missing here):
destination gateway netmask interface
0.0.0.0 w.x.y.z 0.0.0.0 eth0
Your configuration most likely has ppp0 as the default interface. If
so, you need to delete that entry from the routing table and make eth0
your default route.
When you get the network card working will you still need the modem at
all? If not, I'd suggest disabling ppp altogether. That will make
setup much easier.
Sent via Deja.com http://www.deja.com/
Before you buy.