Hello, can you advise me how to set up OPNsense with this network interface? My point is to set up WAN and LAN and assign virtual IP addresses to virtual machines for Internet access on domains using DNS Cloudflare. Sorry for bad English. I hope you understand me.
My /etc/network/interfaces
# loopback device
auto lo
iface lo inet loopback
iface lo inet6 loopback
# network device
auto enp2s0
iface enp2s0 inet static
address 144.76.165.44
netmask 255.255.255.255
gateway 144.76.165.33
pointopoint 144.76.165.33
iface enp2s0 inet6 static
address 2a01:4f8:200:4171::1
netmask 128
gateway fe80::1
up sysctl -p
auto vmbr0
iface vmbr0 inet static
address 144.76.165.44
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 144.76.165.126/32 dev vmbr0
iface vmbr0 inet6 static
address 2a01:4f8:200:4171::2
netmask 64
My /etc/network/interfaces
# loopback device
auto lo
iface lo inet loopback
iface lo inet6 loopback
# network device
auto enp2s0
iface enp2s0 inet static
address 144.76.165.44
netmask 255.255.255.255
gateway 144.76.165.33
pointopoint 144.76.165.33
iface enp2s0 inet6 static
address 2a01:4f8:200:4171::1
netmask 128
gateway fe80::1
up sysctl -p
auto vmbr0
iface vmbr0 inet static
address 144.76.165.44
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 144.76.165.126/32 dev vmbr0
iface vmbr0 inet6 static
address 2a01:4f8:200:4171::2
netmask 64
Last edited: