Gargoyle does not dial for ADSL modem

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Gargoyle does not dial for ADSL modem

Post by Lantis »

In /etc/config/network, under the WAN interface, can you please add the

Code: Select all

option ipv6 0
Then reboot and test.

If unsuccessful, please add under the same section

Code: Select all

option pppd_options noipv6
then reboot and test.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

mestrefantasma
Posts: 11
Joined: Thu Apr 28, 2016 8:05 pm

Re: Gargoyle does not dial for ADSL modem

Post by mestrefantasma »

friend thank you for the help, I came with this problem a few months but the first command line (option ipv6 '0') has solved the problem, including've been the solution to my friend and he reported to me that also solved. :D :D :D :D :D

I just have some questions

- The command line (option ipv6 '0') just off the IPV6 protocol?
- Even having already solved the problem I add the second suggestion (option pppd_options noipv6)?
- I undo the changes made previously (lcp-echo-failure 60
lcp-echo-interval 5)?

if you can answer me, but if you can no longer have me satisfied by the solution!

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Gargoyle does not dial for ADSL modem

Post by Lantis »

mestrefantasma wrote:friend thank you for the help, I came with this problem a few months but the first command line (option ipv6 '0') has solved the problem, including've been the solution to my friend and he reported to me that also solved. :D :D :D :D :D

I just have some questions

- The command line (option ipv6 '0') just off the IPV6 protocol?
- Even having already solved the problem I add the second suggestion (option pppd_options noipv6)?
- I undo the changes made previously (lcp-echo-failure 60
lcp-echo-interval 5)?

if you can answer me, but if you can no longer have me satisfied by the solution!
No worries glad it was solved :)

Yes it just disables ipv6. Gargoyle doesn't support ipv6, so when the PPPoE protocol tries to establish a connection using it, it can break. Sometimes it will default back to ipv4 but not always.

No you don't have to, they should achieve the same thing. I only suggested it because another user reported that the first option didn't work for him but the second did.

Yes you can now change those back to 5 and 1 that should be ok now.

Next time you update Gargoyle, these settings may disappear so you might have to redo them.
Also if you make a change in the Connection->Basic page they will probably disappear. You will just need to redo them to fix.
I'll look at adding this setting to the code so that you don't have to do it manually in the future.

Thanks :)
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

mestrefantasma
Posts: 11
Joined: Thu Apr 28, 2016 8:05 pm

Re: Gargoyle does not dial for ADSL modem

Post by mestrefantasma »

ok , if you can post here, I'll be checking the forum

Post Reply