May 25, 2013, 07:56:24 pm
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Welcome to Hurricane Electric's Tunnelbroker.net forums!
Home
Help
Search
Login
Register
Hurricane Electric's IPv6 Tunnel Broker Forums
>
General IPv6 Topics
>
IPv6 on Routing Platforms
>
Net help with a complete IPV6 setup on Cisco
Pages: [
1
]
« previous
next »
Print
Author
Topic: Net help with a complete IPV6 setup on Cisco (Read 2454 times)
Jotne
Newbie
Posts: 1
Net help with a complete IPV6 setup on Cisco
«
on:
May 18, 2010, 02:00:18 am »
Hi
I need help to setup a complete IPv6 network using a Cisco 1812 router.
I do have an Tunnel setup on this site and the tunnel itself do work to Hurricane.
My problem is how to setup the inside interface.
What do I use as the Inside IPv6 address "Client IPv6 address" or "Routed /48:" or "Routed /64:"?
How do I handle DHCP (do I need it at all)?
How to setup the DNS so that the client get it automatically?
I do use a Win7 PC a IPv6 client.
My goal is to have all up and running without any IPv4 address, except for the tunnel, no IPv4 on lan side?
A complete working Cisco config would be nice.
Thanks
Logged
cholzhauer
Hero Member
Posts: 2082
Re: Net help with a complete IPV6 setup on Cisco
«
Reply #1 on:
May 18, 2010, 04:59:33 am »
You need to use /64's; you need to select one or more /64's from the HE provided /48. (depending on the number of networks you have internally)
You have two main options to distribute addresses: Router Advertisement or DHCPv6. If you need/want to do DNS, you'll want to use DHCPv6.
If you use DHCPv6, you will need to change some settings on the Windows 7 machines to accept the DHCP (by default it does RA)
Logged
mikea
Newbie
Posts: 11
Re: Net help with a complete IPV6 setup on Cisco
«
Reply #2 on:
May 21, 2010, 11:14:02 am »
All you should need to make it work on the 1812 is the following for either RA or DHCPv6:
DHCPv6 autoconf + DNS
=====================
(global configuration)
ipv6 unicast-routing
ipv6 dhcp pool v6pool
address prefix 2001:470:.....::/64 (can take this from the routed /64 or /48 that HE gives you)
dns-server 2001:470:20::2 (HE v6 DNS server)
ipv6 route ::/0 Tunnel0
(inside interface configuration)
interface X
ipv6 address 2001:470:......::1/64 (address from same subnet as in dhcp pool above)
ipv6 enable
ipv6 nd ra suppress
ipv6 dhcp server v6pool
RA, no DNS
============
(global configuration)
ipv6 unicast-routing
ipv6 route ::/0 Tunnel0
(inside interface configuration)
interface X
ipv6 address 2001:470:......::1/64 (can take this from the routed /64 or /48 that HE gives you)
ipv6 enable
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Tunnelbroker.net Specific Topics
-----------------------------
=> News & Updates
=> Questions & Answers
=> HE's Widgets & Gadgets
-----------------------------
IPv6 Certification Program Topics
-----------------------------
=> General Discussion
=> Suggest a Test!
-----------------------------
DNS.HE.NET Topics
-----------------------------
=> General Questions & Suggestions
-----------------------------
General IPv6 Topics
-----------------------------
=> IPv6 Basics & Questions & General Chatter
=> IPv6 on Linux & BSD & Mac
=> IPv6 on Windows
=> IPv6 on Routing Platforms
=> IPv6 Software Applications & Hardware Appliances
Loading...