Results 1 to 2 of 2

Thread: NAT44 and NAT64

  1. #1
    Join Date
    Feb 2014
    Beans
    2

    Unhappy NAT44 and NAT64

    hello friends,

    i would like to ask help in setting up a NAT44 and NAT64 ubuntu router. thanks in advance.

  2. #2
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: NAT44 and NAT64

    What have you tried? Is it more difficult than simply assigning both an IPv4 and an IPv6 address to each interface and turning on both IPv4 and IPv6 forwarding in /etc/sysctl.conf?
    Code:
    # Uncomment the next line to enable packet forwarding for IPv4
    #net.ipv4.ip_forward=1
    
    # Uncomment the next line to enable packet forwarding for IPv6
    #  Enabling this option disables Stateless Address Autoconfiguration
    #  based on Router Advertisements for this host
    #net.ipv6.conf.all.forwarding=1
    I don't understand the implications of disabling Stateless Address Autoconfiguration, but then I don't use IPv6.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •