Re: ifup, dhcp troubleshooting

2002-10-08 Thread paul
thanks, i enabled CONFIG_FILTER and the dhcp works fine. p. - Original Message - From: "Jeff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 12:07 PM Subject: Re: ifup, dhcp troubleshooting > paul, 2002-Oct-08 00:17 -0400: &

Re: ifup, dhcp troubleshooting

2002-10-08 Thread Shyamal Prasad
"paul" == paul miller writes: paul> yes the old kernel, 2.4.18bf2.4, gets an ip via dhcp. i use paul> make menuconfig to setup the kernel options, so i'll run paul> that again and add packet filtering, although the paul> description of packet filtering sounds geared towards

Re: ifup, dhcp troubleshooting

2002-10-08 Thread Jeff
paul, 2002-Oct-08 00:17 -0400: > I have 'network packet filtering' disabled. I think that's used for a > gateway/firewall configartion. > I don't see 'socket packet' but there is 'socket filtering' which is also > disabled. what would you suggest? Right, you need socket filtering..."CONFIG_FILT

RE: ifup, dhcp troubleshooting

2002-10-07 Thread Joyce, Matthew
linux lark, so I'm sorry I have not helped much, I hope I have not caused you to waste your time. Matthew Joyce -Original Message- From: paul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 October 2002 2:44 PM To: Joyce, Matthew; [EMAIL PROTECTED] Subject: Re: ifup, dhcp troubleshooting

RE: ifup, dhcp troubleshooting

2002-10-07 Thread Joyce, Matthew
; [EMAIL PROTECTED] Subject: Re: ifup, dhcp troubleshooting I have 'network packet filtering' disabled. I think that's used for a gateway/firewall configartion. I don't see 'socket packet' but there is 'socket filtering' which is also disabled. what would you

Re: ifup, dhcp troubleshooting

2002-10-07 Thread paul
what do you use to edit your configuration file? i've used make menuconfig, as I don't have X up on my debian box. can you suggest a better way to edit the config from a text console? p. > I recently had a similar problem, I had to add a couple of modules to my > kernel (2.4.18) and recompile.

Re: ifup, dhcp troubleshooting

2002-10-07 Thread paul
ot;Shyamal Prasad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 12:05 AM Subject: Re: ifup, dhcp troubleshooting > "paul" == paul miller writes: > > paul> Hello, I've recently compiled a fresh kernel (to get my >

Re: ifup, dhcp troubleshooting

2002-10-07 Thread paul
"Joyce, Matthew" <[EMAIL PROTECTED]> To: "'paul'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 11:55 PM Subject: RE: ifup, dhcp troubleshooting > I'm sure I had to include "Packet Filtering" and "Socke

Re: ifup, dhcp troubleshooting

2002-10-07 Thread Shyamal Prasad
"paul" == paul miller writes: paul> Hello, I've recently compiled a fresh kernel (to get my paul> audio working) and have lost connectivity. I have a sis900 paul> adapter built in to my board and I configured the kernel to paul> include the sis900 driver. The driver seems t

RE: ifup, dhcp troubleshooting

2002-10-07 Thread Joyce, Matthew
[EMAIL PROTECTED] Subject: Re: ifup, dhcp troubleshooting if i boot with my old kernel, a 2.4.18bf2.4, everything works properly, so the configuation and client are sound. when i boot with my custom compiled kernel nothings happens, no error messages. if i try 'ifconfig -a' the adap

Re: ifup, dhcp troubleshooting

2002-10-07 Thread paul
if i boot with my old kernel, a 2.4.18bf2.4, everything works properly, so the configuation and client are sound. when i boot with my custom compiled kernel nothings happens, no error messages. if i try 'ifconfig -a' the adapter is shown, but without an IP. I checked the dhclient & interfaces m

Re: ifup, dhcp troubleshooting

2002-10-07 Thread paul
AIL PROTECTED]> To: "'paul'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 9:37 PM Subject: RE: ifup, dhcp troubleshooting > You could try running etherconf to help construct a valid /etc/interfaces > > If it not already i

RE: ifup, dhcp troubleshooting

2002-10-07 Thread Joyce, Matthew
- From: paul [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 October 2002 11:57 AM To: Jeff; [EMAIL PROTECTED] Subject: Re: ifup, dhcp troubleshooting my interfaces file looks like this: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp why doesn't this work? p. - Ori

Re: ifup, dhcp troubleshooting

2002-10-07 Thread Stephen Gran
This one time, at band camp, paul said: > my interfaces file looks like this: > > auto lo > iface lo inet loopback > > auto eth0 > iface eth0 inet dhcp > > why doesn't this work? Do you have a DHCP client (pump, dhcp-client) installed? Have you looked at the configuation file/manpage for same?

Re: ifup, dhcp troubleshooting

2002-10-07 Thread paul
my interfaces file looks like this: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp why doesn't this work? p. - Original Message - From: "Jeff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 12:53 PM Subject: Re:

RE: ifup, dhcp troubleshooting

2002-10-07 Thread Joyce, Matthew
You could try running etherconf to help construct a valid /etc/interfaces If it not already installed apt-get install etherconf If is is already installed dpkg-reconfigure etherconf Matthew Joyce -Original Message- From: paul [mailto:[EMAIL PROTECTED]] Sent: Monday, 7 October 2002

Re: ifup, dhcp troubleshooting

2002-10-07 Thread Jeff
paul, 2002-Oct-06 22:36 -0400: > Hello, I've recently compiled a fresh kernel (to get my audio working) and > have lost connectivity. I have a sis900 adapter built in to my board and I > configured the kernel to include the sis900 driver. The driver seems to be > working, ifconfig -a shows eth0,