Welcome, Guest. Please login or register.
Did you miss your activation email?
+  pfSense Forum
|-+  pfSense English Support» IPv6» IPv6 testing
Username:
Password:
 
 

Pages: 1 ... 17 18 19 20 [21] 22 23 24   Go Down
  Print  
Author Topic: IPv6 testing  (Read 44817 times)
0 Members and 1 Guest are viewing this topic.
databeestje
Administrator
Hero Member
*****
Offline Offline

Posts: 1048


It just might be your luck day, if you only knew.


View Profile
« Reply #300 on: April 19, 2011, 02:08:25 pm »

You'll have to ask that in a embbeded board. No idea.
Logged
jimp
Administrator
Hero Member
*****
Offline Offline

Posts: 12865



View Profile
« Reply #301 on: April 21, 2011, 12:45:57 pm »

I've noticed line 167 of system_firmware_settings.php disables gitsync in web gui on platforms such as nanobsd.  Since there are nanobsd IPv6 images and as far as I can tell it works fine on nanobsd...is there some other reason this feature is disabled on the web gui?

Code:
<?php if(file_exists("/usr/local/bin/git") && $g['platform'] == "pfSense"): ?>



Probably because when that was first implemented, it didn't work on NanoBSD, and I'd still be inclined to not do a gitsync on NanoBSD in general, since the large number of CF writes involved would be detrimental to the lifetime of the CF.
Logged

Need help fast? Commercial Support!

Co-Author of pfSense: The Definitive Guide. - Check the Doc Wiki for FAQs.

Do not PM for help!

Donate to the project | My Wish List
databeestje
Administrator
Hero Member
*****
Offline Offline

Posts: 1048


It just might be your luck day, if you only knew.


View Profile
« Reply #302 on: April 25, 2011, 03:38:20 pm »

openvpn with ipv6 support is now included, it will slowly be integrated over the next few weeks.

The biggest issue is that most clients do not support it yet.
Logged
Cino
Hero Member
*****
Offline Offline

Posts: 1005


View Profile
« Reply #303 on: April 25, 2011, 07:01:55 pm »

openvpn with ipv6 support is now included, it will slowly be integrated over the next few weeks.

The biggest issue is that most clients do not support it yet.

I gitsync and updated my snapshot. I'm seeing this error in my OpenVPN logs and my RoadWarrior service wont start:

Code:
Apr 25 19:58:40 openvpn[5266]: Use --help for more information.
Apr 25 19:58:40 openvpn[5266]: Options error: --tun-ipv6 cannot be used with --mode server

I was able to get it running by manually editing the server1.conf file, removing the tun-ipv6 entry
« Last Edit: April 25, 2011, 07:07:42 pm by Cino » Logged
databeestje
Administrator
Hero Member
*****
Offline Offline

Posts: 1048


It just might be your luck day, if you only knew.


View Profile
« Reply #304 on: April 26, 2011, 12:10:04 am »

You have a old openvpn binary, you need to update.
Logged
Koen Zomers
Full Member
***
Offline Offline

Posts: 152


View Profile
« Reply #305 on: May 03, 2011, 06:35:40 am »

The javascript on the services_dhcpv6.php page is a work in progress. We'll need to fix that.

Can I help with this issue Databeestje?
Logged
Koen Zomers
Full Member
***
Offline Offline

Posts: 152


View Profile
« Reply #306 on: May 03, 2011, 07:54:20 am »

@Databeestje, I believe I have found a bug caused by a change you did last week in the DHCPv6 service. I also believe to have found the solution for it. I have described it in this forum post:

http://forum.pfsense.org/index.php/topic,33955.msg187311.html#msg187311

Could you have a look at it?
Logged
alexis.olivier
Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #307 on: May 25, 2011, 09:13:46 am »

Hello everybody,

I just reported a bug into pfSense bugtracker (http://redmine.pfsense.org/issues/1555) about DHCPv6 and "Deny unknown clients" options and there is the same bug in the v6 version but i don't know where to report it.

In line 736, you should change :
Code:
$dhcpdv6conf .= "            deny unknown clients;\n";
by
Code:
$dhcpdv6conf .= "            deny unknown-clients;\n";

By the way, i can't do failover in v6... Does anyone knows more about it ?
Logged
databeestje
Administrator
Hero Member
*****
Offline Offline

Posts: 1048


It just might be your luck day, if you only knew.


View Profile
« Reply #308 on: May 25, 2011, 09:15:45 am »

From the specifications you can assign priorities to different dhcp servers. Not sure if this works yet.
Logged
Supermule
Hero Member
*****
Offline Offline

Posts: 1179


View Profile
« Reply #309 on: June 09, 2011, 07:49:20 am »

What about fixed IP's in IPv6??
Logged

Kind regards Brian

Koen Zomers
Full Member
***
Offline Offline

Posts: 152


View Profile
« Reply #310 on: June 09, 2011, 11:59:05 am »

What about fixed IP's in IPv6??

What about it? It is currently already possible to configure reservations for DHCPv6 leases. Works like a charm.
Logged
Supermule
Hero Member
*****
Offline Offline

Posts: 1179


View Profile
« Reply #311 on: June 09, 2011, 12:11:58 pm »

Yes....you can enable it, but cannot allocate it to interfaces asf...
Logged

Kind regards Brian

Koen Zomers
Full Member
***
Offline Offline

Posts: 152


View Profile
« Reply #312 on: June 09, 2011, 01:58:02 pm »

Yes....you can enable it, but cannot allocate it to interfaces asf...

If I go to /services_dhcpv6.php at the bottom I can add static reservations by entering the DUID. The DHCPv6 server nicely hands out the same reserved static IPv6 address to my client with the registered DUID. Or don't I understand you correctly?
« Last Edit: June 09, 2011, 02:09:53 pm by Koen Zomers » Logged
Supermule
Hero Member
*****
Offline Offline

Posts: 1179


View Profile
« Reply #313 on: June 09, 2011, 02:11:21 pm »

Pls show me the menu for this in the gui Smiley
Logged

Kind regards Brian

Koen Zomers
Full Member
***
Offline Offline

Posts: 152


View Profile
« Reply #314 on: June 09, 2011, 02:14:41 pm »

Sure, no problem Smiley Check the attached screenshots. Are you sure you have gitsynced against the latest IPv6 github?
Logged
Pages: 1 ... 17 18 19 20 [21] 22 23 24   Go Up
  Print  
 
Jump to:  

 

Page created in 0.031 seconds with 20 queries.