hi !
i have a 2 ethernet cards in my server. eth0 is integrated to the main board and eth1 is an 3com pci ethernet card. im using eth0 for my internal LAN as a dhcp server. it has an ip 192.168.14.2 and there is many vlans on same network and i have to see 192.168.15.2 , 192.168.16.2 , 192.168.17.2. normall i can ping them all. my second card (eth1) is for me, it has public ip xxx.243.27.110 and im using it for ssh connection. when i install eth1, my server has 2 default gateways according to netstat -rn . so i think it causes a problem, i think my ssh packet sometimes got lost while choosing the gateway in my server. how can i use my server as with 1 gateway. if i disable eth0 `s gateway, the other vlans cant see me and also i cant see other vlans. if i disable eth1`s gateway, i can not connect my server via ssh, what can i do?
thanks