LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-15-2018, 05:05 PM   #1
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Rep: Reputation: Disabled
Question looking for wide-dhcp6 for slackware 14.2


hi,

i have looked everywhere but i cant find wide-dhcp6 as a slackware package or even a slackbuild file..

i tryed compiling it my self but i the original file gives me c errors i cant fix.

is there anyone how has or could make a slackbuild or binary package of wide-dhcp6? i would apprechiate it very much.

i need wide-dhcp6 becouse my isp thinks dynamic ipv6 with /56 prefixes is funny.. without it i will not be able to get ipv6 configured - or atleast i only now how to do it with wide-dhcp6.. i have no clue about dibbler or dhclient if it comes to dhcp6.

thank you.

Last edited by Stuferus; 11-15-2018 at 05:06 PM.
 
Old 11-15-2018, 10:56 PM   #2
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Are you using rc.inet1 or NetworkManager or wicd for your network configuration?

The dhclient with Slackware64 14.2 appears to support DHCPv6 protocol via the -6 flag.

dhcpcd (which is the default for NetworkManager) also appears to support ipv6 as well.

My ISP doesn't provide ipv6 at all, so I can't really test anything, but I suspect that others here will be able to help you gain ipv6 connectivity in case I'm not able to.
 
Old 11-16-2018, 03:15 AM   #3
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
i use rc.inet1 for the basics and rc.local for more..

i need to request pd via ppp0 i dont think thats something dhclient can do for me.. atleast not as easy as wide-dhcp6 or dibbler could..
i would really apprechiate a slackbuild for any of the two with a preferance of wide..

i would just compile it my self.. but it doesnt compile.

well im in germany.. deutsche telekom supplys ipv6 (if one can beleave it) since 2012.. i have it now becouse i changed my internet from adsl2 to fttc/vdsl with them.. i dont know why they think dynamic ipv6 would be funny but well.. thats all besides the point.
 
Old 11-16-2018, 03:47 AM   #4
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
you can try applying to the sources all the patches in this tarball (in numerical order, with "patch -p1 < /path/to/$PATCH" from the sources directory), then it should build: they're all from debian but one from archlinux.
 
Old 11-16-2018, 03:05 PM   #5
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
indeed that worked.. now i would have preferd a slackbuild file but oh well.. as long as it works im ok
thank you very much..

i think it may be strange that slackware only has isc dhcp and no optional wide or dibbler packages, but maybe someday it will have..
i see slackware as a router, server and desktop linux
 
Old 11-16-2018, 03:51 PM   #6
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by Stuferus View Post
i think it may be strange that slackware only has isc dhcp and no optional wide or dibbler packages, but maybe someday it will have..
i see slackware as a router, server and desktop linux
This is the first I've heard of either, so it may just not be something that many users need. However, you're more than welcome to request one or both be added to Slackware (provided they don't conflict with the majority of setups) on the Requests for -current thread that is stickied at the top of the forum. I would recommend providing some backstory on what these provide and why they should be added to Slackware rather than simply requesting they be added.
 
Old 11-16-2018, 06:36 PM   #7
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
ok tested it.. it works kinda but its strange.. the ipv6 i get via dhcp gets stuck on the lan interface (eth0) if there is a disconnect of the wan (ppp0).. now thats unexpected..

i guess ill use a tunnel and static subnet from he.net than.. stupid provider

----
ok yes i think ill do that bassmadrigal, thank for the tipp.
 
Old 01-25-2019, 02:20 PM   #8
Stuferus
Member
 
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174

Original Poster
Rep: Reputation: Disabled
ok.. this all didnt help.. its not working with 14.2..

but i guess with newer versions of everything this will solve it self.. thanks to everyone anyway.

ill just wait for slackware 15
 
Old 01-25-2019, 06:40 PM   #9
zuriel
Member
 
Registered: Aug 2012
Distribution: Slackware
Posts: 60

Rep: Reputation: 50
dhcpcd requests and assigns delegated prefixes, it's what I'm using.

/etc/dhcpcd.conf, after the default stuff:
Code:
allowinterfaces wan0 eth0.1 eth0.10 eth0.20 eth0.32
noipv6rs
logfile /var/log/dhcpcd.log

interface wan0
  ipv6rs                                       # enable router solicitation to get the default IPv6 route
  ia_na 1                                      # request an IPv6 address on the wan interface
  ia_pd 2 eth0.1 eth0.10 eth0.20 eth0.32       # request a prefix and assign /64s to vlans
  waitip 4
  waitip 6
I don't think dhcpcd behaves properly when run from NetworkManager - dhcpcd wants to do everything itself and doesn't like being micromanaged. I disabled NetworkManager and used /etc/rc.d/rc.inet1.conf.

Just put:

Code:
IFNAME[1]="wan0"
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]="yes"
And "/etc/rc.d/rc.inet1 wan0_restart" and away it goes.
 
Old 01-25-2019, 09:19 PM   #10
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by zuriel View Post
I don't think dhcpcd behaves properly when run from NetworkManager - dhcpcd wants to do everything itself and doesn't like being micromanaged. I disabled NetworkManager and used /etc/rc.d/rc.inet1.conf.
https://gitlab.freedesktop.org/Netwo...-dhcp-dhcpcd.c contains this bit...

Code:
	
        /* IPv4-only for now.  NetworkManager knows better than dhcpcd when to
 	 * run IPv6, and dhcpcd's automatic Router Solicitations cause problems
 	 * with devices that don't expect them.
 	 */
 
  


Reply

Tags
dhcp, ipv6, slackbuild, slackware



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mr. Turritopsis Dohrnii Teo En Ming (Zhang Enming) is Looking for Information Technology-related Job Opportunities World Wide Teo En Ming Linux - Newbie 1 11-16-2016 09:18 AM
dhcp6 client and server karozans Linux - Networking 1 11-01-2011 03:58 AM
Trying to decide on a LCD monitor - 20", 20" wide, or 22" wide? etcetera General 5 07-28-2008 01:59 AM
Assigning IPV6 adresses by dhcp6 tasamono Linux - Server 0 06-24-2007 05:59 AM
Dhcp6 Error: Duid januariustm Linux - Networking 0 11-10-2004 07:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration