Howdy, Stranger!

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


OpenVPN IPv6: forward single addresses
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.

OpenVPN IPv6: forward single addresses

dmmcintyre3dmmcintyre3 Member
edited April 2012 in General

I have 3 unused IPv6 addresses on my VPN server, and want to forward them to OpenVPN clients. Everything I found on Google seems to require a block of IPv6 addresses. How can I do this?

Comments

  • create static lan ip for client, then on iptables rules, SNAT the static client to the individual ipv6 address.

  • efballefball Member
    edited April 2012

    SNAT the static client to the individual ipv6 address.

    There is no SNAT for IPv6. ip6tables doesn't support it.

    ifconfig venet0 add 1234:5678:1234:1234::1/128

Sign In or Register to comment.