I want a 2nd ethernet card manually configured.
Due to the load I want a dedicated connection between the Unraid and a Server.
I've got a second ethernet connection. But how can I manually configure this in network.cfg?
I took eth1 already out of the Bond. But need to add it somehow.
The system now has eth0 and eth1 available.
eth0 uses dhcp
eth1 I want to manually configure.
The manual says:
USE_DHCP=no
IPADDR=192.168.1.150 N
ETMASK=255.255.255.0
GATEWAY=192.168.1.1
But I'm trying to figure out how to point this to eth1
[My current config:]
# Generated settings:
IFNAME[0]=""
DHCP_KEEPRESOLV="no"
DHCP6_KEEPRESOLV="no"
BONDNICS[0]="eth0 eth2 eth3"
BONDING_MODE[0]="1"
BONDING_MIIMON[0]="100"
BRNICS[0]="bond0"
BRSTP[0]="0"
BRFD[0]="0"
DESCRIPTION[0]="Ethernet Build-In"
USE_DHCP[0]="yes"
SYSNICS="1"
Solved:
IFNAME[1]="eth1"
DESCRIPTION[1]="description"
PROTOCOL[1]="ipv4"
USE_DHCP[1]="no"
IPADDR[1]="10.11.12.1"
NETMASK[1]="255.255.255.0"
SYSNICS="2"
P.S. Those looking for Ethernet Dongles working with Unraid. Since I had around 10 different ones lying around.
Those dongles working out of the box on osX (without additional driver installations) seem to work fine with Unraid.