Hello,
I have a server with six IP addresses and I have six users. I wish for each to receive a unique IP.
I have:
iface eth0 inet static
address 212.x.x.100
netmask 255.255.255.0
gateway 212.x.x.1
iface eth0:0 inet static
address 212.x.x.101
netmask 255.255.255.0
gateway 212.x.x.1
.
.
.
iface eth0:5 inet
address 212.x.x.106
netmask 255.255.255.0
gateway 212.x.x.1
All working and showing in ifconfig.
So how do I assign user 1 to the first, user 2 to the second .. etc.
Thanks



Adv Reply


Bookmarks