How to give 2 different gateway IP addresses for 2
different interfaces in same system ?
Answers were Sorted based on User's Feedback
Answer / none
route add -net 192.168.2.0 netmask 255.255.255.0 gw
192.168.0.2 dev eth0
route add -net 192.168.1.0 netmask 255.255.255.0 gw
192.168.0.3 dev eth1
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / fuzail usmani
Run ifconfig command.u got 2 interface with eth0 & eth1 name.
#ifconfig eth0 172.16.68.2 netmask 255.255.0.0 gw 172.16.68.1 up
#ifconfig eth1 192.168.0.2 netmask 255.255.255.0 gw
192.168.0.1 up
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / ayyappan .m
route add -net 192.168.2.0 netmask 255.255.255.0 gw
192.168.0.2 dev eth0
route add -net 192.168.1.0 netmask 255.255.255.0 gw
192.168.0.3 dev eth1
This will work temporary, if you want to make as a permanent.
Create the file route-eth0 in
/etc/sysconfig/network-scripts/ make the entry
Or
Make the entry on /etc/rc.local
#cat /etc/sysconfig/network-scripts/ifcfg-eth0
#cat /etc/sysconfig/network-scripts/ifcfg-eth1
This two files ONBOOT=yes
#service network restart
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / mcmarc
open each device file in
/etc/sysconfig/network-scripts/ifcfg-eth0(1)
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the difference between fork and thread ? and parent and child process in fork system call?
Give a Linux shell command to find all files in a directory which contain ip addresses.
How to trace any process background processing?
in linux gui desktop icon was lost how con u back this icons
What is the difference between an argument and an option/switch?
How is the difference between ftp and sftp ? and explain how to create ftp server and sftp server with example ?
2 Answers Bank Of America, IBM,
What is the difference between home directory and working directory?
My Linux server in the two lan card one lan card is ok working but second lan card after restart daily lan card deactivate and then manual activate then properly working but after restart repeat this problem.(Fedora O.S.) Pls tell me solved this problem.
what is NIS Server...?
User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in that server two users try to login in server. 1st user able to login. but second user unable to login so how can troubleshoot it ?
How to build new filesystem ? and what is irig file system?
This question is belong to linux support. "one of my customer told to me, my application is getting slow response". how to resolve the issue. what are the steps you will follow to resolve the issue.