On Tue, Jan 07, 2003 at 12:23:09AM -0400, Ted Gervais wrote:
> 
> Wondering about finding a router (hardware) installed between the linux box 
> and the internet interface?
> 
> Right now I have my Linux machine looking at sending everything out my eth0 
> port. Will that change with one of these hardware routers??

Yup.  The Linux system probably thinks it has direct access to the
Internet.  You'll need to change this so that its default gateway is the
router.  The default gateway is defined in /etc/sysconfig/network.
# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=www.ewilts.org
GATEWAY=192.168.0.1

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to