so, i ended up doing the following:

edit /etc/sysconfig/network adding the following
lines:

GATEWAYDEV="eth0"
GATEWAY="192.168.1.1"


edit /etc/sysconfig/network-scripts/ifcfg-eth0 to
read:


DEVICE=eth0
IPADDR=192.168.1.2
NETMASK=255.255.255.0
BOOTPROTO=none
ONBOOT=yes

using static ip address.  now in the configuration for
the router i set the start ip address to be
192.168.1.2 so my machine is reachable...

and i set NETWORK=192.168.0.0 in ifcfg-lo

the end.  anyone see anything potentially wrong with
these settings?  especially teh ifcfg-lo file.  is it
ok that i reset the network value in this file.  so
far all seems to be working well....


--- David Krings <[EMAIL PROTECTED]> wrote:
> Hi,
> 
>       I have the Linksys router and have some
> difficulties with the dhcp part. I
> recommend from my experience to go with static
> addresses which makes prot
> forwarding and some other features available. Since
> dhcp is gone, I never
> had to do anything to the router. I recommend to
> update firmware though, it
> really enhances performance and feature set.
> 
>               David
> 
> 
> >
> >This requires that the linux mahine already being
> told to use dhcp when
> >bringing up the network. If that isn't done, it
> won't be routed to the
> >linksys properly and won't be able to contact it.
> >
> 
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
>
https://listman.redhat.com/mailman/listinfo/redhat-list


__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to