Hi,
I installend 8.1 using the IP 11.22.33.44.
Therfore I can access the Web Interface on 11.22.33.44:8006
I added a VLAN on vmbr1 with IP 10.100.2.2
I can ssh to the machine with 10.100.2.2:22
But i CANT access the web interface with 10.100.2.2:8006
Is there something to configure?
I installend 8.1 using the IP 11.22.33.44.
Therfore I can access the Web Interface on 11.22.33.44:8006
I added a VLAN on vmbr1 with IP 10.100.2.2
I can ssh to the machine with 10.100.2.2:22
But i CANT access the web interface with 10.100.2.2:8006
Is there something to configure?
Code:
auto lo
iface lo inet loopback
iface enp35s0 inet manual
auto enp35s0.4000
iface enp35s0.4000 inet manual
mtu 1400
#vSwitch
auto vmbr0
iface vmbr0 inet static
address 11.22.33.44/26
gateway 1.2.3.4
bridge-ports enp35s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 10.100.2.2/24
bridge-ports enp35s0.4000
bridge-stp off
bridge-fd 0
up ip route add 10.100.0.0/16 via 10.100.2.1
up ip route add 10.10.10.0/24 via 10.100.2.1