setting up a ftp on eth1 and http on eth0
I am stuck, I have 2 network cards on one machine each card going to a separate linksys router. I am having trouble getting the eth1 card to be used as my vsftpd server.... each router has its own cable homerun pulled
with unique static address's.. I have the listen_address inside the vsfpd.conf file pointing to 192.168.1.8 and it still doesnt work...eth0 is assigned 192.168.1.7.. if I change the gateway on router2 to be different than router 1 my httpd stops working and my ftp starts... any ideas
my route is as follows
destination gateway genmask flags metric ref use iface
192.168.1.0 * 255.255.255.0 u 0 0 0 eth0
192.168.1.0 * 255.255.255.0 u 0 0 0 eth1
169.254.0.0 * 255.255.0.0 u 0 0 0 eth1
default 192.168.1.1 0.0.0.0 ug 0 0 0 eth0
hope this helps
|