My server has three default gateways, how can that be?
Here's my setup:
Slackware 13.1
External IFace = eth0 / DHCP (assigned from comcast)
Internal IFace = eth1 / 192.168.0.0/24
I've made it connect/authenticate, but I can't get anything to route through it..
I'd like to find my DNS Server. To be able to run so other programs...
I typed in Terminal:
ubuntu@ubuntu:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
24.141.16.0 0.0.0.0 255.255.240.0 U 1 0 0 eth0
I have an UBUNTU server VM installation with two NICs. eth0 is on the LAN network, configured by DHCP and is working fine. I manually configured eth1 with a static IP on the DMZ network but can't ping it, I think this might be a routing issue but I'm new to this so any help would be appreciated!
I am having an issue with a CentOS 6.3 box.
We have two NICs (eth0 and eth1) in the server which each have an ip from a different subnet assigned, let's say eth0:192.168.1.2/24 (gateway 192.168.1.1) and eth1:192.168.2.2/24 (gateway 192.168.2.1).
I'm new to linux and I'm having some IP routing issue. Server have 6 eth ports (eth0 to eth5) and I'm using eth4 as my control port. The poroblem is when I bring up the other eth ports and do network restart, I couldn't ssh to the server.
[root@lab ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
I have a server serving at 0.0.0.0 (for all interfaces)
And my machine has 2 connections one ethernet eth0 and other a ppp0 (3G card)
First without the ppp0 connection active I have the following route table:
Destination Gateway Genmask Flags Metric Ref Use Iface
default DD-WRT 0.0.0.0 UG 100 0 0 eth0
192.168.1.0 * 25
i am having Ubuntu box with two nic,eth0:for private and eth1 for public with static ip assigned.
on eth0:192.168.30.1
eth1:x.x.106.111
I want to set this box as Default gateway for all the other machines and wan to do NAT ing on it.
But after assigning Ip address in eth1 i am not able to ping 192.168.30.0 network and Public Ips.
route
default x.x.106.1 iface eth1
x.x.106.0 * 255.255.255.
I have a red hat 6.3 machine with 2 physical nics installed.