Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-10-2007, 03:46 PM
laredotornado@zipmail.com
Guest
 
Posts: n/a
Default assigning a static local IP to a machine on my home network

Hi,

I'm running a LinkSys wireless router, WRT54GS, firmware v 4.70.6. I
want to assign a static local IP address to a Linux machine I have
running behind the router. Is there anything I need to do on the
router configuration side? The local IP address of my router is
192.168.1.1. My starting IP address in the router is 192.168.1.100 so
I tried to assign an IP outside of that range to the Linux machine
(192.168.1.99) using configuration commands on that machine. When I
reconfigure my Linux machine, it no longer has internet connectivity
and after verifying I had followed the right commands, my thoughts
drifted to whether or not I need to configure anything on the router
side.

Thanks, - Dave


Reply With Quote
  #2 (permalink)  
Old 03-10-2007, 04:11 PM
John Navas
Guest
 
Posts: n/a
Default Re: assigning a static local IP to a machine on my home network

On 10 Mar 2007 07:46:45 -0800, "laredotornado@zipmail.com"
<laredotornado@zipmail.com> wrote in
<1173541605.055458.301230@n33g2000cwc.googlegroups .com>:

>I'm running a LinkSys wireless router, WRT54GS, firmware v 4.70.6. I
>want to assign a static local IP address to a Linux machine I have
>running behind the router. Is there anything I need to do on the
>router configuration side? The local IP address of my router is
>192.168.1.1. My starting IP address in the router is 192.168.1.100 so
>I tried to assign an IP outside of that range to the Linux machine
>(192.168.1.99) using configuration commands on that machine. When I
>reconfigure my Linux machine, it no longer has internet connectivity
>and after verifying I had followed the right commands, my thoughts
>drifted to whether or not I need to configure anything on the router
>side.


Be sure the Linux machine has the right _gateway_ address (which should
be the router LAN address).

That said, I personally think it's better to configure the static client
IP address in the router DHCP configuration, and configure the network
client by DHCP.

--
Best regards, FAQ for Wireless Internet: <http://Wireless.wikia.com>
John Navas FAQ for Wi-Fi: <http://wireless.wikia.com/wiki/Wi-Fi>
Wi-Fi How To: <http://wireless.wikia.com/wiki/Wi-Fi_HowTo>
Fixes to Wi-Fi Problems: <http://wireless.wikia.com/wiki/Wi-Fi_Fixes>

Reply With Quote
  #3 (permalink)  
Old 03-10-2007, 04:29 PM
kev
Guest
 
Posts: n/a
Default Re: assigning a static local IP to a machine on my home network

laredotornado@zipmail.com wrote:
> Hi,
>
> I'm running a LinkSys wireless router, WRT54GS, firmware v 4.70.6. I
> want to assign a static local IP address to a Linux machine I have
> running behind the router. Is there anything I need to do on the
> router configuration side? The local IP address of my router is
> 192.168.1.1. My starting IP address in the router is 192.168.1.100 so
> I tried to assign an IP outside of that range to the Linux machine
> (192.168.1.99) using configuration commands on that machine. When I
> reconfigure my Linux machine, it no longer has internet connectivity
> and after verifying I had followed the right commands, my thoughts
> drifted to whether or not I need to configure anything on the router
> side.
>
> Thanks, - Dave
>

Have you checked to see if you have still got any DNS Servers listed?

Reply With Quote
  #4 (permalink)  
Old 03-10-2007, 09:58 PM
Mr. Arnold
Guest
 
Posts: n/a
Default Re: assigning a static local IP to a machine on my home network

laredotornado@zipmail.com wrote:
> Hi,
>
> I'm running a LinkSys wireless router, WRT54GS, firmware v 4.70.6. I
> want to assign a static local IP address to a Linux machine I have
> running behind the router. Is there anything I need to do on the
> router configuration side? The local IP address of my router is
> 192.168.1.1. My starting IP address in the router is 192.168.1.100 so
> I tried to assign an IP outside of that range to the Linux machine
> (192.168.1.99) using configuration commands on that machine. When I
> reconfigure my Linux machine, it no longer has internet connectivity
> and after verifying I had followed the right commands, my thoughts
> drifted to whether or not I need to configure anything on the router
> side.
>

Your friend is this.

Long

<http://linksys.custhelp.com/cgi-bin/linksys.cfg/php/enduser/std_alp.php?p_sid=C6G8Fdwi&p_lva=358&p_li=&p_acces sibility=0&p_page=1&p_cv=&p_pv=&p_prods=0&p_cats=& p_hidden_prods=&prod_lvl1=0&p_scf_lang=1&p_search_ text=how+to+use+a+static+ip&p_new_search=1>

Short

http://tinyurl.com/2tte77

Reply With Quote
  #5 (permalink)  
Old 03-11-2007, 03:23 AM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: assigning a static local IP to a machine on my home network

On 10 Mar 2007 07:46:45 -0800, "laredotornado@zipmail.com"
<laredotornado@zipmail.com> wrote:

>I'm running a LinkSys wireless router, WRT54GS, firmware v 4.70.6. I
>want to assign a static local IP address to a Linux machine I have
>running behind the router. Is there anything I need to do on the
>router configuration side?


I'll assume that you're redirecting traffic from a specific port
number or IP service to your Linux box. There are two ways to do
this.

1. Just assign a static IP address to the Linux box. In other words,
don't use DHCP to assign the Linux box IP address. Pick this static
IP address to be OUTSIDE the DHCP range of the router (usually
192.168.1.100 thru 192.168.1.150). This is a good way for
non-portable servers.

