Trying to build a home network (Newbie)
Overview
-Modem to BareMetal PFSense Box
-VLANs Configured with DHCP Servers Running
-PFSense Box to MikroTik Switch
-(VLAN Configured)
-MikroTik Switch to Cisco 3560G
Port 1 = PFSense connected
Port 2 = Dedicated to Cisco 3560G + R710
Port 3 = Laptops VLAN 30
Port 4 = Guest
Port 5 = Management
-Cisco 3560G to Dell R710 (Running Proxmox)
All computers on this network working fine
Except Proxmox
I cannot ping it. I cannot access it.
I use a laptop connect to the switch that R710 connected to.
I can access internet and Proxmox both just fine.
I use laptop in another room using VLAN 30.
I cannot access Proxmox or ping it.
However I can ping and access the PDU which is using the same switch as Proxmox. I can see that the static IP address I assign it on VLAN 20 working.
This lead me to believe Proxmox is the culprit and I did not configure it correctly for VLAN 20.
Current Configuration:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.10.20.2/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno2
bridge-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet manual
bridge-ports eno3
------------------------------------
The solution I am looking for is to access the Proxmox GUI from a laptop on VLAN 30 (192.168.30.2)
Overview
-Modem to BareMetal PFSense Box
-VLANs Configured with DHCP Servers Running
-PFSense Box to MikroTik Switch
-(VLAN Configured)
-MikroTik Switch to Cisco 3560G
Port 1 = PFSense connected
Port 2 = Dedicated to Cisco 3560G + R710
Port 3 = Laptops VLAN 30
Port 4 = Guest
Port 5 = Management
-Cisco 3560G to Dell R710 (Running Proxmox)
All computers on this network working fine
Except Proxmox
I cannot ping it. I cannot access it.
I use a laptop connect to the switch that R710 connected to.
I can access internet and Proxmox both just fine.
I use laptop in another room using VLAN 30.
I cannot access Proxmox or ping it.
However I can ping and access the PDU which is using the same switch as Proxmox. I can see that the static IP address I assign it on VLAN 20 working.
This lead me to believe Proxmox is the culprit and I did not configure it correctly for VLAN 20.
Current Configuration:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.10.20.2/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno2
bridge-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet manual
bridge-ports eno3
------------------------------------
The solution I am looking for is to access the Proxmox GUI from a laptop on VLAN 30 (192.168.30.2)
Last edited: