Hi there!
Since a few weeks I'm playing around with pfSense as a VM on Proxmox.
I'm really having fun in the learning process and slowly getting a hang of it.
I bought a Protectli VP2420 with one port (WAN) to my Ziggo modem -not in bridge mode yet-
And one port (LAN) to a Unify managed switch.
At the moment I try to get my setup ready and steady so I can ask my ISP to set the modem in bridge mode.
For now it's playing around and learn how everything works great, so I get confident enough to put this device straight to work as supposed.
My question:
The Proxmox (named fuseb0x) gets one IP from from the modem as well the pfSense. Is this the correct way? And why does this happen? Because I thought pfSense should've get his IPadres from Proxmox.
Because when I request my ISP to bridge the router, i won't get two IP's and this probably will cause problems, right?
Having this said, I can't get a ping out from my Proxmox out to the internet. The installed VM's do have internet.
What do I do wrong? Any ideas of where to look?
Thanks in advance!
Since a few weeks I'm playing around with pfSense as a VM on Proxmox.
I'm really having fun in the learning process and slowly getting a hang of it.
I bought a Protectli VP2420 with one port (WAN) to my Ziggo modem -not in bridge mode yet-
And one port (LAN) to a Unify managed switch.
At the moment I try to get my setup ready and steady so I can ask my ISP to set the modem in bridge mode.
For now it's playing around and learn how everything works great, so I get confident enough to put this device straight to work as supposed.
My question:
The Proxmox (named fuseb0x) gets one IP from from the modem as well the pfSense. Is this the correct way? And why does this happen? Because I thought pfSense should've get his IPadres from Proxmox.
fuseb0x | 64:62:66:21:f5:13 | 192.168.178.36/24 2001:1c01:4606:f900:6662:66ff:fe21:f513 | 2500 | Ethernet 4 |
pfSense | fe:c0:c2:5a:94:18 | 192.168.178.91/24 2001:1c01:4606:f900::f3 | 2500 | Ethernet 4 |
Because when I request my ISP to bridge the router, i won't get two IP's and this probably will cause problems, right?
Code:
auto lo
iface lo inet loopback
iface enp1s0 inet manual
iface enp2s0 inet manual
iface enp3s0 inet manual
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.0.200/24
gateway 192.168.0.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
Having this said, I can't get a ping out from my Proxmox out to the internet. The installed VM's do have internet.
Code:
root@fuseb0x:~# ping google.nl
ping: google.nl: Temporary failure in name resolution
root@fuseb0x:~#
What do I do wrong? Any ideas of where to look?
Thanks in advance!