Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    only one PPOE can be working

    Routing and Multi WAN
    1
    2
    365
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • michaeleinoM
      michaeleino
      last edited by michaeleino

      only first PPPOE connection works!
      this is really weird,
      configure vlan6 vlan7
      go to interface > assign vlan6 and vlan7
      configure both of them, the first configured works!

      i have tried to dump traffic using

      tcpdump -ei vtnet1 vlan and pppoes or pppoed
      

      only first configured interface shows traffic.

      ps ax | grep ppp
      36545  -  Ss     0:00.03 /usr/local/sbin/mpd5 -b -k -d /var/etc -f mpd_opt2.conf -p /var/run/pppoe_opt2.pid -s ppp pppoeclient
      64518  -  Ss     0:00.02 /usr/local/sbin/mpd5 -b -k -d /var/etc -f mpd_opt9.conf -p /var/run/pppoe_opt9.pid -s ppp pppoeclient
      
      var/etc: cat mpd_*
      startup:
      	# configure the console
      	set console close
      	# configure the web server
      	set web close
      
      default:
      pppoeclient:
      	create bundle static opt2
      	
      	set iface name pppoe0
      	set iface disable on-demand
      	set iface idle 0
      	set iface enable tcpmssfix
      	set iface up-script /usr/local/sbin/ppp-linkup
      	set iface down-script /usr/local/sbin/ppp-linkdown
      	set ipcp ranges 0.0.0.0/0 0.0.0.0/0
      	#log -bund -ccp -chat -iface -ipcp -lcp -link
      
      	create link static opt2_link0 pppoe
      	set link action bundle opt2
      	set link disable multilink
      	set link keep-alive 10 60
      	set link max-redial 0
      	set link disable chap pap
      	set link accept chap pap eap
      	set link disable incoming
      	set link mtu 1492
      	set auth authname "masked"
      	set auth password masked
      	set pppoe service ""
      	set pppoe iface vtnet1.6
      	open
      ---------------------------------------
      startup:
      	# configure the console
      	set console close
      	# configure the web server
      	set web close
      
      default:
      pppoeclient:
      	create bundle static opt9
      	
      	set iface name pppoe1
      	set iface disable on-demand
      	set iface idle 0
      	set iface enable tcpmssfix
      	set iface up-script /usr/local/sbin/ppp-linkup
      	set iface down-script /usr/local/sbin/ppp-linkdown
      	set ipcp ranges 0.0.0.0/0 0.0.0.0/0
      	#log -bund -ccp -chat -iface -ipcp -lcp -link
      
      	create link static opt9_link0 pppoe
      	set link action bundle opt9
      	set link disable multilink
      	set link keep-alive 10 60
      	set link max-redial 0
      	set link disable chap pap
      	set link accept chap pap eap
      	set link disable incoming
      	set link mtu 1492
      	set auth authname "masked"
      	set auth password masked
      	set pppoe service ""
      	set pppoe iface vtnet1.7
      	open
      

      sys info: (having same behavior since 2.4.5 or earlier till 252-RC)

      BIOS 	Vendor: BHYVE
      Version: 1.00
      Release Date: Fri Mar 14 2014
      Version 	2.5.2-RC (amd64)
      built on Thu Jun 17 17:10:26 EDT 2021
      FreeBSD 12.2-STABLE
      CPU Type 	Intel(R) Xeon(R) Silver 4116 CPU @ 2.10GHz
      8 CPUs: 8 package(s) x 1 core(s)
      AES-NI CPU Crypto: Yes (active)
      QAT Crypto: No
      Hardware crypto 	AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS
      Kernel PTI 	Enabled
      MDS Mitigation 	Inactive
      

      have tried to bind the pppoe1 or pppoe2 to another interface with/without vlan ... still not showing traffic initiation on the tcpdump :(
      Any help?

      1 Reply Last reply Reply Quote 0
      • michaeleinoM
        michaeleino
        last edited by

        any help or suggestions here!?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.