Use multiple IPs on one Ethernet card in my server
In the Network Section
eth0="eth0 192.168.100.4 netmask 255.255.255.0 broadcast 192.168.100.255"
eth1="eth0:1 192.168.100.5 netmask 255.255.255.0 broadcast 192.168.100.255"
eth2="eth0:2 192.168.100.6 netmask 255.255.255.0 broadcast 192.168.100.255"
eth3="eth0:3 192.168.100.7 netmask 255.255.255.0 broadcast 192.168.100.255"
INTERFACES=(lo eth0 eth1 eth2 eth3)
This is just a quick reminder to myself how to set multiple IP addresses on my Arch Linux LAN server.
Related Posts
Categories
Arch-Linux Network