Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: RH net configuration GUI tool buggy?
- To: tlug@example.com
- Subject: Re: RH net configuration GUI tool buggy?
- From: Jonathan Q <jq@example.com>
- Date: Fri, 13 Jul 2001 11:21:54 +0900
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- Delivered-To: tlug@example.com
- In-Reply-To: <F56qgStMVhEUsebmspH00000339@example.com>; from jean_christian@example.com on Fri, Jul 13, 2001 at 01:56:33AM -0000
- List-Help: <mailto:tlug-request@example.comsubject=help>
- List-Post: <mailto:tlug@example.com>
- List-Subscribe: <mailto:tlug-request@example.comsubject=subscribe>
- List-Unsubscribe: <mailto:tlug-request@example.comsubject=unsubscribe>
- Old-Return-Path: <jq@example.com>
- References: <F56qgStMVhEUsebmspH00000339@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <p22EUC.A.nqD.2slT7@example.com>
- Resent-Sender: tlug-request@example.com
Jean-Christian Imbeault (jean_christian@example.com) wrote: > [root@example.com /root]# cat /etc/sysconfig/network > NETWORKING=yes > HOSTNAME=dev > GATEWAYDEV=10.2.100.91 > GATEWAY=10.2.100.91 There's a problem here. Your GATEWAYDEV should be set to the name of your gateway device. I'm going to assume here that your gateway devices is your first/only ethernet card. You can even omit this parameter entirely if you have only one network card in your machine. Set it to: GATEWAYDEV="eth0" If 10.2.100.91 is your machine's IP address, this is doubly borked. The gateway is not your machine,the gateway is the next hop. My workstation is 203.216.0.50, and my gateway is 203.216.0.1. This is my /etc/sysconfig/network: NETWORKING=yes HOSTNAME=yamame.gol.ad.jp GATEWAY=203.216.0.1 This is my /etc/sysconfig/network-scripts/ifcfg-eth0: DEVICE=eth0 BOOTPROTO=static BROADCAST=203.216.0.127 IPADDR=203.216.0.50 NETMASK=255.255.255.128 NETWORK=203.216.0.0 ONBOOT=yes HTH, Jonathan
- Follow-Ups:
- Re: RH net configuration GUI tool buggy?
- From: "A.Sajjad Zaidi" <sajjad@example.com>
- References:
- Re: RH net configuration GUI tool buggy?
- From: "Jean-Christian Imbeault" <jean_christian@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: japanese 106 kb not acting as such :)
- Next by Date: Re: japanese 106 kb not acting as such :)
- Prev by thread: Re: RH net configuration GUI tool buggy?
- Next by thread: Re: RH net configuration GUI tool buggy?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links