Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Default Gateway address question Post 302565350 by samnyc on Monday 17th of October 2011 03:57:25 PM
Old 10-17-2011
Default Gateway address question

Hi,

Using Redhat 6.1 with all the latest patches. I have the default gateway address but it never gets loaded. I have to add that manually? Not sure. Any idea. Is there any other place which I need to add?

Code:
 
 
/etc/sysconfig/network-scripts/ifcfg-em1
 
DEVICE="em1"
HWADDR="x:x:x:x:x:x"
NM_CONTROLLED="yes"
ONBOOT=yes
TYPE=Ethernet
BOOTPROTO=static
BROADCAST=x.x.x.x
IPADDR=x.x.x.x
NETMASK=255.255.255.0
NETWORK=x.x.x.x
GATEWAY=x.x.x.x

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

IP address and gateway info

How can I change the IP address and gateway info on a unix server? (2 Replies)
Discussion started by: gguzman
2 Replies

2. UNIX for Dummies Questions & Answers

Modifying IP Address/Gateway/Subnet in SCO Unix

Hi, I'm new to unix and have absolutely no experience with it. I am trying to change the network setting on the only computer on our network with SCO Unix. We switched ISP's and now have a new set of IP's. I can't for the life of me figure out how to go in and change these settings, please help.... (12 Replies)
Discussion started by: PBNOSGT
12 Replies

3. UNIX for Dummies Questions & Answers

gateway address

How can I change the gateway address on my sco Openserver 5.0.6. A cisco firewall is recently installed but the gateway on the system is still pointing at the old one. I want it to use the gateway address of the router. Please help. Thanks (2 Replies)
Discussion started by: sshokunbi
2 Replies

4. Programming

how we can get gateway address

how we can get the gateway address. i know gethostname used for ipaddress how we can get the system gateway address. thank u inadvance, sree (2 Replies)
Discussion started by: phani_sree
2 Replies

5. BSD

UNIX IP Address question

Good morning, I am brand new to using Unix so forgive me for my ignorance. I am using FreeBSD and am trying to figure out how to change my IP address. Sorry for the stupid questions but I am learning so please bear with me. Thank you, Tommy (6 Replies)
Discussion started by: tommypa
6 Replies

6. Linux

GNUGK-How to setup static gateway to gateway routing

Dear Sir I am a newbie in the world of IP telephony. I have been working with Asterisk PBX (SIP) and Cisco Call Manager (MGCP) but now I am learning on how to work GNUGK for H.323 Gatekeeper. I am having a problem, configuring static call routing on GNUGK in the section ... (0 Replies)
Discussion started by: mfondoum
0 Replies

7. IP Networking

lookup ip address, subnet mask, gateway, and dns at same time

Is there a command that can lookup ip address, subnet mask, gateway, and dns all at the same. I know ifconfig can lookup ip address and subnet mask. I know route -n can lookup gateway. Not sure about a dns command. So I hope there is a way to lookup ip address, subnet mask, gateway, and dns all at... (2 Replies)
Discussion started by: cokedude
2 Replies

8. Solaris

How to set gateway address to a particular interface?

How to set gateway address to a particular interface? waht are the files need to update to make it permanent? (2 Replies)
Discussion started by: Naveen.6025
2 Replies

9. IP Networking

Default Gateway

I am am using IPv6 IP's with an OS of Debian. Is it possible to set a *static* default gateway w/o the router being connected? Will that gateway change when the router is connected? TIA (0 Replies)
Discussion started by: Meow613
0 Replies

10. UNIX for Beginners Questions & Answers

Inconsistency between RedHat 6.5 global gateway and single gateway leads to loss of default gateway

Dear friends I use RedHat 6.5, which sets the gateway in the configuration file / etc / sysconfig / network as GATEWAY = 192.168.1.26, and the gateway in the configuration file / etc / sysconfig / network-scripts / ifcfg-eth11 as GATEWAY = 192.168.1.256. The two gateways are different.... (6 Replies)
Discussion started by: tanpeng
6 Replies
IFUP(8) 						       Network configuration							   IFUP(8)

