Re: Directing a Linux machines output to a gateway

2002-10-02 Thread Roger Schmeits
Try http://www.samag.com/print/documentID=20295 may or may not help. On Tue, 2002-10-01 at 22:13, Ted Hilts wrote: > What configuration file is used to tell a linux machine the IP address > of the gateway machine to the Internet? > > I currently have a linux gateway machine to which other lin

Re: Directing a Linux machines output to a gateway

2002-10-02 Thread Roger Schmeits
What you want to do should be obtainable. Dig thru the archives on the "route " command. On Tue, 2002-10-01 at 22:13, Ted Hilts wrote: > What configuration file is used to tell a linux machine the IP address > of the gateway machine to the Internet? > > I currently have a linux gateway machine

Re: Directing a Linux machines output to a gateway

2002-10-01 Thread James Deck
[EMAIL PROTECTED] writes: >/etc/sysconfig/network In /etc/sysconfig/network you add these two lines: GATEWAY= GATEWAYDEV= Obviously if the machine is not multi-homed, or if the IP range of one adapter includes the gateway, it should be okay... but you can never be too careful :-). james -

Re: Directing a Linux machines output to a gateway

2002-10-01 Thread Willem van der Walt<[EMAIL PROTECTED]>
Hi, It is in /etc/sysconfig/network. network is a file which can contain a gateway statement. If that file contains no gateway statement, check /etc/sysconfig/network-scripts for the file: ifcfg_eth0 or simmelar. that is the configuration file of the eth0 interface. That, i think can also contain

Re: Directing a Linux machines output to a gateway

2002-10-01 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01-Oct-2002/20:13 -0700, Ted Hilts <[EMAIL PROTECTED]> wrote: >What configuration file is used to tell a linux machine the IP address >of the gateway machine to the Internet? In /etc/sysconfig/network you can add a line like this: GATEWAY=192.16

Re: Directing a Linux machines output to a gateway

2002-10-01 Thread achana
Ted Hilts wrote: > > What configuration file is used to tell a linux machine the IP address > of the gateway machine to the Internet? /etc/sysconfig/neywork-scripts/ifcfg-eth0 etc > help me with the Linux gateway and apparently they must have also done > something with each of the linux machine

Directing a Linux machines output to a gateway

2002-10-01 Thread Ted Hilts
What configuration file is used to tell a linux machine the IP address of the gateway machine to the Internet? I currently have a linux gateway machine to which other linux machines can direct their output to get onto the internet. I have also set up an XP Pro machine as a gateway when the L