I am sorry for the double post. I posted this question 11 months ago in the Server Help forum and it was never replied to and I think only one person looked at it.
I have a server running Funtoo with two NICS. I want to be able to connect to my Dell MD3600i backup server.
Question
eusanpe
Hello all,
I am sorry for the double post. I posted this question 11 months ago in the Server Help forum and it was never replied to and I think only one person looked at it.
I have a server running Funtoo with two NICS. I want to be able to connect to my Dell MD3600i backup server.
This is the IP Info:
Internal eth0---> IP: 192.168.20.100 ---> Gateway: 192.168.20.1 (Cisco Router to internet) External eth1---> IP: 192.168.3.40 ---> Gateway: 192.168.3.1 (Cisco Managed Switch) Dell MD3600i Backup Server---> 192.168.3.113
I want to be able to connect to my Dell MD3600i backup server at address 192.168.3.113
Can anyone give me some pointers for setting up routing so I can reach 192.168.3.113?
Thanks,
Tony
netif.eth0
template="interface" ipaddr="192.168.20.100/24" gateway="192.168.20.1" nameservers="192.168.20.1" domain="xxxxxx.com"
netif.eth1
template="interface" ipaddr="192.168.3.40/24" domain="xxxxx.com"
netstat
# netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 0.0.0.0 192.168.20.1 0.0.0.0 UG 0 0 0 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 192.168.20.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
Link to comment
Share on other sites
5 answers to this question
Recommended Posts