Setup POOL of public IP's

kobzar

New Member
Jun 3, 2024
3
0
1
Hello 2 All.
Sorry, but i cant find answer on this forum, so want ask you about little help.

I have a server that connected only by one NIC to internet. And provider (hoster) give me 3 public ip. Like
IP's: 88.188.199.53-55/24
GW: 88.188.199.1

So, i want to make next network configuration:
88.188.199.53 - for my Proxmox access.
On the Proxmox i was install OpnSense(Pfsense), so i am need create 2 separate net interfaces to connect it later to OpnSense VM like
WAN1 - 88.188.199.54
WAN2 - 88.188.199.55
(This is one pool but the different services)

I am used default configuration of Proxmox and have access to it.
Code:
auto lo
iface lo inet loopback

iface eno1 inet manual

# This is bridge for inet
auto b_WAN
iface b_WAN inet static
        address  88.188.199.53/24
        gateway  88.188.199.1
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0

# This bridge for lan after OpnSense for CRM server
auto b_CRM
iface vmbr0 inet manual
        bridge-ports none
        bridge-stp off
        bridge-fd 0

On my VM HW settings i was add two NIC's (firewall is disabled)
b_WAN as WAN and b_CRM as LAN
After this i setup my network on OpnSense
WAN 88.188.199.54/24 88.188.199.1
I see the world from OpnSense after this action - but i don't see the OpnSense from world.
No pings, no web e.t.c.

Thanks
 
on the wan interface the web port is closed. if u connect to the lan port u will see the opnsense portal
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!