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

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
Synteresis
Posts: 1
Joined: Wed Mar 27, 2024 7:05 am

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

Post by Synteresis » Mon Apr 15, 2024 3:50 am

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

solo
Posts: 1288
Joined: Sun Feb 14, 2021 10:31 am

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

Post by solo » Mon Apr 15, 2024 8:14 am

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.

Post Reply