Page 1 of 1

I want to see what devices are online the other side of the VPN

Posted: Mon Apr 15, 2024 3:50 am
by Synteresis
I'm looking for any automated device pinging through SoftEther
Essentially, i want to see what devices are online the other side of the VPN & do reporting off of it without doing the checks manually.
Unsure if this is possible but though this would be the place to ask.
TIA

Re: I want to see what devices are online the other side of the VPN

Posted: Mon Apr 15, 2024 8:14 am
by solo
Any network scanner tool will do.

Incidentally, SoftEther admins can block connections to other VPN users with the following VPN Gate Access List.

Code: Select all

Action: Pass, Status: Enable, Priority: 11, Memo: Permit Packets to Private Gateway / DNS Server, Contents: (ipv4) DstIPv4=10.211.254.0/24
Action: Pass, Status: Enable, Priority: 12, Memo: Permit Packets from Private Gateway / DNS Server, Contents: (ipv4) SrcIPv4=10.211.254.0/24
Action: Discard, Status: Enable, Priority: 13, Memo: Deny Packets to Neighbor VPN Clients, Contents: (ipv4) SrcIPv4=10.211.0.0/16, DstIPv4=10.211.0.0/16
Action: Pass, Status: Enable, Priority: 14, Memo: Permit Any Packets to VPN Segment, Contents: (ipv4) DstIPv4=10.211.0.0/16
Adapt it to your own LAN subnet of course.