NAME
ifup - start a pre-configured network interface. ifdown - stop a (pre-configured) network interface. ifstatus - show the state of a (pre-configured) network interface. ifrenew - renews the dhcp lease on a network interface. ifprobe - checks if the configuration for the interface has changed SYNOPSIS
if{up,down,status,renew,probe} [ <configuration-name> ] <interface> [-o options ] NOTATION
We use the terms configuration, interface and device in a dedicated way. A device is always a piece of hardware representing a network interface, a PCI or PCMCIA card or a USB device. An interface then is the name of the network interface it gets from the kernel, when the device has been registered. A configuration is a set of parameters which can be assigned to an interface like IP addresses or routes. DESCRIPTION
ifup is used to bring up a pre-configured interface for networking. It is usually invoked by the network script at boot time or by the PCM- CIA/hotplug system. It can also be used to start interfaces manually on the command line. It activates the link, adds addresses and other parameters and sets up the routes for an interface. ifdown is used to set down the interface and flush all its addresses. It is possible to let ifdown check the interface if it is still used before setting it down. If configured it may then get rid of the using processes or refuse setting it down. Have a look at /etc/syscon- fig/network/config to enable this feature. ifstatus checks if the interface and its routes were set up properly. ifrenew is used to renew the dhcp lease on the desired interface without shutting the interface down. It only restarts the corresponding dhcpcd or dhclient process. ifprobe checks if any of the configuration files for this interface have been changed since the interface is up. Checked files are the cor- responding ifcfg-*, ifroute-*, ifservices-* and common configuration files config, dhcp and routes. <interface> is the network interface name. The network interface names of physical network devices are assigned by the kernel and may be modified by udev(7) rules; see the PERSISTENT INTERFACE NAMES section. <configuration-name> is the optional parameter with the name of a configuration, that should be used to set up the interface. Every config- uration is stored in files below /etc/sysconfig/network which are named ifcfg-<configuration-name>. By default, the interface name is used as configuration name. The parameter exists for compatibility reasons, but may be also used to circumvent this fixed relation. PERSISTENT INTERFACE NAMES
The support for persistent interface names for physical network devices using ifcfg-<hardware-description> configuration files is removed from sysconfig since openSUSE 10.3. Instead, an automatic assignment of persistent interface names is implemented using udev(7) rules. When a network device driver is loaded, the kernel assigns the next currently free interface name to it. For built-in devices there is most of the time a fixed relation between devices and interfaces, but this is no longer the case when using hot-pluggable devices. With such devices (like PCMCIA or USB) you cannot always know which interface name it will get - it depends for example on the order the devices got plugged in. The network interface assigned in the kernel is reported to the udev daemon. When a device appears the first time, the udev persistent net generator rule creates a rule matching the device, by default using the hardware (MAC) address, that renames the interface name assigned by the kernel to one, that is not used in any another rule and thus unique for the device. This rule is appended to the persistent net rule file and executed. When the same device appears in the system next time, the generated rule renames the interface to the persistent name again. The generated persistent interface name rules can be adopted in yast2 network module or by editing the rule file directly. Currently, they are stored in the /etc/udev/rules.d/70-persistent-net.rules udev rule file. OPTIONS
The following are options to be specified after the -o switch. auto Only set up the interface if the configuration has the STARTMODE=auto (or boot, onboot or hotplug.) [on]boot Alias for 'auto'. hotplug Like auto, but do some extra jobs, because hotplug indicates that the interface was just (un)registered. These extra jobs contain (if configured): starting/stopping ifplugd, renaming interface and removing all status files at ifdown. manual This is default operation mode and sets up interfaces with STARTMODE=manual. If option 'rc' is used which implies mode 'auto', you can force mode 'manual'. rc Special option for the use in rcnetwork (/etc/init.d/network). See section rcnetwork below. dhcp Indicates that script is called from dhcp client. When a interface has BOOTPROTO=dhcp ifup/down does not execute any post action immediately. After dhcp client got a lease and has set ip address, it calls ifup again, this time with option 'dhcp'. In this run we finish interface setup. nodeps If there are interfaces based on this interface, ifdown takes these depending interfaces down first. If you don't like that, use 'nodeps'. prov=<n> Use provider <n> instead that from config file. Only usefull for dialup interfaces. debug Be verbose. (no)syslog With nosyslog the scripts don't send messages to syslog even if the configuration variable USE_SYSLOG is set to "yes". This is default for ifstatus only. If you want also ifstatus messages send to syslog then call it with syslog. FILES
/sbin/ifup The script itself. /etc/sysconfig/network/config General configuration options. See section GENERAL VARIABLES below. /etc/sysconfig/network/ifcfg- <configuration-name> The files containing the configuration of the devices. An example that shows a typical configuration with the name ifcfg-eth0: IPADDRESS=10.10.11.184 NETMASK=255.255.0.0 BROADCAST=10.10.255.255 STARTMODE=onboot /etc/sysconfig/network/ifroute- <configuration-name> You can specify individual routes for every configuration in these files. See routes (5) for a detailed description. /etc/sysconfig/network/if-{up,down}.d/ Scripts in these directories will be executed when any interface is started, if-up.d, and when any interface is stopped, if-down.d. They have to be executable and may also be binary. The execution of these programs is controlled by the variables GLOBAL_POST_UP_EXEC and GLOBAL_PRE_DOWN_EXEC in the network configuration file /etc/sysconfig/network/config These are not interface specific, and can have any name. If you need interface/configfile specific scripts to be executed have a look at PRE_UP_SCRIPT, POST_UP_SCRIPT, PRE_DOWN_SCRIPTand POST_DOWN_SCRIPT. /etc/sysconfig/network/ifservices- <configuration-name>/ If you don't have a permanent network connection and like that certain services are not started at boot time unconditionally but later after the network connection was established then you can add these services here. See ifservices (5) for a detailed descrip- tion. /etc/sysconfig/network/ifcfg.template A template for writing ifcfg-* files. GENERAL VARIABLES
There are some general settings in the file /etc/sysconfig/network/config. If needed you can also set every general variable as an indi- vidual variable in the ifcfg-* files. Please see the description of these variables in /etc/sysconfig/network/config. For dhcp there are additional global options in /etc/sysconfig/network/dhcp. Also these are described there and can be used individually in ifcfg-* files. rcnetwork (/etc/init.d/network) At boot time network devices are initialized asynchronously via hotplug. Once this initialization process registered an interface for it this will also trigger a hotplug event which will call ifup. If service network was still not started ifup will just exit. As soon as ser- vice network is active ifup will do its job and set up the interface. Therefore the job of the network start script consists of: - set the 'network active' flag - set up all interfaces already available - wait for mandatory interfaces which are still not there - set up tunnel, vlan, et al. At boot time the scripts tries to determine the list of mandatory devices automatically. It considers all interfaces that have a startmode 'auto' or 'onboot' as mandatory. Normally it waits 20 seconds for them and exits then with failed is any mandatory interface is still miss- ing. Alternatively you may specify all mandatory devices manually in the variable MANDATORY_DEVICES in the file. /etc/sysconfig/network/config. There you may also tweak the timeout in WAIT_FOR_INTERFACES. The network script will only set up devices with with startmodes auto, onboot or hotplug. To set up an interface with startmode manual you have to call ifup manually. (rcnetwork calls 'ifup ... -o rc'). DIAGNOSTICS
ifstatus interface ifup and rcnetwork write status files in /dev/.sysconfig/network. If something went completely wrong this files might be interesting. BUGS
Please report bugs at <http://www.suse.de/feedback> AUTHOR
Christian Zoz <zoz@suse.de> -- ifup script Michal Svec <msvec@suse.cz> -- ifup script Bjoern Jacke -- ifup script Mads Martin Joergensen <mmj@suse.de> -- ifup manual page Michal Ludvig <mludvig@suse.cz> -- tunnel support SEE ALSO
ifcfg(5), routes(5), ifservices(5), ifcfg-wireless(5), ifcfg-tunnel(5), ifcfg-vlan(5), ifcfg-bonding(5), getcfg(8). sysconfig August 2004 IFUP(8)
All times are GMT -4. The time now is 06:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy