Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
bsd [2009/02/04 18:45]
a + FreeBSD GRE tunnels
bsd [2009/05/25 00:35]
127.0.0.1 external edit
Line 91: Line 91:
    # ifconfig gre1 inet 10.1.12.37 10.1.12.38 netmask 255.255.255.252 up    # ifconfig gre1 inet 10.1.12.37 10.1.12.38 netmask 255.255.255.252 up
    # /usr/sbin/greconfig -i gre1 -v -s 212.25.240.34 -d 217.154.12.2    # /usr/sbin/greconfig -i gre1 -v -s 212.25.240.34 -d 217.154.12.2
 +
  
 ===== OpenBSD ===== ===== OpenBSD =====
    * [[http://www.openbsd.org/faq/pf/carp.html|Firewall Redundancy with CARP and pfsync]]    * [[http://www.openbsd.org/faq/pf/carp.html|Firewall Redundancy with CARP and pfsync]]
    * [[http://www.benzedrine.cx/ackpri.html|Prioritizing empty TCP ACKs with pf and ALTQ]]    * [[http://www.benzedrine.cx/ackpri.html|Prioritizing empty TCP ACKs with pf and ALTQ]]
 +
 +**Manual IPv6 configuration** 
 +
 +   ifconfig rl0 inet6 2001:470:1f01:115::4 prefixlen 64  # add address
 +   ifconfig rl0 inet6 2001:470:1f01:115::4 delete        # remove address
 +   route -n add -inet6 default 2001:470:1f01:115::     # default route
 +
 +
  
 ===== NetBSD ===== ===== NetBSD =====
 +
 +**Basic config:**
 +
 +   ifconfig tlp0 inet6 2001:470:1f01:115::8 prefixlen 64  # add address
 +   ifconfig tlp0 inet6 2001:470:1f01:115::8 delete        # remove address
 +   route add -inet6 default default_ip6_gateway_addr      # default route
 +
 +**Setting up an IPv6-over-IPv4 tunnel:**
 +
 +   ifconfig gif0 create
 +   ifconfig gif0 tunnel local_ip4_addr remove_ip4_addr
 +   ifconfig gif0 inet6 local_ip6_addr remote_ip6_addr prefixlen /128
 +
 +For more information on IPv6 and NetBSD, please consult the [[http://www.netbsd.org/Documentation/network/ipv6/|NetBSD IPv6 Networking FAQ]]
 +
 ===== FruBSD ===== ===== FruBSD =====
 Going through heavy developing phase ...  Going through heavy developing phase ... 
bsd.txt ยท Last modified: 2010/06/08 13:50 by a
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready