On Mon, 6 Sep 2004 12:13:57 -0400 (EDT), Jude DaShiell <jdashiel@xxxxxxxxxxxxxx> wrote: > I have a Belkin routeer and dhclient can only come up with 192.168.2.38 as > an address. Unfortunately, that's the router's address. I don't know > what the internet address is now that the router's firmware was updated by > someone else with a windows machine. The addresses for the router used to > be 192.168.2.37 for the router and 192.168.2.1 for the internet. Ping > shows 192.168.2.1 now as an unreachable destination. Has anyone on this > list got one of these routers working and if so what is the ip address for > the internet? Do you mean whats your public ip address? if so a site like ipchicken.com will help you. If you need to find out whats in your lan with ping a nmap -sP 192.168.2.1-100 would show any ping responses from 192.168.2.1 to 192.168.2.100 (change to suit your range). Is dhclient definately getting that ip from the router? Seems strange that it would hand out its own ip to a client on the lan..... Also whats the make/model of the router?