NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: dhcpcd / IPv6 question
In Message <Pine.NEB.4.64.1504080912040.22021%vps1.whooppee.com@localhost>,
Paul Goyette <paul%vps1.whooppee.com@localhost>wrote:
=>OK, then off to plan B - let's see if I can get a tunnel broker to work
=>with my dynamic IP address. (Fixed/Static IP not available here in the
=>Philippines for residential service, as far as I can tell.) (If that
=>doesn't work, I'll just disable IPv6...)
=>
=>Anyone got suggestions for a simple tunnel set-up?
With tunnelbroker.net (Hurricane Electric, which has PoPs in
Hong Kong and Singapore) I use the following /etc/ifconfig.gif0
file:
create
tunnel a.b.c.d w.x.y.z
inet6 2001:feed:dead:beef::2 2001:feed:dead:beef::1 prefixlen 128
!route add -inet6 default ::1
!route change -inet6 default -ifp $int
where a.b.c.d is your local IPv4 address, w.x.y.z is the tunnel
endpoint IPv4 address, 2001:feed:dead:beef::2 is your local IPv6
address, and 2001:feed:dead:beef::1 is the IPv6 address of the
other end of the tunnel.
Gary Duzan
Home |
Main Index |
Thread Index |
Old Index