geekvenue.net

Welcome to Chucktips HELP WITH DEAD OS Hardware Installing FreeBSD Miscellaneous
 faq
 search
 add article
 cool-stuff
 how-to
 main
 tips
 parent


The ipv6 issue
by Understudy on Sunday December 08, @05:24PM
A recent bug with IPV6 has required that a line be added to the ppp.conf in some cases the new ppp.conf adds this line "disable ipv6cp" . the new ppp.conf looks like this.

default:
	set timeout 0            #Change to 0 if no timeout desired
name_of_service_provider:
	#the device your modem is connected to
        set device PPPoE:xxx:  #replace xxx with the NIC chipset id

	#line quality reporting, allows auto reconnects
        enable lqr
	
	# sets nutty ISP mtus. These numbers may vary.
	set mru 1492
        set mtu 1492

        set speed sync
        set dial
        set login
        set timeout 0
        disable ipv6cp   # disable ipv6 requests

	#username and password here
        set authname username@isp.com
        set authkey password

	#don't worry about this bit here :)
        set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0

	#adds a default route to the IP ISP give you
        add 0 0 HISADDR

	#allow unlimited amount of redials
        set redial 0 0
Add Reply

Name
Email
Notify Notify me via email of responses to this message
Title
Comment
(Check those URLs! Don't forget the http://!)
Encoding
If none of the above mean anything to you, select 'Plain'!
Attachment
(You can attach a file to your reply which can then be retrieved by other readers.
Try to keep the file sizes below 500Kb in order to conserve network and server resources.)
Allowed HTML <B> <I> <P> <A> <LI> <OL> <UL> <EM> <BR> <TT> <HR> <STRONG> <BLOCKQUOTE> <DIV .*> <DIV> <P .*>
Important Stuff:
  • Note: Fields with bold titles are required.
  • Please try to keep posts on topic.
  • Try to reply to other people comments instead of starting new threads,
  • Read other people's messages before posting your own to avoid simply duplicating what has already been said.
  • Use a clear subject that describes what your message is about.
  • Please do not post offtopic, inflammatory, inappropriate, illegal, or offensive comments. Repeat offenders will be sanctioned.
  • "You never know how many friends you have until you own a Condo on the beach." -- Jason's Postulate

    Powered by Zope  Powered by Apache  Squishdot Powered
    All trademarks and copyrights on this page are owned by their respective companies. Comments are owned by the Poster. The Rest ©2001 Jason Neumann.
    [ main | post article | search ]