[newbie] darned networking tables

2001-08-18 Thread dic98
I just noticed an annoying ethernet redundancy and I can't figure how to get rid of it. Or maybe I'm not noticing anything and I'm just crazy. You tell me... # netstat -rn Kernel IP routing table DestinationGateway Genmask Flags MSS Window irtt Iface (my isp) 0.0.0.0

Re: [newbie] darned networking tables

2001-08-18 Thread dic98
ip for my machine is 192.168.0.1 (thats the my ip in the table) ip for network is 192.168.0.0 (my network.0 as i wrote it) everything with the network is fine, it seems i can ping back and forth without any trouble ifconfig looks great i just dont know how to get rid of that annoying 2nd eth0 to

Re: [newbie] darned networking tables

2001-08-18 Thread etharp
is the IP for your machine end in .0? needs to end in .1 to .253 as I believe the 192.168.0.0 is reserved as well as 192.168.0.255. the 0.0.0.0 is default until they are assigned a IP from dhcp it is not a problem (normally) for an interface to have more than one entry. what does ifconfig say?

Re: [newbie] darned networking tables

2001-08-18 Thread etharp
linuxconf? netconf. On Saturday 18 August 2001 08:18, [EMAIL PROTECTED] wrote: ip for my machine is 192.168.0.1 (thats the my ip in the table) ip for network is 192.168.0.0 (my network.0 as i wrote it) everything with the network is fine, it seems i can ping back and forth without any