Bob.Dig
Regular Contributor
So first, I have almost no clue about vlan but I just hope, that what I want is so easy, that someone will help me with that.
My AC56U is in AP-Mode connected to a pfSense, which is doing the routing, DHCP, vlan etc.
I want that everything connected to the LAN-Ports and to the Wifi is in the same vlan, and everything connected to the guest-Wifi is in another vlan.
Who would help me with that and is it an easy task to begin with or rather complicated?
Greetings
Bob
My AC56U is in AP-Mode connected to a pfSense, which is doing the routing, DHCP, vlan etc.
I want that everything connected to the LAN-Ports and to the Wifi is in the same vlan, and everything connected to the guest-Wifi is in another vlan.
Who would help me with that and is it an easy task to begin with or rather complicated?
Greetings
Bob
Code:
br0 Link encap:Ethernet HWaddr BC:EE:7B:90:00:D0
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:13333 errors:0 dropped:0 overruns:0 frame:0
TX packets:20201 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1494246 (1.4 MiB) TX bytes:15156582 (14.4 MiB)
eth0 Link encap:Ethernet HWaddr BC:EE:7B:90:00:D0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15219 errors:0 dropped:0 overruns:0 frame:0
TX packets:23524 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2786108 (2.6 MiB) TX bytes:15911218 (15.1 MiB)
Interrupt:179 Base address:0x4000
eth1 Link encap:Ethernet HWaddr BC:EE:7B:90:00:D0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:19200
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:163
eth2 Link encap:Ethernet HWaddr BC:EE:7B:90:00:D4
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2965 errors:0 dropped:0 overruns:0 frame:62214
TX packets:3674 errors:1 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:624375 (609.7 KiB) TX bytes:1316915 (1.2 MiB)
Interrupt:169
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MULTICAST MTU:16436 Metric:1
RX packets:1248 errors:0 dropped:0 overruns:0 frame:0
TX packets:1248 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:126101 (123.1 KiB) TX bytes:126101 (123.1 KiB)
vlan1 Link encap:Ethernet HWaddr BC:EE:7B:90:00:D0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15219 errors:0 dropped:0 overruns:0 frame:0
TX packets:23524 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2546340 (2.4 MiB) TX bytes:15899338 (15.1 MiB)
wl0.1 Link encap:Ethernet HWaddr BC:EE:7B:90:00:D1
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:624 errors:0 dropped:0 overruns:0 frame:19200
TX packets:1685 errors:5 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:81145 (79.2 KiB) TX bytes:284251 (277.5 KiB)
Code:
Switch: enabled
Port 0: 1000FD enabled stp: none vlan: 1 jumbo: off mac: 00:19:99:e3:1b:e3
Port 1: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
Port 2: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:17:88:a2:92:56
Port 3: 100FD enabled stp: none vlan: 1 jumbo: off mac: 00:17:88:a2:92:56
Port 4: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:17:88:a2:92:56
Port 8: DOWN enabled stp: none vlan: 2 jumbo: off mac: 00:00:00:00:00:00
VLANs: BCM5301x enabled mac_check mac_hash
1: vlan1: 0 1 2 3 4 5t
2: vlan2: 5
56: vlan56: 2t 7t 8t
57: vlan57: 2 4
58: vlan58: 0 2 4 5t 8t
59: vlan59: 1t 2t 3 7 8u
60: vlan60: 0 1 7
61: vlan61: 2 8u
62: vlan62: 1t 5
Last edited: