6to4 Tunnel on Cisxo PIX
Shadow Hawkins on Thursday, 17 December 2009 14:37:22
I want to configure a 6to4 Tunnel on a cisco pix. How do I make that? Cisco PIX 515 IOS 8.04
6to4 Tunnel on Cisxo PIX
Shadow Hawkins on Thursday, 14 January 2010 21:41:50
I dont know about PIX, but with IOS on a 800 series, it goes something like this;
First, you create a tunnel (duh)
router: conf t
router (config):
interface Tunnel1
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
ip virtual-reassembly
ipv6 address Your-IPv6-endpoint::2/64
ipv6 enable
ipv6 nat
tunnel source Dialer0
tunnel mode ipv6ip
tunnel destination Your-IPv4-allocated-endpoint
In this configuration I use Dialer0 as the source, but that is because I use ADSL, so if you use a diffrent interface to connect to the internet; use that.
Posting is only allowed when you are logged in. |