forum share
   textsms      forum    

Setting up Second IP address or Virtual IP address in Debian

INDEX \ Articole/intrebari \ Setting up Second IP address or Virtual IP address in Debian

Setting up Second IP address or Virtual IP address in Debian

text_format+  text_format-


If you are a server system administrator or normal user some time you need to assign a second ipaddress to your debian machine.For this you need to edit the /etc/network/interfaces file and you need to add the following syntax.Below one is the only example you need to chnage according to your ip address settings

auto eth0:1
iface eth0:1 inet static
address 192.168.1.60
netmask 255.255.255.0
network x.x.x.x
broadcast x.x.x.x
gateway x.x.x.x

You need to enter all the details like address,netmask,network,broadcast and gateways values after entering all the values save this file and you need to restart networking services in debian using the following command to take effect of our new ipaddress.

#/etc/init.d/networking restart


continue...




update Ultima actualizare: 06/01/2011
done Informatiile cuprinse in aceasta sectiune sunt verificate si actualizate periodic.

list Articole recente
arrow_back Inapoi


© 2025 EVIDWEB. Toate drepturile rezervate. Design: EVIDWEB

share   forum   textsms