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 other method of installing Linux O.S other than Text, GUI mode? Why we prefer that for installation of Linux in Real time?
1. User gaves df -h and the system get hanged. why ? 2. what is the hardlink and softlink mount ? 3. why is portmape should be started ? 4. what is nologin option 5. how to restrict users from accessing nfs ? 6. what is the difference between cpio and tar 7. what are the kernel parameters ? how to find out it ? 8. why we use sysctl.conf ? 9. if we gives init1 from multiuser runlevel, will it affect other users who already logged in to the system ? 10. what will be the available space to use after configuering raid5 with 5 disks each having 5gb spce ?
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 memory mapped / IO mapped ? Which calls used for this to access any hardware address in linux device driver ?
there are many IPC mechanisms available in Linux ? Which one is best to use and when ?
What is the difference between ext3 and ext4?
In Linux(RHEL) server have two users with same name. one is local user and second one is NIS user. if you login the server which user will login (local or NIS)
i want to install XP on RHEL5 with virtualization tell me step by step configuration
What file should you examine to determine the defined runlevels for your system?
How does the boot process[init levels] work on Linux? How is it different from Solaris?
what is meant by mysql clustering
How can you see all mounted drives?