Jump to content
Forums in Read-Only Mode - Please use Reddit ×
  • 0

Multiple Nics Configuration


eusanpe

Question

Hello all,

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

External
eth1---> IP: 192.168.3.40 ---> Gateway: 192.168.3.1

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 to get this setup?

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"
nameservers="192.168.2.10 192.168.2.11"
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

0 answers to this question

Recommended Posts

There have been no answers to this question yet

×
×
  • Create New...