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
I want to see what devices are online the other side of the VPN
-
- Posts: 1
- Joined: Wed Mar 27, 2024 7:05 am
-
- Posts: 1508
- Joined: Sun Feb 14, 2021 10:31 am
Re: I want to see what devices are online the other side of the VPN
Any network scanner tool will do.
Incidentally, SoftEther admins can block connections to other VPN users with the following VPN Gate Access List.
Adapt it to your own LAN subnet of course.
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