T
Tomas
Guest
Hello ,
First of all , thank you for the great product.
I have a question regarding vlans.
I am using :
/etc/network/interfaces:
# network interface settings
auto lo
iface lo inet loopback
#wan nic
auto eth0
iface eth0 inet static
address x.x.x.186
netmask 255.255.255.252
gateway x.x.x.185
broadcast x.x.x.187
network x.x.x.184
# local subnet nic
auto eth1
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.21.1
netmask 255.255.255.0
bridge_ports eth1
bridge_stp off
bridge_fd 0
Local subnet 192.168.1.0/24 uses windows computers, i want to configure vlans( example: vlan1 windows server ip 192.168.2.1/24, vlan2 192.168.3.1, others vlan3 servers ip 192.168.100.0/24)
each VLAN can to ping another VLAN ( example:
192.168.1.0/24 ping to subnet 192.168.100.0/24 and etc.)
How to do it?
how need configured /etc/network/interfaces?
How add ip route?
thank for answer.
First of all , thank you for the great product.
I have a question regarding vlans.
I am using :
/etc/network/interfaces:
# network interface settings
auto lo
iface lo inet loopback
#wan nic
auto eth0
iface eth0 inet static
address x.x.x.186
netmask 255.255.255.252
gateway x.x.x.185
broadcast x.x.x.187
network x.x.x.184
# local subnet nic
auto eth1
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.21.1
netmask 255.255.255.0
bridge_ports eth1
bridge_stp off
bridge_fd 0
Local subnet 192.168.1.0/24 uses windows computers, i want to configure vlans( example: vlan1 windows server ip 192.168.2.1/24, vlan2 192.168.3.1, others vlan3 servers ip 192.168.100.0/24)
each VLAN can to ping another VLAN ( example:
192.168.1.0/24 ping to subnet 192.168.100.0/24 and etc.)
How to do it?
how need configured /etc/network/interfaces?
How add ip route?
thank for answer.