View Single Post
  #1  
Old 19th July 2013, 08:43
AutoSnipe AutoSnipe is offline
Senior Member
 
Join Date: May 2008
Posts: 84
Default Need some help.. Debian
hey there, just need to know if this is what i need to do to add the rest of my ip's to my server.
first of all running debian 7. no cp no nothing and before you say go get a cp.. the answer will probably be no, as this is pretty much the only thing left and i will be done setting the server up..

/etc/network/interfaces

PHP Code:
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet 
static
address 178.86.31.xxx
netmask 255.255.255.0
gateway 178.86.31.254
dns
-nameservers 194.54.88.52 8.8.8.8


iface eth0
:1 inet static
address 178.86.31.xxx
netmask 255.255.255.0
iface eth0
:2 inet static
address 178.86.31.xxx
netmask 255.255.255.0
iface eth0
:3 inet static
address 178.86.31.xxx
netmask 255.255.255.0 
iface eth0
:4 inet static
address 178.86.31.xxx
netmask 255.255.255.0 
iface eth0
:5 inet static
address 178.86.31.xxx
netmask 255.255.255.0 
iface eth0
:6 inet static
address 178.86.31.xxx
netmask 255.255.255.0 
iface eth0
:8 inet static
address 178.86.31.xxx
netmask 255.255.255.0 
is this what it is supposed to look like??
Reply With Quote