• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

News:

Welcome to Hurricane Electric's Tunnelbroker.net forums!

Main Menu

Dibbler Config

Started by KimbleFamily, February 18, 2011, 05:21:30 PM

Previous topic - Next topic

KimbleFamily

I'm running Dibbler server on a Windows Vista PC with the following:

Server IPv6 address:    2001:470:1f06:10bd::1/64
Client IPv6 address:    2001:470:1f06:10bd::2/64
Routed /64:    2001:470:1f07:10bd::/64

My initial Dibbler config looks as follows:
iface "Local Area Connection" {
# assign addresses from this pool
class {
   pool 2001:470:1f07:10bd::/64
}
}


My laptop is receiving an IPv6 from the Dibbler server but I'm not able to ping past the Vista box. What am I missing?
ipconfig /all on my laptop gives me this:

Windows IP Configuration

   Host Name . . . . . . . . . . . . : Dan-PC
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Realtek PCIe FE Family Controller
   Physical Address. . . . . . . . . : 00-1E-68-2D-50-8F
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2001:470:1f07:10bd:fc30:3a05:5b62:2495(Preferred)
   Lease Obtained. . . . . . . . . . : Friday, February 18, 2011 8:36:22 AM
   Lease Expires . . . . . . . . . . : Sunday, February 20, 2011 7:36:22 PM
   Link-local IPv6 Address . . . . . : fe80::30ca:f003:ad33:4c40%12(Preferred)
   IPv4 Address. . . . . . . . . . . : 192.168.1.222(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Lease Obtained. . . . . . . . . . : Thursday, February 17, 2011 4:03:18 PM
   Lease Expires . . . . . . . . . . : Saturday, February 19, 2011 7:26:22 PM
   Default Gateway . . . . . . . . . : 192.168.1.1
   DHCP Server . . . . . . . . . . . : 192.168.1.1
   DHCPv6 IAID . . . . . . . . . . . : 268443240
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-12-CF-10-F0-00-1E-68-2D-50-8F
   DNS Servers . . . . . . . . . . . : 208.67.222.222
                                       208.67.220.220
                                       209.18.47.61
   NetBIOS over Tcpip. . . . . . . . : Enabled

Wireless LAN adapter Wireless Network Connection:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Intel(R) Wireless WiFi Link 4965AGN
   Physical Address. . . . . . . . . : 00-1F-3B-2C-A1-9B
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{8F268D07-47B0-40D5-88FB-74C2A73DB9EA}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter isatap.{8A190721-982C-481A-8679-85812FF8AF1D}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes


Thanks for the help.
Dan Kimble

donbushway

You are missing the gateway.

Dibbler does not hand out the gateway address, that should come from RA.

Ref. DIBBLER User manual pg 70. Common Questions.

KimbleFamily

Thank you,  I figured out I can configure my Vista box as a RA and now my laptop is working properly.  Time to check on some of the other machines on my network.

Dan