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

    L2TP: Control connection 0x803859310 destroyed

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    35 Posts 6 Posters 5.4k Views
    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.
    • R
      reza.mnp
      last edited by

      after upgraded to p1 users can not login via l2tp to pf.
      Jun 18 06:20:17 l2tps L2TP: Control connection 0x803859310 destroyed
      Jun 18 06:20:06 l2tps L2TP: Control connection 0x803859310 terminated: 6 (expecting reply; none received)
      Jun 18 06:19:06 l2tps Incoming L2TP packet from 146.x.x.4 1701
      Jun 17 06:20:16 l2tps L2TP: Control connection 0x803859310 destroyed
      Jun 17 06:20:05 l2tps L2TP: Control connection 0x803859310 terminated: 6 (expecting reply; none received)
      Jun 17 06:19:05 l2tps Incoming L2TP packet from 146.x.x.4 1701
      Jun 16 12:36:22 l2tps L2TP: Control connection 0x803859310 destroyed
      Jun 16 12:36:10 l2tps L2TP: Control connection 0x803859310 terminated: 0 ()
      Jun 16 12:36:10 l2tps Incoming L2TP packet from 194.33.x.x 12546
      Jun 16 10:25:03 l2tps L2TP: Control connection 0x803859310 destroyed
      Jun 16 10:24:52 l2tps L2TP: Control connection 0x803859310 terminated: 0 ()

      1 Reply Last reply Reply Quote 1
      • U
        U-351
        last edited by

        I have the same problem after updating.

        1 Reply Last reply Reply Quote 0
        • jimpJ
          jimp Rebel Alliance Developer Netgate
          last edited by

          Older versions were not properly propagating the Secret field value into the L2TP config. If you set that incorrectly, the misconfiguration would not have been a problem until now.

          Check your L2TP server config and erase anything in the Secret and confirm box next to it, then save and see if clients can connect.

          Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

          Need help fast? Netgate Global Support!

          Do not Chat/PM for help!

          1 Reply Last reply Reply Quote 0
          • U
            U-351
            last edited by

            Yes, i solved problem by clearing field "Secret".

            Previously, when I was set up L2TP/IPsec, it think the "Secret" completely mean IPSec secret.

            Thx!

            1 Reply Last reply Reply Quote 1
            • erselbeyE
              erselbey
              last edited by erselbey

              This time it doesn't work with radius @jimp :(

              There are users added manually, but not with radius. The secret in Radius cannot be saved when it is left blank.

              viktor_gV 2 Replies Last reply Reply Quote 0
              • viktor_gV
                viktor_g Netgate @erselbey
                last edited by

                @erselbey said in L2TP: Control connection 0x803859310 destroyed:

                This time it doesn't work with radius @jimp :(

                There are users added manually, but not with radius. The secret in Radius cannot be saved when it is left blank.

                Can you explain it more detail?
                I can see radius secrets in both config.xml and mpd.conf:

                /cf/conf/config:
                <l2tp>
                		<radius>
                			<server>192.168.1.10</server>
                			<secret>123</secret>
                			<enable></enable>
                			<accounting></accounting>
                			<radiusissueips></radiusissueips>
                		</radius>
                
                # grep radius /var/etc/l2tp-vpn/mpd.conf 
                	set radius server 192.168.1.10 "123"
                	set radius retries 3
                	set radius timeout 10
                	set auth enable radius-auth
                	set auth enable radius-acct
                
                ercellE erselbeyE 2 Replies Last reply Reply Quote 0
                • ercellE
                  ercell @viktor_g
                  last edited by

                  @viktor_g said in L2TP: Control connection 0x803859310 destroyed:

                  Can you explain it more detail?
                  I can see radius secrets in both config.xml and mpd.conf:

                  Thank you for your answer, Victor. I will try this as soon as I get to the computer.

                  1 Reply Last reply Reply Quote 0
                  • erselbeyE
                    erselbey @viktor_g
                    last edited by erselbey

                    @viktor_g said in L2TP: Control connection 0x803859310 destroyed:

                    grep radiu

                    Hi @viktor_g

                    config.xml output >

                    <l2tp>
                                    <radius>
                                            <server>x.x.x.x</server>
                                            <secret>xxxx</secret>
                                            <accounting></accounting>
                                            <enable></enable>
                                    </radius>
                                    <remoteip>x.x.x.x</remoteip>
                                    <localip>x.x.x.x</localip>
                                    <l2tp_subnet>28</l2tp_subnet>
                                    <mode>server</mode>
                                    <interface>wan</interface>
                                    <n_l2tp_units>16</n_l2tp_units>
                                    <paporchap>chap</paporchap>
                                    <dns1>x.x.x.x</dns1>
                                    <dns2>x.x.x.x</dns2>
                                    <user>
                                            <name>invio-dev</name>
                                            <ip></ip>
                                            <password><![CDATA[xxxx]]></password>
                                    </user>
                                    <secret></secret>
                            </l2tp>
                    

                    mpd.conf output >

                    grep radius /var/etc/l2tp-vpn/mpd.conf
                    	set radius server x.x.x.x “xxxx”
                    	set radius retries 3
                    	set radius timeout 10
                    	set auth enable radius-auth
                    	set auth enable radius-acct
                    
                    1 Reply Last reply Reply Quote 0
                    • viktor_gV
                      viktor_g Netgate @erselbey
                      last edited by

                      @erselbey said in L2TP: Control connection 0x803859310 destroyed:

                      There are users added manually, but not with radius. The secret in Radius cannot be saved when it is left blank.

                      It looks like the Radius secret was successfully saved in your config

                      Please try this patch: https://redmine.pfsense.org/issues/10710

                      erselbeyE 1 Reply Last reply Reply Quote 0
                      • erselbeyE
                        erselbey @viktor_g
                        last edited by

                        @viktor_g Sorry, it didn't work =(

                        1 Reply Last reply Reply Quote 0
                        • ercellE
                          ercell
                          last edited by

                          ???

                          viktor_gV 1 Reply Last reply Reply Quote 0
                          • viktor_gV
                            viktor_g Netgate @ercell
                            last edited by

                            @ercell Please show your full L2TP configuration from the config.xml
                            and full /var/etc/l2tp-vpn/mpd.conf file content

                            @erselbey Have you successfully applied this patch and still see these errors?

                            erselbeyE 1 Reply Last reply Reply Quote 0
                            • erselbeyE
                              erselbey @viktor_g
                              last edited by

                              @viktor_g I applied but the result is the same. It doesn't work with Radius.

                              1 Reply Last reply Reply Quote 0
                              • viktor_gV
                                viktor_g Netgate
                                last edited by

                                I tested 2.4.5-p1 L2TP VPN server with RADIUS (local FreeRADIUS pkg) authentication - client connected successfully

                                Server:
                                Screenshot from 2020-07-04 13-50-06.png

                                Client:
                                Screenshot from 2020-07-04 13-52-05.png

                                pfSense 2.4.5-p1 (KVM) L2TP VPN server (w/o IPsec)
                                pfSense 2.5 L2TP client

                                1 Reply Last reply Reply Quote 0
                                • erselbeyE
                                  erselbey
                                  last edited by

                                  I'm using a different radius server but it didn't work.

                                  viktor_gV 1 Reply Last reply Reply Quote 0
                                  • viktor_gV
                                    viktor_g Netgate @erselbey
                                    last edited by

                                    @erselbey said in L2TP: Control connection 0x803859310 destroyed:

                                    I'm using a different radius server but it didn't work.

                                    Please provide more info - RADIUS server version, configuration, logs

                                    1 Reply Last reply Reply Quote 0
                                    • erselbeyE
                                      erselbey
                                      last edited by

                                      Nothing has been done on the radius server and the latest version of freeradius is being used. I don't think there will be a situation there.

                                      1 Reply Last reply Reply Quote 0
                                      • erselbeyE
                                        erselbey
                                        last edited by

                                        @viktor_g @jimp ???????

                                        1 Reply Last reply Reply Quote 0
                                        • viktor_gV
                                          viktor_g Netgate
                                          last edited by

                                          Have you tried https://redmine.pfsense.org/issues/10710 patch?
                                          Are there any changes on your clients?
                                          Why aren't you using IKEv2 for your clients?
                                          Are you able to connect from other pfSense appliance?
                                          You can install pfSense VM and check L2TP connection as me

                                          Also try to use FreeRADIUS pkg for testing

                                          erselbeyE 1 Reply Last reply Reply Quote 0
                                          • erselbeyE
                                            erselbey @viktor_g
                                            last edited by

                                            @viktor_g Hello Viktor

                                            I trying this methods and not running. Sorry.

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