Quantcast
Channel: All SRX Services Gateway posts
Viewing all articles
Browse latest Browse all 17645

IP-IP Tunnel .IPv6 to ipV4 Problem

$
0
0

Hi ,

some hours ago I set up IP-IP Tunnel on my firewall , but tonnel does not working .I can ping address on  my side of the tunnel but i cant ping other side ...

I'm Using Hurricane Electric Free IPv6 Tunnel Broker Service

Firewall Model: Juniper srx240h2

Firmware : 12.3X48-D35.7 
Here is my configuration


interfaces {
  ip-0/0/0 {
    unit 0 {
      tunnel {
        source *.*.*.*;
        destination *.*.*.*;
      }
      family inet6 {
        address *.*.*.*;
      }
    }
  }
}
routing-options {
  rib inet6.0 {
    static {
      route ::/0 next-hop *.*.*.*;
    }
  }
}
security {
  forwarding-options {
    family {
      inet6 {
        mode packet-based;
      }
    }
  }

May be i'm missing something ?


Viewing all articles
Browse latest Browse all 17645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>