Jan 04, 2009

Oct 11, 2009 Linux setup default gateway with route command - nixCraft Aug 11, 2015 Define a static IP on Linux, and assign a Default Gateway

Sep 15, 2011 How to View Chromebook Network Properties in the Chrome

$ sudo ifconfig eth0 192.168.72.165 netmask 255.255.255.0 up. 2. Set the Default Gateway. The default gateway is the address used to communicate with the outside network. To configure the default gateway, use the following command syntax: $ sudo route add default gw

msh> ifconfig "interface_name" "parameter" "address" If you did not enter an interface name, it is automatically set to the Ethernet interface. wlan can be specified only when the IEEE 802.11 interface is installed. set gateway address with ifconfig. bhomass asked on 2006-02-21. Linux Networking; 7 Comments. 1 Solution. 60,247 Views. Last Modified: 2011-08-18. ifconfig has If you need to be able to connect to the switch from other networks, you will also need to configure a default gateway address. For example, if the switch is connected to a router with the IP address 192.168.1.254, use the following command, in Global Configuration mode, to use it as the default gateway: TEswitch1(config-if)#exit If you no longer need the default gateway set and would like to change, you can delete currently set using: $ ip route del default via 62.12.113.1 dev eth1 Conclusion. Hope this guide- ifconfig vs ip usage guide on Linux has been helpful in getting familiar with ip and ifconfig command line tools used to manage networking on Linux.