1.13.0.x gargoyle-ispy 2020-December-14 23

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

Moderator: Moderators

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by Lantis »

Try to follow the instructions at the different lines.
Your browser is trying to interpret the code from a minimised format into a full one. I'm surprised it got a different result, but that's fine.
The other alternative is to replace the minimised code with full size, but i am trying to keep it simple for you.
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: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by Lantis »

Some of our Polish friends discovered the common factor in the display issue with Bandwidth Distribution. I've just pushed a patch which should take care of it.

Ultimately, it boils down to hostnames that are longer than 25 characters. This is allowed, but they are truncated for display purposes. This truncated value was being used to look up some data values which isn't correct.

https://github.com/ericpaulbishop/gargo ... 7112d6b62d
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.

phgerin
Posts: 130
Joined: Sun Dec 21, 2014 2:03 pm

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by phgerin »

Oh great, many thanks !
Indeed I have hostnames with more than 25 chars.

boldga
Posts: 22
Joined: Sat Sep 18, 2010 10:05 am

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by boldga »

I try setting Wireguard config like this:
router1:server 192.168.3.1
router2 :client 192.168.1.1
Client-to-Client Traffic: allow clients to communicate to each others
LAN Subnet Access:allow clients to access host on lan
Clients Use Wireguard For:only traffic destined for hosts behind vpn

I can't connect from server side to client side. for example: can't connect from 192.168.3.101 to 192.168.1.1
But I have no problem when using openvpn with the same setting.
Is it a bug?

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by Lantis »

Can you post your wireguard_gargoyle config here please? Redact any keys.

Also the output of "route" at the command line
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.

boldga
Posts: 22
Joined: Sat Sep 18, 2010 10:05 am

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by boldga »

router1:
https://zenith-healthcare.com/wg1.jpg
https://zenith-healthcare.com/wg1-1.jpg
router2:
https://zenith-healthcare.com/wg2.jpg

router1 "route" output:
root@Gargoyle:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 65-181-87-254.s 0.0.0.0 UG 0 0 0 pppoe-wan
10.64.0.0 * 255.255.255.0 U 0 0 0 wg0
10.64.0.2 * 255.255.255.255 UH 0 0 0 wg0
65.181.87.254 * 255.255.255.255 UH 0 0 0 pppoe-wan
192.168.1.0 * 255.255.255.0 U 0 0 0 wg0
192.168.3.0 * 255.255.255.0 U 0 0 0 br-lan

router2 "route" output:
root@Gargoyle:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 1-141-19-223-on 0.0.0.0 UG 0 0 0 eth0.2
42.200.98.56 1-141-19-223-on 255.255.255.255 UGH 0 0 0 eth0.2
192.168.1.0 * 255.255.255.0 U 0 0 0 br-lan
192.168.3.0 * 255.255.255.0 U 0 0 0 wg0
223.19.141.0 * 255.255.255.0 U 0 0 0 eth0.2
Last edited by boldga on Tue Jan 26, 2021 1:57 am, edited 1 time in total.

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by Lantis »

I'm getting a 403 on the second 2 pictures. I'll setup a test network to confirm in the meantime and come back to you.
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.

boldga
Posts: 22
Joined: Sat Sep 18, 2010 10:05 am

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by boldga »

I have edited the URL of pics.

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by Lantis »

I just setup a test network and had no problems with communications in either direction from both subnets.

Have you tried a device behind the router (i.e. not 192.168.1.1) ?
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.

boldga
Posts: 22
Joined: Sat Sep 18, 2010 10:05 am

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by boldga »

Lantis wrote:
Sun Jan 31, 2021 12:07 am
I just setup a test network and had no problems with communications in either direction from both subnets.

Have you tried a device behind the router (i.e. not 192.168.1.1) ?
It doesn’t work either.
BTW, Router model is R7800 on both sides.

Post Reply