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 |
Through ssh whole directory structure from / is shared regardless the user we have connected with ....... how do i prevent sharing ??
What is page-in and page-out in redhat linux?
What are the questions we are expecting for 2yrs. experience guy for linux company interview questions?
why /etc/shadow file do not have any permission ?
What is Hard mount and soft Mount?
How to check all open ports on linux machine and block unsed ports????????
am installed windows and later i installed ubuntu i want to unistall ubuntu can any one tel the procedure to uninstall ubuntu in my windows 7 please mail to me ---kiranpulsar2007@gmail.com and later i want to install ubuntu after uninstalling ubuntu tel the procedure for that also i dont know to patrition the hard disk drive please tel to them please reply
Friends, I don't have enough free space in root directory. but in home directory I have 40gb free. So I can not install anything in root directory (which occupies more space) Please suggest me If there is any possibility to increase the root directory size by minimising the home directory's.
expalin the process of kickstart installation?
Who owns the data dictionary?
What utility can you use to automate rotation of logs?
I have accidently deleted my fstab... how do i recover/ regenerate the file?????? in rescue mode i cannot create a new file since the filesystem is readonly and could not mount in readwrite mode ?????????