Search found 75 matches

by rockyd
Tue Mar 30, 2021 8:14 am
Forum: General Discussion
Topic: Is it possible to use wget or curl on Gargoyle interface?
Replies: 12
Views: 6349

Re: Is it possible to use wget or curl on Gargoyle interface?

I have been able to extract the uptime from the captured file.
by rockyd
Tue Mar 30, 2021 7:41 am
Forum: General Discussion
Topic: Is it possible to use wget or curl on Gargoyle interface?
Replies: 12
Views: 6349

Re: Is it possible to use wget or curl on Gargoyle interface?

I am basically after the uptime and the wan IP
by rockyd
Tue Mar 30, 2021 7:22 am
Forum: General Discussion
Topic: Is it possible to use wget or curl on Gargoyle interface?
Replies: 12
Views: 6349

Re: Is it possible to use wget or curl on Gargoyle interface?

I did see the uci.set stuff in the browser when viewing the source, but it seems curl ignores everything in the <script></script>, because none if it appears in the html file when I capture it. I will have a look and see if I can work out how to do it with ssh, Can that be done in a batch file? Edit...
by rockyd
Tue Mar 30, 2021 6:26 am
Forum: General Discussion
Topic: Is it possible to use wget or curl on Gargoyle interface?
Replies: 12
Views: 6349

Re: Is it possible to use wget or curl on Gargoyle interface?

Thank you very much. With your help I have been able to get what looks like the logged in overview page. But for some reason none of the values are there, here is a snippet of what I saved to a html file. Status Device Device Name: Gargoyle Version: Model: Device Configuration: Memory Usage: Swap Me...
by rockyd
Fri Mar 26, 2021 2:40 am
Forum: General Discussion
Topic: Is it possible to use wget or curl on Gargoyle interface?
Replies: 12
Views: 6349

Re: Is it possible to use wget or curl on Gargoyle interface?

Thanks for that. I think I managed to get a cookie, but can't seem to get it to show me a logged in page like the status overview page. You are right, seems way harder than I had hoped.
by rockyd
Wed Mar 24, 2021 4:49 am
Forum: General Discussion
Topic: Is it possible to use wget or curl on Gargoyle interface?
Replies: 12
Views: 6349

Is it possible to use wget or curl on Gargoyle interface?

I am wondering is it possible to use curl or wget to login to Gargoyle? I have found some info on using them to login to a form based login screen, but Gargoyle appears to be a javascript login screen. I had the idea of trying to grab the WAN up time and displaying it on my own page or maybe grabbin...
by rockyd
Fri Mar 19, 2021 6:28 pm
Forum: General Discussion
Topic: NBN Superfast on Gargoyle
Replies: 18
Views: 13219

Re: NBN Superfast on Gargoyle

Thanks for the heads up, I wasn't planning on using the Wifi, except in an emergency if my Wifi router(ASUS RT-AC66U) died. So at the moment Wifi isn't even turned on. I had tested the ASUS RT-AC66U connected to Internode, and saw about 170Mb/s download, so was pleased when I speed tested over the W...
by rockyd
Fri Mar 19, 2021 3:23 am
Forum: General Discussion
Topic: NBN Superfast on Gargoyle
Replies: 18
Views: 13219

Re: NBN Superfast on Gargoyle

Yes, I believe that's the kind of speeds I should be seeing.
Now to go through and configure it like my Netgear.

Cool to see temperatures displayed.

Any plans to add a gui option to set VLAN? or are all different router variations too complicated to do that?
by rockyd
Fri Mar 19, 2021 2:36 am
Forum: General Discussion
Topic: NBN Superfast on Gargoyle
Replies: 18
Views: 13219

Re: NBN Superfast on Gargoyle

Finally seeing some Superfast speeds

Image
by rockyd
Fri Mar 19, 2021 2:33 am
Forum: General Discussion
Topic: NBN Superfast on Gargoyle
Replies: 18
Views: 13219

Re: NBN Superfast on Gargoyle

I think I sussed it out.

Original

Code: Select all

config switch_vlan
option device 'switch0'
option vlan '2'
option ports '4 6t'
connects when t added to the 4

Code: Select all

config switch_vlan
option device 'switch0'
option vlan '2'
option ports '4t 6t'