> Thanks, The problem seemsto be that no matter which changes I attempt to
> save in the network config window in Linux, Linux will not allow me to
make
> the changes and reverts back to the original IP settings.  So no matter
> which gateway I choose, I can't implement it.  DO you know what would
cause
> this?

Edit /etc/sysconfig/network.  It should look something like this:
[root@www ewilts]# cd /etc/sysconfig
[root@www sysconfig]# cat network
NETWORKING=yes
HOSTNAME=www.ewilts.org
GATEWAY=192.168.0.1

Now edit /etc/sysconfig/network-scripts/ifcfg-eth0:
[root@www sysconfig]# cd network-scripts/
[root@www network-scripts]# cat ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
BROADCAST=192.168.0.255
IPADDR=192.168.0.4
NETMASK=255.255.255.0
NETWORK=192.168.0.0
ONBOOT=yes

# /sbin/service network restart

You should be in business.  Note that I've got a different address for my
gateway since all my hosts are on the 192.168.0 network, not the 192.168.1
that Linksys defaults to.  My config predates the Linksys router.

    .../Ed

Ed Wilts
Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
----- Original Message -----
From: "Dan Sabo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 14, 2002 8:56 AM
Subject: RE: Linux 7.2 server on a home network with Linksys router -
can'tconnect


> HI Ed,
>
>
> Thanks,
>
> Dan Sabo
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ed Wilts
> Sent: Sunday, July 14, 2002 9:08 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Linux 7.2 server on a home network with Linksys router -
> can'tconnect
>
>
> On Sun, Jul 14, 2002 at 12:31:51AM -0400, Dan Sabo wrote:
> > Thanks Ed,
> >
> > So is this why I can't access my server on my home network?  Because I
> don't
> > have the correct port enabled for that server?  How would I go about
> > enabling the correct port for that server?  And how can I check to see
> which
> > port I need to enable?
>
> You can't access your server because your default gateway is wrong
> unless you've changed it since your first post.  The default gateway
> must be the address of the internal side of the Linksys router
> (typically 192.168.1.1).  If you're still pointing to the WAN address,
> you will have connectivity since the Linux system can not directly see
> the WAN address.
>
>         .../Ed
>
> p.s. When replying, please trim off the mailing list trailers at the
> bottom - you'll get a brand new set on every posting...
>
> --
> Ed Wilts, Mounds View, MN, USA
> mailto:[EMAIL PROTECTED]
>
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>




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

Reply via email to