Search found 794 matches

by RomanHK
Tue Dec 03, 2019 8:46 am
Forum: Gargoyle Development
Topic: Custom MAC adress GUI Bug?
Replies: 17
Views: 16332

Re: Custom MAC adress GUI Bug?

@ CBx86 Your configuration is weird. 1. IPv6 - Gargoyle does not support IPv6 2. pppd_option "debug" is not in Gragoyle by default 3. The interface "m" should not be. 4. if the ISP requires a MAC address, it should be "wan" in the Interface This configuration is taken f...
by RomanHK
Tue Dec 03, 2019 7:50 am
Forum: Show / Tell / Contribute
Topic: 1.11.0.x gargoyle-ispy 2019-November-14 23
Replies: 6
Views: 13341

Re: 1.11.0.x gargoyle-ispy 2019-November-14 23

New build 1.12.0 in stable branch: viewtopic.php?f=3&t=12186

Download as standard from Gargoyle repository: https://www.gargoyle-router.com/download.php

Thank you all for the beta (1.11.X) ;) , +1 ...
by RomanHK
Mon Dec 02, 2019 1:49 pm
Forum: Gargoyle Development
Topic: Custom MAC adress GUI Bug?
Replies: 17
Views: 16332

Re: Custom MAC adress GUI Bug?

config device 'wan_dev' I don't know if Gargoyle supports this option and if it's not a value from OpenWrt: https://github.com/openwrt/luci/issues/1100 Maybe only selected routers like Xiaomi Router: https://kamrul.dev/configure-internet-connection-pppoe-to-your-openwrt-router/ I don't have this op...
by RomanHK
Mon Dec 02, 2019 1:29 pm
Forum: Gargoyle Development
Topic: Custom MAC adress GUI Bug?
Replies: 17
Views: 16332

Re: Custom MAC adress GUI Bug?

It works fine for me. Tested router: Linksys WRT3200ACM with 1.11.X (Built 20191114-2343 git@daa8d958) from web: https://i.imgur.com/gJDkVvm.png Extract from /etc/config/network : config interface 'wan' option ifname 'eth1.2' option ipv6 '0' option proto 'pppoe' option username 'test' option passwor...
by RomanHK
Sun Dec 01, 2019 5:46 am
Forum: Monitoring / Quota / QoS Issues
Topic: Web monitor problem
Replies: 12
Views: 13889

Re: Web monitor problem

Is there further clarification needed? I guess I was wrong (sorry). I thought nothing would appear on the screen - which happens to me quite often after I restart my router (and mostly with a PPPoE connection, I solved it by editing the /etc/ppp/ip-up.d/state file). I apologize again for the confus...
by RomanHK
Sat Nov 30, 2019 5:03 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Web monitor problem
Replies: 12
Views: 13889

Re: Web monitor problem

Still different ... To understand. Do you see the fields with the pages you visit and only the search boxes do not display anything ??? If that's the case, yes. Not all search engines are supported (probably another search encrypted algorithm). This will be thanks to the https protocol, where the da...
by RomanHK
Sat Nov 30, 2019 2:24 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Web monitor problem
Replies: 12
Views: 13889

Re: Web monitor problem

Look at the client machine's IP address. The IP address must be in the Gargoyle subnet (ie 192.168.2.x) and DNS must be 192.168.2.1. Is that so?
by RomanHK
Fri Nov 29, 2019 4:58 am
Forum: General Discussion
Topic: Configuring Networks to Disable DNS over HTTPS
Replies: 8
Views: 23471

Re: Configuring Networks to Disable DNS over HTTPS

I'm pretty sure we're not talking about blocking all of Cloudflare, just the DNS server, while leaving most of Cloudflare functionality usable, right? Yes, this is only a domain-level dns blocking, so it should not affect services (DNS resolvers) such as unbound, kresd, bind, stubby, etc. that supp...
by RomanHK
Fri Nov 29, 2019 3:15 am
Forum: Monitoring / Quota / QoS Issues
Topic: Web monitor problem
Replies: 12
Views: 13889

Re: Web monitor problem

It is possible that you are not running webmon. See if the webmon daemon is running: ps | grep webmon If for some reason the service has not started, you can try to force the service to start again by clicking 1. Save Changes and 2. Clear History. The site should appear by now. https://i.imgur.com/7...
by RomanHK
Thu Nov 28, 2019 8:02 pm
Forum: General Discussion
Topic: Configuring Networks to Disable DNS over HTTPS
Replies: 8
Views: 23471

Re: Configuring Networks to Disable DNS over HTTPS

So I modified my first post so that it wouldn't use DoH even if the function was turned on manually. Tested on Firefox - works for me. I couldn't start DoH in Chrome even though I forced it according to these instructions: Source1 , Source2 . P.S. I don't know if such a hack is a way in the right di...