Can anyone please help me with a new setup? I previously used a UDM-Pro and it did all of my routing. I am going with an OPNSense router. I have a bunch of VLANs on the switch, and I want the switch to do the routing. It could be a lot of traffic from any of those VLANs to my main one. I am testing VLAN 112, with an access point plugged into it. Connecting to it I am able to pull an IP address. I am unable to access the internet. I am unable to find any information on how to get.
Code:
Current configuration:
!
ver 08.0.30uT7f3
!
stack unit 1
module 1 icx6610-24p-poe-port-management-module
module 2 icx6610-qsfp-10-port-160g-module
module 3 icx6610-8-port-10g-dual-mode-module
stack-trunk 1/2/6 to 1/2/7
stack-port 1/2/6
stack unit 2
module 1 icx6610-24f-sf-port-management-module
module 2 icx6610-qsfp-10-port-160g-module
module 3 icx6610-8-port-10g-dual-mode-module
stack-trunk 2/2/1 to 2/2/2
stack-trunk 2/2/6 to 2/2/7
stack-port 2/2/1 2/2/6
stack enable
stack mac 748e.f8fe.93f6
!
global-stp
!
!
!
vlan 1 name DEFAULT-VLAN by port
router-interface ve 1
!
vlan 101 name Staab by port
tagged ethe 1/3/8 ethe 2/1/1
!
vlan 102 name Jones by port
tagged ethe 1/3/8 ethe 2/1/2
!
vlan 103 name Wagner by port
tagged ethe 1/3/8 ethe 2/1/3
!
vlan 104 name Beamesderfer by port
tagged ethe 1/3/8 ethe 2/1/4
!
vlan 105 name Sowers by port
tagged ethe 1/3/8 ethe 2/1/5
!
vlan 106 name Speece by port
tagged ethe 1/3/8 ethe 2/1/6
!
vlan 107 name SoLeb-Broseph by port
tagged ethe 1/3/8 ethe 2/1/7
!
vlan 108 name DuPont-Harding by port
tagged ethe 1/3/8 ethe 2/1/8
!
vlan 109 name Gromis by port
tagged ethe 1/3/8 ethe 2/1/9
!
vlan 110 name Swanger by port
tagged ethe 1/3/8 ethe 2/1/10
!
vlan 111 name Hackman by port
tagged ethe 1/3/8 ethe 2/1/11
!
vlan 112 name Miranda by port
tagged ethe 1/3/8 ethe 2/1/12
router-interface ve 112
!
!
!
!
!
aaa authentication web-server default local
aaa authentication login default local
hostname switcheroo
ip dhcp-client disable
ip dhcp-server enable
!
ip dhcp-server pool miranda
dhcp-default-router 192.168.112.1
dns-server 192.168.112.1
excluded-address 192.168.112.1
lease 1 0 0
network 192.168.112.0 255.255.255.0
deploy
!
!
no telnet server
username root password .....
!
!
hitless-failover enable
!
!
!
!
!
!
!
interface ethernet 1/1/3
inline power
!
interface ethernet 1/1/6
inline power
!
interface ethernet 1/1/7
inline power
!
interface ethernet 1/1/13
inline power
!
interface ethernet 1/3/1
port-name Indoors
speed-duplex 10G-full
!
interface ethernet 1/3/2
speed-duplex 10G-full
!
interface ethernet 1/3/3
speed-duplex 10G-full
!
interface ethernet 1/3/4
speed-duplex 10G-full
!
interface ethernet 1/3/7
speed-duplex 10G-full
!
interface ethernet 1/3/8
dual-mode
speed-duplex 10G-full
!
interface ethernet 2/1/1
port-name Staab
dual-mode
!
interface ethernet 2/1/2
port-name Jones
dual-mode
!
interface ethernet 2/1/3
port-name Wagner
dual-mode
!
interface ethernet 2/1/4
port-name Beamesderfer
dual-mode
!
interface ethernet 2/1/5
port-name Sowers
dual-mode
!
interface ethernet 2/1/6
port-name Speece
dual-mode
!
interface ethernet 2/1/7
port-name SoLeb-Berger
dual-mode
!
interface ethernet 2/1/8
port-name DuPont-Harding
dual-mode
!
interface ethernet 2/1/9
port-name Gromis
dual-mode
!
interface ethernet 2/1/10
port-name Swanger
dual-mode
!
interface ethernet 2/1/11
port-name Hackman
dual-mode
!
interface ethernet 2/1/12
port-name Miranda
dual-mode
!
interface ve 1
ip address 192.168.1.5 255.255.255.0
!
interface ve 112
ip address 192.168.112.1 255.255.255.0
!
!
!
!
!
lldp tagged-packets process
lldp run
!
!
!
!
end