SRX

 View Only
last person joined: 12 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  IPv6 on Juniper SRX240

    Posted 03-11-2011 20:24
      |   view attached

    I am trying to enable IPv6 and use my SRX240 as a router (gateway) on internal clients.

     

    I'm pretty sure I am missing something though, I added the address to the interface but trying to ping it from a client returns no results.

     

    My ISP is still IPv4, I am wondering if I can get the Juniper to forward traffic it receives from IPv6 based to the internet to IPv4.

     

    Here is my current configuration, any help would be greatly appreciated. Thanks in advance

     


    #IPv6
    #packetmode

    Attachment(s)

    txt
    HOUTXGW_NetConfig.txt   6 KB 1 version


  • 2.  RE: IPv6 on Juniper SRX240

    Posted 03-11-2011 21:01

    Found the issue:

     

    forwarding-options {
        family {
            inet6 {
                mode packet-based;
            }
        }
    }

    I can ping now, I'll have to check on if it allows outside access.



  • 3.  RE: IPv6 on Juniper SRX240

    Posted 03-11-2011 21:20

    It looks like routing from IPv6 to IPv4 still doesn't work, so hopefully I am still missing something or can I not do that? I have little to no experience with IPv6 but I've seen it deployed internally going out to an IPv4 internet connection so I think I am just missing something.



  • 4.  RE: IPv6 on Juniper SRX240
    Best Answer

    Posted 03-11-2011 23:04

    Switched packet based to flow based, and rebooted both devices. I think I'm good now:)