Guest User!

You are not Sophos Staff.

[8.980][ANSWERED]How to stop IPv6 from being NAT'ed

Currently my network has a native IPv6 connection.
If I turn MASQ off , the IPv6 still works, good, but IPv4 doesn't, bad.

If I have MASQ on the IPv6 addresses for the internal devices all go out on the same IPv6 address which is the external IPv6 address.

How do I provide IPv4 nat'ing and omit IPv6?

Ian
Parents
  • You can ignore the no such directory messages, the important lines are following.
    Seems the ASG is not getting DHCPv6 Prefix Delegation via eth1...

    You should see something like this:
    XMT: Solicit on ppp0, interval 1090ms.
    RCV: Advertise message on ppp0 from fe80::20f:23ff:fee1:aa1b.
    RCV:  X-- IA_PD 00:00:00:00
    RCV:  | X-- starts 1343034625
    RCV:  | X-- t1 - renew  +302400
    RCV:  | X-- t2 - rebind +483840
    RCV:  | X-- [Options]
    RCV:  | | X-- IAPREFIX 20xx:***x:502c::/48
    RCV:  | | | X-- Preferred lifetime 604800.
    RCV:  | | | X-- Max lifetime 2592000.
Reply
  • You can ignore the no such directory messages, the important lines are following.
    Seems the ASG is not getting DHCPv6 Prefix Delegation via eth1...

    You should see something like this:
    XMT: Solicit on ppp0, interval 1090ms.
    RCV: Advertise message on ppp0 from fe80::20f:23ff:fee1:aa1b.
    RCV:  X-- IA_PD 00:00:00:00
    RCV:  | X-- starts 1343034625
    RCV:  | X-- t1 - renew  +302400
    RCV:  | X-- t2 - rebind +483840
    RCV:  | X-- [Options]
    RCV:  | | X-- IAPREFIX 20xx:***x:502c::/48
    RCV:  | | | X-- Preferred lifetime 604800.
    RCV:  | | | X-- Max lifetime 2592000.
Children