• Now IPv4 over IPv6! :)

    From Tony Langdon@3:633/410 to All on Sun Dec 8 20:18:00 2019
    Well, APANA changed their OpenVPN server, and after a few teething troubles, I've just switched to their new server. I'm still getting the same block of IPv4 addresses for my BBSs, but now my OpenVPN tunnel is on IPv6, so I am carrying IPv4 in IPv6, effectively.

    I wonder if anyone else is using IPv6 to tunnel IPv4 to their BBS. :)


    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
  • From Andrei Rachita@2:530/306 to Tony Langdon on Mon Dec 9 17:36:05 2019
    Hi Tony,

    How did you configured OpenVPN for IPv6? Can you share some info?

    Thanks.

    Best regards,
    Andrei


    Well, APANA changed their OpenVPN server, and after a few teething troubles, I've just switched to their new server. I'm still getting the same block of IPv4 addresses for my BBSs, but now my OpenVPN tunnel is on IPv6, so I am carrying IPv4 in IPv6, effectively.

    I wonder if anyone else is using IPv6 to tunnel IPv4 to their BBS. :)


    === MultiMail/Win v0.51

    --- AfterShock/Android 1.6.7
    * Origin: pufa (2:530/306)
  • From Tony Langdon@3:633/410 to Andrei Rachita on Tue Dec 10 21:33:00 2019
    On 12-09-19 17:36, Andrei Rachita wrote to Tony Langdon <=-

    Hi Tony,

    How did you configured OpenVPN for IPv6? Can you share some info?

    Here's an abridged version of my config. :)

    writepid /var/run/openvpn-vk3jed.pid
    remote 1234:dead:beef:4e00:5054:ff13:fe31:99b3 # I've used a bogus address proto udp6 # UDP tunnel over IPv6
    verb 5
    comp-lzo
    float
    dev tun0
    link-mtu 1440 #<==== link-mtu and mssfix may not be required!
    #mssfix 1000
    secret keys/vk3jed.key
    ifconfig 202.12.89.161 192.168.200.11
    port 5678
    ping 20
    ping-restart 120
    script-security 3
    up /etc/openvpn/apanasa.up


    The main things to do are to specify an endpoint that is reachable via and listening on IPv6 (domain name with AAAA record or literal IPv6 address), and to specify the protocol as udp6 or tcp6 (whatever the server is expecting). The rest of my configuration is basically the same as my old VPN over IPv4.
    ... MS-DOS: MR-DOS's sister; DR DOS: MS-DOS's Gynecologist.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
  • From Andrei Rachita@2:530/306 to Tony Langdon on Tue Dec 10 17:41:37 2019
    Thanks.

    On 12-09-19 17:36, Andrei Rachita wrote to Tony Langdon <=-

    Hi Tony,

    How did you configured OpenVPN for IPv6? Can you share some info?

    Here's an abridged version of my config. :)

    writepid /var/run/openvpn-vk3jed.pid
    remote 1234:dead:beef:4e00:5054:ff13:fe31:99b3 # I've used a bogus
    address
    proto udp6 # UDP tunnel over IPv6
    verb 5
    comp-lzo
    float
    dev tun0
    link-mtu 1440 #<==== link-mtu and mssfix may not be required!
    #mssfix 1000
    secret keys/vk3jed.key
    ifconfig 202.12.89.161 192.168.200.11
    port 5678
    ping 20
    ping-restart 120
    script-security 3
    up /etc/openvpn/apanasa.up


    The main things to do are to specify an endpoint that is reachable via
    and
    listening on IPv6 (domain name with AAAA record or literal IPv6 address), and to specify the protocol as udp6 or tcp6 (whatever the server is expecting). The rest of my configuration is basically the same as my old VPN over IPv4. ... MS-DOS: MR-DOS's sister; DR DOS: MS-DOS's Gynecologist. === MultiMail/Win v0.51

    --- AfterShock/Android 1.6.7
    * Origin: pufa (2:530/306)
  • From Tony Langdon@3:633/410 to Andrei Rachita on Wed Dec 11 11:34:00 2019
    On 12-10-19 17:41, Andrei Rachita wrote to Tony Langdon <=-

    Thanks.

    Let me know if you have success getting OpenVPN working over IPv6. From my experience, it should be painless. :)


    ... It's okay to stay true to your roots as long as you grow your own leaves. === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)