Re: Problems with eth0 and 2.2R4

2001-11-20 Thread Alvin Oga
hi ya daniel i just assumed your manual route add command was a cut-n-paste of the commands from the email ...( not from your history files ? ) dont matter ... good that it was a single "bit" off from what ya wanted ... it(ifup) shoulda been self-correcting ... ( self correcting to wh

Re: Problems with eth0 and 2.2R4

2001-11-20 Thread Daniel Hartman
[EMAIL PROTECTED] wrote: do you mean *.244.241 or *.245.241 in gateway ... === you have a typo !! Ah! That was it. I modified my /etc/network/interfaces to reflect the correct gateway, rebooted, and everything works great. Many thanks. Ok, let's take a step back now. If networking w

Re: Problems with eth0 and 2.2R4

2001-11-20 Thread Alvin Oga
hi ya ># /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) ># The first network card - this entry was created during the Debian > installation ># (network, broadcast and gateway are optional) ># automatically added when upgrading >auto eth0 >i

Re: Problems with eth0 and 2.2R4

2001-11-20 Thread Xingguo Pan
I would like to recommend you use DHCP to configure your interface. Try to change /etc/network/interfaces as: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp However, in your current approach, it seems that the address for eth0 is not configured properly. Can you try:

Re: Problems with eth0 and 2.2R4

2001-11-20 Thread Daniel Hartman
[EMAIL PROTECTED] wrote: | -Original Message- | From: Daniel Hartman [mailto:[EMAIL PROTECTED] | Sent: Monday, 19 November, 2001 04:23 PM | To: Debian-Users List | Subject: Problems with eth0 and 2.2R4 | | | Hey all, | | I am having problems with my ethernet card after installing 2.2R

RE: Problems with eth0 and 2.2R4

2001-11-19 Thread Brooks R. Robinson
| -Original Message- | From: Daniel Hartman [mailto:[EMAIL PROTECTED] | Sent: Monday, 19 November, 2001 04:23 PM | To: Debian-Users List | Subject: Problems with eth0 and 2.2R4 | | | Hey all, | | I am having problems with my ethernet card after installing 2.2R4 on my | laptop. I have t