Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » setting up VLAN di debian

setting up VLAN di debian

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface

auto vlan11
#vlan11
iface vlan11 inet static
address 192.168.11.253
netmask 255.255.255.0
network 192.168.11.0
broadcast 192.168.11.255
mtu 1500
vlan_raw_device eth1

#auto eth1.11
#iface eth1.11 inet static
#        address 192.168.11.253
#        netmask 255.255.255.0
#        name Ethernet LAN card
#        broadcast 192.168.11.255
#        network 192.168.11.0

#pre-up /etc/init.d/splitaccess-up

auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider

auto eth0
iface eth0 inet manual

Filed under: 7. Operating System

Leave a Reply

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>