User Tools

Site Tools


documentation:examples:nat64

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:examples:nat64 [2020/01/02 19:29] – [Testing] olivierdocumentation:examples:nat64 [2020/01/02 19:36] (current) – [Stateless (stl)] olivier
Line 175: Line 175:
  
 <code> <code>
-service firewall enable+service ipfw enable
 sysrc firewall_script="/etc/ipfw.rules" sysrc firewall_script="/etc/ipfw.rules"
 echo "# Temporary fix to avoid panicing a 12-stable:" >> /etc/sysctl.conf echo "# Temporary fix to avoid panicing a 12-stable:" >> /etc/sysctl.conf
Line 229: Line 229:
  
 <code> <code>
-sysrc firewall_enable=YES+service ipfw enable
 sysrc firewall_script="/etc/ipfw.rules" sysrc firewall_script="/etc/ipfw.rules"
  
Line 268: Line 268:
 From IPv4 only host, ping NAT64 IPv4 address corresponding to VM3 IPv6 address: From IPv4 only host, ping NAT64 IPv4 address corresponding to VM3 IPv6 address:
 <code> <code>
-[root@v4TST64]~# ping -c 3 2.2.1.1+[root@VM3]~# ping -c 3 2.2.1.1
 PING 2.2.1.1 (2.2.1.1): 56 data bytes PING 2.2.1.1 (2.2.1.1): 56 data bytes
 64 bytes from 2.2.1.1: icmp_seq=0 ttl=63 time=17.147 ms 64 bytes from 2.2.1.1: icmp_seq=0 ttl=63 time=17.147 ms
Line 279: Line 279:
 </code> </code>
  
-And check on VM3+And check on the NAT router VM2 some stats:
  
 <code> <code>
-[root@rTST64]~# ipfw nat64stl NAT64 stats+[root@VM2]~# ipfw nat64stl NAT64 stats
 nat64stl NAT64 nat64stl NAT64
         6 packets translated from IPv6 to IPv4         6 packets translated from IPv6 to IPv4
documentation/examples/nat64.1577989781.txt.gz · Last modified: 2020/01/02 19:29 by olivier

Except where otherwise noted, content on this wiki is licensed under the following license: BSD 2-Clause
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki