![]() ![]() ![]() |
|
frizianz: Does anyone here have a Cisco config for IPv6 on snap? If you do please post it as i'd love to have a lookie :) also if you're running it over ethernet or ATM :)
interface Ethernet0
description ipv6 address dhcp-prefix ::/64 eui-64
ip address 192.168.0.3 255.255.255.0
ip nat inside
ip virtual-reassembly
ipv6 address ASSIGNED-PREFIX ::1:0:0:0:1/64
ipv6 enable
ipv6 nd prefix default 180 120
ipv6 nd other-config-flag
ipv6 nd ra interval 10
ipv6 verify unicast reverse-path
ipv6 dhcp server v6dhcp-local
hold-queue 100 out
!
interface Dialer0
bandwidth 5000
ip address negotiated
no ip redirects
no ip unreachables
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ipv6 address autoconfig default
ipv6 enable
ipv6 verify unicast reverse-path
ipv6 dhcp client pd ASSIGNED-PREFIX
no cdp enable
ppp pap sent-username username@snap.net.nz password "password"
ppp ipcp dns request
!
ipv6 route ::/0 Dialer0
!
ip cef
ip domain name .local
ip name-server 202.37.101.1
ip name-server 202.37.101.2
ip ssh version 2
!
ipv6 unicast-routing
dns-server 2406:E000:300::100
Michael Murphy | https://murfy.nz
Referral Links: Tessie | Tesla | Quic Broadband (use R122101E7CV7Q for free setup)
Are you happy with what you get from Geekzone? Please consider supporting us by subscribing.
Opinions are my own and not the views of my employer.
gregb:
What size prefix are Snap looking to give out to customers?
Ray Taylor
There is no place like localhost
Spreadsheet for Comparing Electricity Plans Here
raytaylor:gregb:
What size prefix are Snap looking to give out to customers?
I am not exactly sure on the number, but APNIC has suggested that ISP's should be issuing a /64 to each customer tail.
That means you have millions and millions of addresses avaliable to you on a standard home connection because the remainder of the devices v6 address is made up of the devices mac address.
So its your isp's issued /64 + mac address = your device's v6 address.
The /64 could be a different number. The subnetting confuses me - im still trying to work out the best way to subnet my v4 space lol.
ripdog: Hi guys,
One of the reasons I just switched to snap was it's IPv6 support. It's also the primary reason I chose the D-Link DSL-2740B - it advertised support. It turns out it needed a very buggy firmware update to enable that... anyway.
Unfortunately, I've tried all the settings possible, and I can not get IPv6 to connect. I'm not nearly as knowledgeable as the other residents of this thread, but I'm pretty confident the settings it's on now are correct (they're basically the default anyway.)
I took some screenshots, but I'll have to mangle the URL because I'm a new user... nice spam protection guys.
imgur . com/a/9YSwy
So if someone who knows what they're doing could have a glance over my config and help if there's anything wrong, I'd very much appreciate it.
Thanks!
ripdog: Hi guys,
One of the reasons I just switched to snap was it's IPv6 support. It's also the primary reason I chose the D-Link DSL-2740B - it advertised support. It turns out it needed a very buggy firmware update to enable that... anyway.
Unfortunately, I've tried all the settings possible, and I can not get IPv6 to connect. I'm not nearly as knowledgeable as the other residents of this thread, but I'm pretty confident the settings it's on now are correct (they're basically the default anyway.)
I took some screenshots, but I'll have to mangle the URL because I'm a new user... nice spam protection guys.
imgur . com/a/9YSwy
So if someone who knows what they're doing could have a glance over my config and help if there's anything wrong, I'd very much appreciate it.
Thanks!
Common sense is not as common as you think.
wjw:
What other options do you have under IPv6 Connection Type?
vexxxboy:
check here first to make sure your ipv6 is enabled
type about:config in the address bar and then look for network.dns.disableIPv6 if it says true , change it to false .
frizianz:
Try changing that to Autoconfig :)
|
![]() ![]() ![]() |