Re: Router and IP's

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: DX
Date:  
To: Main PLUG discussion list
Subject: Re: Router and IP's
You can also set it to static on your server. In debian based OS's, edit
the /etc/network/interfaces to make them look something like this:

iface eth0 inet static
       address 192.168.1.10
       netmask 255.255.255.0
       network 192.168.1.0
       broadcast 192.168.1.255
       gateway 192.168.1.1



On Tue, 2007-07-03 at 12:45 -0700, Joseph Prestia wrote:
> I have a linksys wrt54g wireless router and a small home network which
> lost power the other day and when I restarted my computers they pulled
> the wrong IP's and so the one I'm using for a web server and mail
> server was not getting the proper ports forwarded. I know I can
> disable the dhcp server in the router but how do I set which computer
> gets which IP I just need one to have a set IP address the others
> don't matter.
> ---------------------------------------------------
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss