![]() |
|
|||||||
| CentOS / Linux Info Quick Hints for tasks in CentOS and Linux |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Q. How do I setup up a default Gateway for all interfaces (eth0 and eth1) under CentOS Linux 5?
A.There are different ways to setup TCP/IP hosts so that you can reach to remote destinations. The simplest one is to setup default gateway by modifying the /etc/sysconfig/network Setup a default Gateway Open /etc/sysconfig/network file: # vi /etc/sysconfig/network Setup GATEWAY={Router-IP}, if router IP is 74.86.49.129, type: GATEWAY=74.86.49.129 Save and close the file. Here is my complete file: NETWORKING=yes NETWORKING_IPV6=yes HOSTNAME=wan.nixcraft.in GATEWAY=74.86.49.129 You need to restart networking service: # /etc/init.d/network restart |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|