[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: IP Address networking - best way?



Forget my last email... too quick on the keyboard...
The "auto" declaration is for physical interfaces only...
It should have looked like this when you were done:

#Physical interface
auto eth0
#Base address
iface eth0 inet static
      address 70.87.206.50
      netmask 255.255.255.0
      gateway 70.87.206.49
#Alias adress #1
iface eth0:0 inet static
      address 70.87.206.51
      netmask 255.255.255.0
      gateway 70.87.206.49
#Alias adress #2
iface eth0:1 inet static
      address 70.87.206.52
      netmask 255.255.255.0
      gateway 70.87.206.49
#Alias adress #3
iface eth0:2 inet static
      address 70.87.206.53
      netmask 255.255.255.0
      gateway 70.87.206.49
#Alias adress #4
iface eth0:3 inet static
      address 70.87.206.54
      netmask 255.255.255.0
      gateway 70.87.206.49



Reply to: