Hello!
This is my 4th lan description , with proxmox active.
1 server > router > workstations
my interfaces :
Problems :
In webgui , eth1 isn;t active...even after reboots doesnt start.
If I use vmbr4 i cannot acces machines/vms , but users over internet can acces.
I want to use vmbr4 , cuz my isp will cancel all ips from vmbr1.
If i dont use bridge_ports eth1 for vmbr4, i cannot use my real lan with router+ workstations
Schema is like this
ISP>master-server<>virtual machines><me
This is my 4th lan description , with proxmox active.
1 server > router > workstations
my interfaces :
Code:
# network interface settingsauto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto eth1
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 81.196.124.xxx < all ips routed to this
netmask 255.255.255.240
gateway 81.196.124.113
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 82.aa.zz.xy <only for vms and openvz, isp will cancel in 2 days and i cannot move my clients
netmask 255.255.255.192
bridge_ports none
bridge_stp off
bridge_fd 0
auto vmbr4
iface vmbr4 inet static
address 82.79.61.yyy < for router , workstations and even for vms/openvz
netmask 255.255.255.128
bridge_ports eth1
bridge_stp off
bridge_fd 0
Problems :
In webgui , eth1 isn;t active...even after reboots doesnt start.
If I use vmbr4 i cannot acces machines/vms , but users over internet can acces.
I want to use vmbr4 , cuz my isp will cancel all ips from vmbr1.
If i dont use bridge_ports eth1 for vmbr4, i cannot use my real lan with router+ workstations
Schema is like this
ISP>master-server<>virtual machines><me