IPv6-lab1
From Datateknik
(Difference between revisions)
(Created page with "Hello") |
|||
Line 1: | Line 1: | ||
− | + | = Lab 1 -- Connecting to the IPv6 internet = | |
+ | == Router connectivity == | ||
+ | # Connect your router to the CNAP-switch, which in turn connect to the CNAP-Brouter for L3-Routing | ||
+ | # enable plug-and-play IPv6 addressing on your router-port | ||
+ | # What IPv4 address (and default gateway did you get ?) | ||
+ | # enable plug-and-play IPv6 addressing on your router-port | ||
+ | # What IPv6 address (and default gateway did you get ?) | ||
+ | # traceroute to 2001:6b0:1d:10::11, how many router-hops? | ||
+ | # define DNS-server as 2001:6b0:1d:10::11 | ||
+ | # how many router-hops is it to www.facebook.com? | ||
+ | # Found any fun IPv6-addresses (leet-speak!?!) | ||
+ | # Is there any difference between "a connection on port 1-6 in the CNAP-switch" and "a connection on port 7-23 in the CNAP-switch"? What? <br /><br /> | ||
+ | <font color=red>WARNING: Do not configure link-local address FE80::1 -- Every other group might use the same address!</font> User FE80::c2 where c is your pod, and 2 is your PC's number | ||
+ | |||
+ | == Basic EIGRP == | ||
+ | # enable <tt>ipv6 eigrp 1</tt> and make sure that you become a neighbor with CNAP-brouter | ||
+ | # Every group (POD) gets 16 IPv6 subnets <tt>2001:6b0:1d:1x0/60</tt> where x is the POD-letter <br> | ||
+ | Example: POD C's third network would be <tt>2001:6b0:1d:1C2/64</tt> | ||
+ | # How many other groups have announced networks according to the routing table? | ||
+ | # Create a loopback interface with a IPv6 address and announce it over EIGRP | ||
+ | # Go to another group and check if they can see your network in their routing table? | ||
+ | # can you traceroute to the other group | ||
+ | # Try also ping, but it's boring... | ||
+ | |||
+ | == Client IPv6 Connectivity == | ||
+ | # Connect your PC directly to the "internet" and download [www.teeworlds.com], then disconnect. | ||
+ | # Disconnect your PC from the internet (:-) | ||
+ | # Connect your pc to the other router ethernet port | ||
+ | # Make sure that your router ethernet interfaces are UP/UP | ||
+ | # Configure static IPv6 addresses (global and link-local) on the router interface facing the PC | ||
+ | # Configure static global IPv6 addressing on the PC (IP,mask + default gateway and DNS) | ||
+ | #: DNS addresses are 2001:6b0:1d:10::11 and 2001:6b0:1d:10::12 | ||
+ | # can you TRACERT to ipv6.google.com? why? | ||
+ | # can you TRACERT to www.volvo.com? why? | ||
+ | # can you surf to ipv6.google.com? | ||
+ | # can you surf to www.volvo.com? | ||
+ | # can you surf to www.volvo.com through Application Level Gateway (ALG) ? | ||
+ | # Set up a teeworlds server and invite your friends | ||
+ | # Remove your PC addressing configuration | ||
+ | # Enable stateless autoconf (SLAAC) of your PC on the router | ||
+ | # What address did your PC get? why not eui64? | ||
+ | # test teeworlds again | ||
+ | # Enable stateful autoconf (DHCPv6) of your PC on the router and try to give the PC the shortest possible IPv6-address. | ||
+ | # try <tt>IPCONFIG /RELEASE6</tt> and <tt>/RENEW6</tt> etc on the PC | ||
+ | # Play some teeworlds until you want to go home... (:-) | ||
+ | |||
+ | <font size=+2>Good Luck</font> | ||
+ | /Robert |
Revision as of 15:10, 14 October 2014
Contents |
Lab 1 -- Connecting to the IPv6 internet
Router connectivity
- Connect your router to the CNAP-switch, which in turn connect to the CNAP-Brouter for L3-Routing
- enable plug-and-play IPv6 addressing on your router-port
- What IPv4 address (and default gateway did you get ?)
- enable plug-and-play IPv6 addressing on your router-port
- What IPv6 address (and default gateway did you get ?)
- traceroute to 2001:6b0:1d:10::11, how many router-hops?
- define DNS-server as 2001:6b0:1d:10::11
- how many router-hops is it to www.facebook.com?
- Found any fun IPv6-addresses (leet-speak!?!)
- Is there any difference between "a connection on port 1-6 in the CNAP-switch" and "a connection on port 7-23 in the CNAP-switch"? What?
WARNING: Do not configure link-local address FE80::1 -- Every other group might use the same address! User FE80::c2 where c is your pod, and 2 is your PC's number
Basic EIGRP
- enable ipv6 eigrp 1 and make sure that you become a neighbor with CNAP-brouter
- Every group (POD) gets 16 IPv6 subnets 2001:6b0:1d:1x0/60 where x is the POD-letter
Example: POD C's third network would be 2001:6b0:1d:1C2/64
- How many other groups have announced networks according to the routing table?
- Create a loopback interface with a IPv6 address and announce it over EIGRP
- Go to another group and check if they can see your network in their routing table?
- can you traceroute to the other group
- Try also ping, but it's boring...
Client IPv6 Connectivity
- Connect your PC directly to the "internet" and download [www.teeworlds.com], then disconnect.
- Disconnect your PC from the internet (:-)
- Connect your pc to the other router ethernet port
- Make sure that your router ethernet interfaces are UP/UP
- Configure static IPv6 addresses (global and link-local) on the router interface facing the PC
- Configure static global IPv6 addressing on the PC (IP,mask + default gateway and DNS)
- DNS addresses are 2001:6b0:1d:10::11 and 2001:6b0:1d:10::12
- can you TRACERT to ipv6.google.com? why?
- can you TRACERT to www.volvo.com? why?
- can you surf to ipv6.google.com?
- can you surf to www.volvo.com?
- can you surf to www.volvo.com through Application Level Gateway (ALG) ?
- Set up a teeworlds server and invite your friends
- Remove your PC addressing configuration
- Enable stateless autoconf (SLAAC) of your PC on the router
- What address did your PC get? why not eui64?
- test teeworlds again
- Enable stateful autoconf (DHCPv6) of your PC on the router and try to give the PC the shortest possible IPv6-address.
- try IPCONFIG /RELEASE6 and /RENEW6 etc on the PC
- Play some teeworlds until you want to go home... (:-)
Good Luck /Robert