Page 15 of 22

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Feb 05, 2019 12:17 pm
by ViBE
Lantis wrote:“Qualcomm Atheros IPQ40XX”
no such target on the list. not even Qualcomm. i don't get this.

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Feb 05, 2019 3:53 pm
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....

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Tue Feb 05, 2019 5:32 pm
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”?

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Wed Feb 06, 2019 6:06 am
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.

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Wed Feb 06, 2019 4:51 pm
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.

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Wed Feb 06, 2019 5:08 pm
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"..............................

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Wed Feb 06, 2019 5:13 pm
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?

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Wed Feb 06, 2019 5:14 pm
by ispyisail

Code: Select all

make FULL_BUILD=true
or

Code: Select all

make custom

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Wed Feb 06, 2019 5:21 pm
by ispyisail
sorry forgot to add

Code: Select all

git pull
to update

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Wed Feb 06, 2019 5:23 pm
by Lantis
git checkout -b base_on_openwrt_remerge
make distclean
make custom