[opt1_link0] Link: DOWN event at the second PPPOE
-
I use two ADSL modem connect one pfSense with two ethernet ports,and I enabled VLAN in the switch.
The WAN which tag VALN 100 works fine,but the OPT1 tag VLAN 200 returns:"Link: DOWN event"
I can not find what's the problem.[23.05-RELEASE][root@GW.Tel]/root: tail -f /var/log/ppp.log Jun 30 23:17:57 GW ppp[921]: [opt1_link0] LCP: Down event Jun 30 23:17:57 GW ppp[921]: [opt1_link0] Link: reconnection attempt 5937 in 1 seconds Jun 30 23:17:58 GW ppp[921]: [opt1_link0] Link: reconnection attempt 5937 Jun 30 23:17:58 GW ppp[921]: [opt1_link0] PPPoE: Connecting to '' Jun 30 23:18:07 GW ppp[921]: [opt1_link0] PPPoE connection timeout after 9 seconds Jun 30 23:18:07 GW ppp[921]: [opt1_link0] Link: DOWN event Jun 30 23:18:07 GW ppp[921]: [opt1_link0] LCP: Down event Jun 30 23:18:07 GW ppp[921]: [opt1_link0] Link: reconnection attempt 5938 in 4 seconds Jun 30 23:18:11 GW ppp[921]: [opt1_link0] Link: reconnection attempt 5938 Jun 30 23:18:11 GW ppp[921]: [opt1_link0] PPPoE: Connecting to '' Jun 30 23:18:20 GW ppp[921]: [opt1_link0] PPPoE connection timeout after 9 seconds Jun 30 23:18:20 GW ppp[921]: [opt1_link0] Link: DOWN event Jun 30 23:18:20 GW ppp[921]: [opt1_link0] LCP: Down event Jun 30 23:18:20 GW ppp[921]: [opt1_link0] Link: reconnection attempt 5939 in 1 seconds Jun 30 23:18:21 GW ppp[921]: [opt1_link0] Link: reconnection attempt 5939 Jun 30 23:18:21 GW ppp[921]: [opt1_link0] PPPoE: Connecting to ''
-
@insmod Try to use computer. Connect to first switch and change swtich port to vlan 200. Next configure pppoe on your computer. Install wireshark and watch packets.
you have mishmash with vlan
correct configuration
modem0 vlan 100 access mode
modem1 vlan 200 access modeigb0 switch port connect hybrid or general mode non tagged 100, tagged 200
interface on pfsense igb0 non tagged (for 100 vlan), igb0 tagged 200 (for vlan 200)
or
igb0 switch port connect trunk mode tagged 100,200
interface on pfsense igb0 tagged 100, igb0 tagged 200 -