Moderators: enjay, williamconley, Staydog, mflorell, MJCoate, mcargile, Kumba
# 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
Return to ViciBox Server Install and Demo
Users browsing this forum: No registered users and 27 guests