1.13.0.x gargoyle-ispy 2020-December-14 23
Moderator: Moderators
Re: 1.13.0.x gargoyle-ispy 2020-December-14 23
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.
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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: 1.13.0.x gargoyle-ispy 2020-December-14 23
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
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
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: 1.13.0.x gargoyle-ispy 2020-December-14 23
Oh great, many thanks !
Indeed I have hostnames with more than 25 chars.
Indeed I have hostnames with more than 25 chars.
Re: 1.13.0.x gargoyle-ispy 2020-December-14 23
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?
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?
Re: 1.13.0.x gargoyle-ispy 2020-December-14 23
Can you post your wireguard_gargoyle config here please? Redact any keys.
Also the output of "route" at the command line
Also the output of "route" at the command line
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: 1.13.0.x gargoyle-ispy 2020-December-14 23
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
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.
Re: 1.13.0.x gargoyle-ispy 2020-December-14 23
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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: 1.13.0.x gargoyle-ispy 2020-December-14 23
I have edited the URL of pics.
Re: 1.13.0.x gargoyle-ispy 2020-December-14 23
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) ?
Have you tried a device behind the router (i.e. not 192.168.1.1) ?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.