Configuration of 2 IPs in Server
![Post Post](./styles/vicidial/imageset/icon_post_target.gif)
How to configure 2 IPs.. One Static and another Local IP on the vicibox ?
VICIDIAL astGUIclient discussion forum
http://forum.eflo.net/VICIDIALforum/
http://forum.eflo.net/VICIDIALforum/viewtopic.php?f=8&t=8497
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug eth0
auto eth0
iface eth0 inet static
#pre-up /usr/sbin/ethtool -s eth0 speed 100 duplex full autoneg off
address XXX.XXX.XXX.XXX
netmask XXX.XXX.XXX.XXX
network XXX.XXX.XXX.XXX
broadcast XXX.XXX.XXX.XXX
gateway XXX.XXX.XXX.XXX
auto eth1
iface eth1 inet static
# pre-up /usr/sbin/ethtool -s eth1 speed 100 duplex full autoneg off
address 10.17.17.4
netmask 255.255.255.0
network 10.17.17.0
broadcast 10.17.17.255
up route add -net 10.17.17.0 netmask 255.255.255.0 dev eth1
down route del -net 10.17.17.0 netmask 255.255.255.0 dev eth1