# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0 Add A Default Gateway. To add a new default route you will need to use the following: route add default gw 192.168.1.1. Once you have added the new route you will see it appear in the routing table:

ip route add network command for Linux explained - nixCraft Oct 06, 2018 Howto install ifconfig on CentOS 7 Linux - LinuxConfig.org Objective The the network command line tool ifconfig is not installed thus missing by default on CentOS 7 Linux. Users are instead encouraged to use ip command to do most of the network administration work. For example the following ip command can be used to show IP address on CentOS 7: # ip address show OR SIMPLY # ip a s 1: lo: mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00 How to change ip, default gateway? - CentOS

sudo ifconfig With no options, and all the available interfaces will be on the screen. Well first assign the IP and the netmask. sudo ifconfig eth0 10.1.1.60 netmask 255.255.255.0 up Now add the default Gateway. sudo route add default gw 10.1.1.1

Dec 29, 2010 · Hi all, Just now i had change the gateway for a server Go to /etc/defaultrouter, change to 10.86.33.1 route delete default 10.86.39.222 route add default 10.86.33.1 now cannot telnet to the server already.. any idea?

“ifconfig” command can also be used to configure Static IP Address on Raspberry Pi. However, the IP Address assigned using this command will be lost if Raspberry Pi is rebooted. sudo ifconfig netmask Example: pi@raspberrypi ~ $ sudo ifconfig eth0 10.0.1.55 netmask 255.255.255.0 up pi

Linux setup default gateway with route command - nixCraft Aug 11, 2015 Define a static IP on Linux, and assign a Default Gateway sudo ifconfig With no options, and all the available interfaces will be on the screen. Well first assign the IP and the netmask. sudo ifconfig eth0 10.1.1.60 netmask 255.255.255.0 up Now add the default Gateway. sudo route add default gw 10.1.1.1 Configuring Default Gateway on RedHat Enterprise Linux Aug 20, 2018