Gargoyle 1.11.0 Release Candidate 5

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ViBE »

Lantis wrote:“Qualcomm Atheros IPQ40XX”
no such target on the list. not even Qualcomm. i don't get this.

ghorvath
Posts: 46
Joined: Thu Sep 29, 2016 12:03 pm

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ghorvath »

Lantis wrote:
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?
Funnily enough, i saw this exact same behaviour yesterday.
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.
Any update on this? This just happened again out of the blue on my router. No reboot, nothing, it just happened.

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....

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

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Lantis »

ViBE wrote:
Lantis wrote:“Qualcomm Atheros IPQ40XX”
no such target on the list. not even Qualcomm. i don't get this.
Are you on the git branch “base_on_openwrt_remerge”?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

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

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Lantis »

doug_porsche wrote:
ispyisail wrote:
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
How do old versions work?

Is this a 1.11.x problem or has it been this way forever?
First time I have tried this feature, so 1.11.x is all I can test currently
So I haven’t had a chance to actually test it... but I’m pretty sure it works fine (based on previous testing).
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.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ViBE »

Lantis wrote:
ViBE wrote:
Lantis wrote:“Qualcomm Atheros IPQ40XX”
no such target on the list. not even Qualcomm. i don't get this.
Are you on the git branch “base_on_openwrt_remerge”?
i did only ispyisail told me before and nothing else: viewtopic.php?p=51405#p51405

and installed npm. that's all what i did yet.

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ispyisail »

Code: Select all

git checkout base_on_openwrt_remerge
Those instructions are for "Master"

Need to switch build tree

Image

We should be building off "Master"..............................

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ViBE »

ispyisail wrote:

Code: Select all

git checkout base_on_openwrt_remerge
Those instructions are for "Master"

Need to switch build tree

Image

We should be building off "Master"..............................
i thought. but was not sure how this exactly works. what should do after changing tree?

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ispyisail »

Code: Select all

make FULL_BUILD=true
or

Code: Select all

make custom

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ispyisail »

sorry forgot to add

Code: Select all

git pull
to update

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

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Lantis »

git checkout -b base_on_openwrt_remerge
make distclean
make custom
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Post Reply