Hi so, I have confused myself a little, I have a rough idea what I am doing but am not a sysadmin type so its a little confusing.
I have a main ip from hetzner say
Main Ip from hetzner 123.123.123.104
Then I have a secondary ip for Pfsense 123.123.123.79 which is routed through 104
I have now added a subnet /28 whci are routed through 104 of course.
Although they are and will always be routed through 104, I want to route them through to 79 from 104, so that pfsense takes over those addresses from there.
And thats the crux, I can't figure out how to make that viable.
Oh, currently pfsense runs on 79 fine I have ssl etc all setup on both proxmox and pfsense,
I am guessing I need to add and bridge the subnet accross to 79,
This is the current config
auto lo
iface lo inet loopback
iface enp35s0 inet manual
auto vmbr0
iface vmbr0 inet static
address ***.202.245.104/26
gateway ***.202.245.65
bridge-ports enp35s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
Cheers
I have a main ip from hetzner say
Main Ip from hetzner 123.123.123.104
Then I have a secondary ip for Pfsense 123.123.123.79 which is routed through 104
I have now added a subnet /28 whci are routed through 104 of course.
Although they are and will always be routed through 104, I want to route them through to 79 from 104, so that pfsense takes over those addresses from there.
And thats the crux, I can't figure out how to make that viable.
Oh, currently pfsense runs on 79 fine I have ssl etc all setup on both proxmox and pfsense,
I am guessing I need to add and bridge the subnet accross to 79,
This is the current config
auto lo
iface lo inet loopback
iface enp35s0 inet manual
auto vmbr0
iface vmbr0 inet static
address ***.202.245.104/26
gateway ***.202.245.65
bridge-ports enp35s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
Cheers