Hi
we are running a Fedora 7 Apache server with 2 NICs in order to give access to the webserver from both LANs (inside and outside)
NIC eth0 in LAN 10.100.2.0/24 with IP 10.100.2.11 NM 255.255.255.0.
NIC eth1 in LAN 10.100.1.0/24 with IP 10.100.1.11 NM 255.255.255.0. (Access from/to Internet by CISCO ASA with NAT)
Default GW is eth1 10.100.1.1
Routing table is as follows:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.100.1.0 * 255.255.255.0 U 0 0 0 eth1
10.100.2.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
default 10.100.1.1 0.0.0.0 UG 0 0 0 eth1
Access from server to internet (eth1): OK
Access from internet to server (eth1, port 80): OK
But no access to webserver from LAN 10.100.2.0 LAN. Firewall setting are ok.
how sould the routing table look like, or what else can be the reason.
THX in advance for your help
Ralf