Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Any OpenVPN auto installer script that support IPv6?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Any OpenVPN auto installer script that support IPv6?

Hi,

I'm wondering if anyone has an openVPN installer that supports both ipv4 and ipv6.

Thanks

Comments

  • @Nyr might be able to help

  • NyrNyr Community Contributor, Veteran

    TheOnlyDK said: @Nyr might be able to help

    No, and I doubt anyone will for now:
    https://github.com/Nyr/openvpn-install/issues/42

    Thanked by 2Issam2204 bersy
  • hey @nyr, I have /64, you think it might be worth a try?

  • NyrNyr Community Contributor, Veteran

    @Hybrid said:
    hey nyr, I have /64, you think it might be worth a try?

    Unfortunately you are part of a minority at the moment, so it will not be added to the script. It would add some support workload for users with broken setups too.

    Still, manually configuring IPv6 for an existing OpenVPN installation isn't very hard :)

    Thanked by 1DXD
  • i have online.net server and use @Nyr script. have /48 and created a /64. could not figure out how to configure it. Would be great if this is added.

  • @Nyr I think it would be very useful. May be you can just add a question in the interactive dialog and have it default to IPv4-only.

    Thanked by 1ahmiq
  • NyrNyr Community Contributor, Veteran
    edited September 2015

    If IPv6 is correctly working for the box and you have a fully routed subnet, setting it up is very easy. You just need to edit /etc/openvpn/server.conf and add the following lines:

    server-ipv6 2001:1234:1234:100::/64 <- subnet you want to use
    push "route-ipv6 2000::/3" <- push the route to the client

    This will not be added to the script for now, the motivations had already been explained.

  • @Nyr for president!!!!!!!!!!!!!!!!!

    Thanked by 1raindog308
  • Hi @Nyr

    About IPv6, I have a OpenVZ VPS with 1 IPv6 IP. If I install today your script, will it support IPv6? So to make it work I just have to add the lines you posted at: /etc/openvpn/server.conf

    Thanks

  • @Nyr said:

    @Hybrid said:
    hey nyr, I have /64, you think it might be worth a try?

    Unfortunately you are part of a minority at the moment, so it will not be added to the script. It would add some support workload for users with broken setups too.

    Still, manually configuring IPv6 for an existing OpenVPN installation isn't very hard :)

    Hey, I like your website. Did you design it yourself?

  • maldovia said: maldovia

    Do you sell something? :P

    Thanked by 1Hybrid
  • I would take a look at softether,org use lauchpad repos to install it.

  • https://github.com/DanielAdolfsson/ndppd

    I've used this to route a /72 out of the /64 one of my providers gave me,

    Essentially this answers the NDP request the provider sends with itself and then the machine running this can act as a router.

    Be interesting to see what happens if someone scans the whole /72 and I fill up the providers NDP table, then maybe we can have the conversation about how to handle ipv6 properly ;-)

  • WSSWSS Member

    As a matter of fact, Nyr finally updated it.

  • @WSS said:
    As a matter of fact, Nyr finally updated it.

    Dude, first post in forever and you necro? Wtf? So glad you found the time to contribute that beauty of a post.

    Thanked by 1AlwaysSkint
  • @Hybrid said:
    Hi,

    I'm wondering if anyone has an openVPN installer that supports both ipv4 and ipv6.

    Thanks

    Yes. Angristan Script. used on many debian servers, IPv6 works like a charm

    https://github.com/angristan/openvpn-install

  • JackHJackH Member

    @TimboJones said:

    @WSS said:
    As a matter of fact, Nyr finally updated it.

    Dude, first post in forever and you necro? Wtf? So glad you found the time to contribute that beauty of a post.

    It's still relevant and helpful. It's not like he was necroing to flog his goods.

    Thanks for the update @WSS :-D

  • Thanks @WSS

  • Look at my badass thread, made it back to the top all the way from 2015.

    Still using @Nyr 's script btw

    Thanked by 1Nyr
  • NyrNyr Community Contributor, Veteran

    @Hybrid said:
    Look at my badass thread, made it back to the top all the way from 2015.

    Still using @Nyr 's script btw

    Glad to hear that!

  • raindog308raindog308 Administrator, Veteran

    Just to repeat: @Nyr for president!

    Thanked by 1Nyr
Sign In or Register to comment.