2. Let the Linux box get its IP address via DCHP, but setup the
router to always deliver the same IP address (based on the Linux boxes
MAC address). This is called "static DHCP". The problem is that the
stock WRT54GS firmware does NOT provide for this feature.
<http://www.linksysdata.com/ui/WRT54GS/v1-v3/4.70.6/Setup.htm>
You'll need to run DD-WRT or one of the alternative firmware mutations
to get this feature. The advantage is that if your Linux box is
portable, you can leave it set for DHCP assigned IP address, and not
have to change it every time you take it somewhere.

>The local IP address of my router is
>192.168.1.1. My starting IP address in the router is 192.168.1.100 so
>I tried to assign an IP outside of that range to the Linux machine
>(192.168.1.99) using configuration commands on that machine.


So far so good. That should work.

>When I
>reconfigure my Linux machine, it no longer has internet connectivity
>and after verifying I had followed the right commands, my thoughts
>drifted to whether or not I need to configure anything on the router
>side.


It takes more than just an IP address to obtain internet connectivity
if you're going to do it manually. You need:
1. A netmask (usually 255.255.255.0)
2. Default gateway to internet (IP address of router).
3. IP addresses for DNS servers. (May be IP address of router).


--
# Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
# 831-336-2558 jeffl@comix.santa-cruz.ca.us
# http://802.11junk.com jeffl@cruzio.com
# http://www.LearnByDestroying.com AE6KS

Reply With Quote
  #6 (permalink)  
Old 03-11-2007, 11:56 AM
Sergio
Guest
 
Posts: n/a
Default Re: assigning a static local IP to a machine on my home network

Jeff Liebermann escreveu em 11-03-2007 2:23:
> On 10 Mar 2007 07:46:45 -0800, "laredotornado@zipmail.com"
> <laredotornado@zipmail.com> wrote:
>
>> I'm running a LinkSys wireless router, WRT54GS, firmware v 4.70.6. I
>> want to assign a static local IP address to a Linux machine I have
>> running behind the router. Is there anything I need to do on the
>> router configuration side?

>
> I'll assume that you're redirecting traffic from a specific port
> number or IP service to your Linux box. There are two ways to do
> this.
>
> 1. Just assign a static IP address to the Linux box. In other words,
> don't use DHCP to assign the Linux box IP address. Pick this static
> IP address to be OUTSIDE the DHCP range of the router (usually
> 192.168.1.100 thru 192.168.1.150). This is a good way for
> non-portable servers.
>
> 2. Let the Linux box get its IP address via DCHP, but setup the
> router to always deliver the same IP address (based on the Linux boxes
> MAC address). This is called "static DHCP". The problem is that the
> stock WRT54GS firmware does NOT provide for this feature.
> <http://www.linksysdata.com/ui/WRT54GS/v1-v3/4.70.6/Setup.htm>
> You'll need to run DD-WRT or one of the alternative firmware mutations
> to get this feature. The advantage is that if your Linux box is
> portable, you can leave it set for DHCP assigned IP address, and not
> have to change it every time you take it somewhere.
>
>> The local IP address of my router is
>> 192.168.1.1. My starting IP address in the router is 192.168.1.100 so
>> I tried to assign an IP outside of that range to the Linux machine
>> (192.168.1.99) using configuration commands on that machine.

>
> So far so good. That should work.
>
>> When I
>> reconfigure my Linux machine, it no longer has internet connectivity
>> and after verifying I had followed the right commands, my thoughts
>> drifted to whether or not I need to configure anything on the router
>> side.

>
> It takes more than just an IP address to obtain internet connectivity
> if you're going to do it manually. You need:
> 1. A netmask (usually 255.255.255.0)
> 2. Default gateway to internet (IP address of router).
> 3. IP addresses for DNS servers. (May be IP address of router).


for point nr 3 you can check the isp dns server addresses through the
status page of the router.

Reply With Quote
  #7 (permalink)  
Old 03-11-2007, 07:13 PM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: assigning a static local IP to a machine on my home network

Sergio <sergio.SPAMNAO.parreira@gmail.com> hath wroth:

>> It takes more than just an IP address to obtain internet connectivity
>> if you're going to do it manually. You need:
>> 1. A netmask (usually 255.255.255.0)
>> 2. Default gateway to internet (IP address of router).
>> 3. IP addresses for DNS servers. (May be IP address of router).

>
>for point nr 3 you can check the isp dns server addresses through the
>status page of the router.


Nope. The router usually has a DNS relay and cache feature. To avoid
excessive DNS lookups, I suggest you point your clients DNS server to
the router IP address, and not the ISP's DNS server IP's. It will
work as you suggest, but may be a problem if the ISP "load balances"
or rotates DNS servers. Fortunately, this is not all that common
these days with "anycast" DNS servers being used by the larger ISP's.



--
Jeff Liebermann jeffl@comix.santa-cruz.ca.us
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558

Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WiMAX Forum News, Weekly Clip Report March 22-29, 2007 badger_b@hotmail.com alt.internet.wireless 0 03-31-2007 02:14 AM
Connected but not really? prostatecncr@yahoo.com alt.internet.wireless 7 03-28-2007 04:57 AM
Re: Sprint claims that its "Most Powerful Network" claim is "Puffery"so no substantiation is required. mortgahyu alt.cellular.cingular 0 12-22-2006 02:56 PM
problem veiwing other computers in home network (wlan) Matija alt.internet.wireless 12 10-09-2005 10:13 PM
Need Help with Home Network Problem sabaaka@earthlink.net alt.internet.wireless 3 09-20-2005 12:56 AM


All times are GMT. The time now is 08:04 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45