[SLE] Networking Telocity DSL -- [Ticket [20000106100000127]
Hmmm...your still struggling. Sounds like you indeed do need a dynamic address (even though your ISP *may* give you the same one every time). So the "solution" I sent earlier didn't help. But, what I did for a client will work ( took me 3 days to figure out). You do need dhcpcd, start it from the file /etc/rc.d/boot.local . Review the messages over the last 30 days on this topic--there are a couple of ways to do this. I will have access to the system to copy files Sat night or Sun night. If your still stuck I'll send you the complete setup. This server also serves as dhcp server to internal masqueraded network--hangin you'll get it.
Rogier Maas wrote:
"Jeffery S.Norman" wrote:
I found the following information regarding the Telocity DSL modem I am
to hook up that might mean something to someone about why I can't get an internet connection from SuSE 6.3 (from telocity.com's faq pages):
"The Expressway modem is actually a residential gateway that also functions as a router. The router configuration is set through Telocity's systems."
"Network Address Translation is not currently enabled, but will be offered as a future enhancement. "
"The modem acts as a DHCP client during the initial communication with
Ugh. Now I finally tried static IP address from Windows 98 and ... IT WORKS (static) from windows!!?? All along I thought the problem was dhcp but it appears that something else is going on. So, to recap, I can use my static IP numbers to connect through a gateway on Telocity DSL using windows, but in Linux (SuSE 6.3 anyway) I get no connection. I did some experimentation using static ip numbers in Linux. I can ping my network and broadcast addresses (x.x.x.216 and x.x.x.219 respectively, using ping -b x.x.x.y) successfully. Pinging anything else just hangs (of course, I can also ping the pc ip address x.x.x.217, but not the gateway x.x.x.218). My netmask is 255.255.255.252. Any ideas? One possibility: I noticed in windows that NetBIOS over TCP/IP is enabled (and greyed out). Could it be that I need NetBIOS? jim bruer <jim@bruer.org> wrote: trying the
network, and as a host to allocate the IP addresses assigned to the device (such as your PC) during configuration."
Does this tell anyone why dhclient and dhcpcd just hang waiting for a valid dhcp offer?
This sounds *exactly* as my own (solved) problem with my DSL provider. I used SuSE 6.2 with dhclient from The Software Consortum, version 2.
I wanted to use my Linux box as a router using NAT, but it jut wouldn't work, no matter what I did. I ended up moving the NIC to a Windoze host, asked an IP address using DHCP, and moving it back to my Linux Box where it worked just fine (after altering the current leased address). After a couple of hours, the connection died of course, because the lease was never refreshed.
I was amazed how easily I could solve the problem. I just went to www.isc.org and downloaded version 3, which is still in beta, but works fine for me. I compiled it, installed it, and voila. No adjustments, it just worked. And it still does. Now I'm running SuSE 6.3, but I still had to download dhcp 3.
Some users say dhcpcd is fine, I've never tried it, but maybe it works for you.
I wanted to find out *why* it didn't work. I compared the requests Windoze and Linux made, and found out that windoze sent '0.0.0.0' as the current IP address, while Linux sent the currently setup IP address, in my case 192.168.1.1. Probably the DHCP server of my ISP didn't like that very much. ISC dhcpd 3 sends 0.0.0.0 as the current IP address. I couldn't change the address in YaST, because the address was declared an invalid address. Enabling DHCP in YaST didn't work for me either, because I still had the other card in the box my LAN was on, and it needed an address too.
I hope this works for you.
The best of luck with it.
Rogier Maas
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
____________________________________________________________________ Get free email and a permanent address at http://www.amexmail.com/?A=1 -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (1)
-
jeffery_norman@usa.net