On Sun, 23 Nov 2003 19:14:44 -0800, Per Hjartoy wrote: >How many dynamic IP addresses do you pay your ADSL provider for? Here in >the SF Bay area you pay an additional $5 per IP address. Unless you buy an >IP DSL/Cablemodem gateway so you can create your own Class C address space >i.e. 192.168.X.X, your FC1 DHCP is not going to work. -- Per Sorry, I know nearly nothing about networking. What is "FC1 DHCP"? A few things: 1. My NIC, my ADSL "modem" and DHCP work fine with Win2k and always have. They all worked fine with OS/2 until I wiped it last week. They all worked fine with the last version of red hat I had installed. The *ONLY* time I've ever encountered a situation where DHCP would not provide a connection, is the last 3 days, and only with the latest red hat and fedora releases (both of which I've installed, to no avail). 2. These operating systems are all on the same machine. Only one is ever run at a time, naturally. Dual boot. 3. I have only one IP address and it's never been an issue since only one machine exists in my house. 4. There is no router or anything like that here. Just one machine, connected via a NIC and an ADSL modem, directly to my phone line. I'm completely stumped, which is not surprising, since I've never built, run, maintained, read about or even much used a network. Here is some info I recorded just now with Red Hat 9 (or whatever the latest version on the FTP sites is). This time, Red Hat didn't autorecognize my NIC (fedora did) so I did the "create new internet connection" thing and this is what I get. It seems to me that the ethernet card is "visible" and that it's sending out requests, but nothing is getting out to the DHCP server or, if the server is replying, the replies aren't getting back in? ============================ [root@localhost root]# dhclient Internet Software Consortium DHCP Client V3.0pl1 Copyright 1995-2001 Internet Software Consortium. All rights reserved. For info, please visit http://www.isc.org/products/DHCP Listening on LPF/eth0/00:80:c8:3f:c1:7f Sending on LPF/eth0/00:80:c8:3f:c1:7f Listening on LPF/lo/ Sending on LPF/lo/ Sending on Socket/fallback DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 6 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 13 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15 DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 21 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20 DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 11 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11 DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 10 No DHCPOFFERS received. No working leases in persistent database - sleeping. [root@localhost root]# ifup eth0 Determining IP information for eth0... failed. [root@localhost root]# ifconfig -a eth0 Link encap:Ethernet HWaddr 00:80:C8:3F:C1:7F UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:24 dropped:0 overruns:0 carrier:48 collisions:0 txqueuelen:100 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:10 Base address:0x2000 lo Link encap:Local Loopback UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:2018 errors:0 dropped:0 overruns:0 frame:0 TX packets:2018 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:140172 (136.8 Kb) TX bytes:140172 (136.8 Kb) ============================ -- Trevor Smith | trevor@xxxxxxxxxxxxxx