i have a machine ive been using as router/firewall with RH7.3 for 6 mo. or so. its my first linux machine and with the release of 8.0 i decided to start over and get rid of all the mistakes and garbage i already had. but now when setting up my networking my NICs are conflicting. eth0 (external ip) works great when eth1 is not activated. when it is activated then my ip/gateway switches to the internal ive tried to set on eth1. here is results of route -n command:
(before i start eth1...sorry but this window is small)
Destination Gateway Genmask Flags Metric Ref Use Iface
12.xxx.244.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 12.xxx.244.1 0.0.0.0 UG 0 0 0 eth0
(after i start eth1)
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
12.xxx.244.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.10.255 0.0.0.0 UG 0 0 0 eth1
(before i start eth1...sorry but this window is small)
Destination Gateway Genmask Flags Metric Ref Use Iface
12.xxx.244.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 12.xxx.244.1 0.0.0.0 UG 0 0 0 eth0
(after i start eth1)
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
12.xxx.244.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.10.255 0.0.0.0 UG 0 0 0 eth1