This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

6to4 additional IPs

Hello

I have activated IPv6 as 6to4. In 6to4 i get a /48 subnet.

How can i use this IP-Adresses?


This thread was automatically locked due to age.
  • Hi,
    you can setup  DHCP servers on your ASG. You can enable dual stack on Window 7 PCs. You can subnet the /48 across your internal NICs eg /64 or smaller on each NIC.
    Ypu can assign your ASG and internal IPv6 address and use your PC/workstation to access it in lieu of IPv4.

    In other words use it like you would an IPv4 address range, the only issue being not many sites are IPv6 aware.

    Ian M
  • Thank for your reply, i have to give you more details.

    I want to use the /48 subnet to make my own site available in ipv6.

    My fix IP is: 194.29.26.162. If i activate 6to4, the i get 2002:c21d:1aa2::1 /48.
    Now is my Astaro interface available under: https://[2002:c21d:1aa2::1]:4444

    The interface is also under every other IP available as example https://[2002:c21d:1aa2::3]:4444.

    But on Port 80 the traffic will blocked. How can i forward the Traffic for 2002:c21d:1aa2::3 to 192.168.1.3?

    Could you understand my problem?
  • There is no way to NAT IPv6 to IPv4. You either have to setup the Web Application Firewall to listen to IPv6 addresses and forward the requests to the IPv4 server or you have to configure IPv6 addresses on your web server from your IPv6 address range.

    Cheers
     Ulrich
  • There is no way to NAT IPv6 to IPv4. You either have to setup the Web Application Firewall to listen to IPv6 addresses and forward the requests to the IPv4 server or you have to configure IPv6 addresses on your web server from your IPv6 address range.

    With WebAplication Firewall works fine.

    But now i have no ipv6 Access.

    Is IPv6 Access not available with 6to4?
  • You mean your LAN clients have no IPv6 access?
    Are there IPv6 addresses configured on the Clients
    and are packet filter rules set?

    Cheers
     Ulrich
  • You mean your LAN clients have no IPv6 access?

    Correct.

    Are there IPv6 addresses configured on the Clients

    no - If i try to activate v6 DHCP, i get an error, that on this interface is no ipv6-adress.

    are packet filter rules set?

    Witch Filter rules i have to set?
  • What client OS do you have? Note: Windows XP and MacOSX only support IPv6 Prefix advertisements (You can find that under the IPv6 tag). Only Windows Vista and Windows 7 support DHCPv6 besides Prefix Advertisements.

    Split your /48 network into multiple /64 networks and assign each network interface and /64 network...

    Cheers
     Ulrich
  • Great, thank you for the solution.