no such target on the list. not even Qualcomm. i don't get this.Lantis wrote:“Qualcomm Atheros IPQ40XX”
Gargoyle 1.11.0 Release Candidate 5
Moderator: Moderators
Re: Gargoyle 1.11.0 Release Candidate 5
Re: Gargoyle 1.11.0 Release Candidate 5
Any update on this? This just happened again out of the blue on my router. No reboot, nothing, it just happened.Lantis wrote:Funnily enough, i saw this exact same behaviour yesterday.ghorvath wrote:Seems to work fine on Youku YK1, upgraded from RC2 with preserving settings.
There is one thing, though. I had to restart the router several times until it was willing to act as a gateway for the machines on my LAN. The router itself was accessing the internet, DNS seemed to work fine, but ping 8.8.8.8 was only receiving packets if I gave the command from the gargoyle router, and not if I gave it on any of my local machines.
Trying to reboot any my local machines didn't help at all. There were no configuration changes on any of my local machines or on the router between firmware upgrade. Finally, 3 reboots of the router seemed to fix the problem.
I am wondering if this is intended behaviour, or gargoyle specific problem, or maybe some general LAN settings problem, or something else? Anyone ever experience anything similar?
I've never seen it before that, or seen it since.
If someone found a way to reproduce the issue every time, i will fix it.
Reboot didn't help.
Interestingly, I can access the router from outside, and I can ssh onto my each internal machine from outside via ssh tunnel through the router. The internal machines see the router, can ping it, but cannot access the outside world.
ping google.com works properly from the router, but not from any of the internal machines.
ping 8.8.8.8 is exactly the same.
I am lost now, that even reboot doesn't help.... Any help/ideas would be appreciated.
Thanks!
Edit: The 6th (!) reboot helped. However, I really have no clue what can go on here....
Re: Gargoyle 1.11.0 Release Candidate 5
Are you on the git branch “base_on_openwrt_remerge”?ViBE wrote:no such target on the list. not even Qualcomm. i don't get this.Lantis wrote:“Qualcomm Atheros IPQ40XX”
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.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Gargoyle 1.11.0 Release Candidate 5
So I haven’t had a chance to actually test it... but I’m pretty sure it works fine (based on previous testing).doug_porsche wrote:First time I have tried this feature, so 1.11.x is all I can test currentlyispyisail wrote:How do old versions work?doug_porsche wrote:Not sure the Connection > Basic > “Use Custom MAC address” is being respected?
I have this set to c1:04:15:90:f7:cf and the “Use Custom MAC Address” box checked
But
Status > Overview > WAN > WAN MAC Address reports C4:04:15:90:F7:EF
Status > Overview > Lan > LAN MAC Address reports C4:04:15:90:F7:EE
Cable Router reports a MAC of c4:04:15:90:f7:ef
I have saved the settings/rebooted the gargoyle router/powered off & on the gargoyle router to no effect
Is this a 1.11.x problem or has it been this way forever?
My current theory is you’ve set an invalid MAC Address.
Invalid MAC Address you say? Is there such a thing?
Yeah, kind of.
The LSB of the first octect in a MAC address must be 0 otherwise it is a “group address”.
Your address first octect was “C1” which is
1100 0001
MSB —> LSB
Noting that your LSB is 1
Setting the first octect to C0, C2, C4 etc etc (basically any even number + A, C E) should make it work.
Apologies for the lecture lol.
Now... should the GUI protect you from this mistake? Probably. Let me look into that.
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.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Gargoyle 1.11.0 Release Candidate 5
i did only ispyisail told me before and nothing else: viewtopic.php?p=51405#p51405Lantis wrote:Are you on the git branch “base_on_openwrt_remerge”?ViBE wrote:no such target on the list. not even Qualcomm. i don't get this.Lantis wrote:“Qualcomm Atheros IPQ40XX”
and installed npm. that's all what i did yet.
Re: Gargoyle 1.11.0 Release Candidate 5
Code: Select all
git checkout base_on_openwrt_remerge
Need to switch build tree

We should be building off "Master"..............................
Re: Gargoyle 1.11.0 Release Candidate 5
i thought. but was not sure how this exactly works. what should do after changing tree?ispyisail wrote:Those instructions are for "Master"Code: Select all
git checkout base_on_openwrt_remerge
Need to switch build tree
We should be building off "Master"..............................
Re: Gargoyle 1.11.0 Release Candidate 5
sorry forgot to add
to update
Code: Select all
git pull
Re: Gargoyle 1.11.0 Release Candidate 5
git checkout -b base_on_openwrt_remerge
make distclean
make custom
make distclean
make custom
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.
Please be respectful when posting. I do this in my free time on a volunteer basis.