Simple Network Question: Part 2

Dave Ihnat dihnat at dminet.com
Mon Nov 9 02:18:54 UTC 2009


On Sun, Nov 08, 2009 at 05:14:39PM -0500, Dennis Mattingly wrote:
> Do I have to use static-IP address to reach router?
> I'm still using DHCP.
> ...
> So my last questions would be:
> "Am I required to use Static IP address just to configure a router (via IP
> address)"?
> "Do I need any gateway settings / subnet / etc... just to access the
> router's IP address?"

IF the router is set up with DHCP, you *should* get an IP address.
Under Windows, from a command prompt run the command "ipconfig /all".
Under Linux, run the CLI command "ifconfig".  In either case, look for
your IP address, and the gateway IP address.  If both are set, try to
run a browser connecting to the gateway.

However, if DHCP has been disabled, or something strange is going
on, yes, you want a static address.  Most routers are either in the
192.168.1.0 or 192.168.0.0, with some (notably WatchGuard) different,
e.g., 192.168.111.0.

Look up your router either at the manufacturer's site, or on the
Internet.  If you can't find the doccos, try the followin static address
configurations:

  IP            Netmask       Gateway
  192.168.1.100 255.255.255.0 192.168.1.1
  192.168.1.100 255.255.255.0 192.168.1.254
  192.168.0.100 255.255.255.0 192.168.0.1 
  192.168.0.100 255.255.255.0 192.168.0.254

DNS typically won't matter for this.  For each, try connecting to the
gateway address with your browser.

Cheers,
--
	Dave Ihnat
	dihnat at dminet.com




More information about the fedora-list mailing list