Route all traffic to TAP adapter

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
techno2001
Posts: 1
Joined: Thu Sep 29, 2022 6:55 pm

Route all traffic to TAP adapter

Post by techno2001 » Thu Sep 29, 2022 7:13 pm

Hi
have a windows 10 pc with softether server
i can connect to that pc with openvpn without problem
but i have a cisco anyconnect client in same pc which is connected to another server
i need to route all clients traffic to Cisco TAP adapter
softether server: 192.168.100.50/255.255.255.0/192.168.100.1
cisco tap driver: 20.30.0.90/255.255.255.0/20.30.0.1
i would be grateful if you could help me.

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

Re: Route all traffic to TAP adapter

Post by solo » Fri Sep 30, 2022 1:15 pm

On W10 start the "Routing and Remote Access" service to enable IP forwarding and that's all.
If it does not work, post as code from the VPN server PC:

Code: Select all

netstat -r
ipconfig /all
vpncmd localhost:port /server /password:*** /cmd BridgeList
vpncmd localhost:port /server /password:*** /adminhub:@@@ /cmd SecureNatStatusGet
//replace: *** with SE admin password; @@@ with VPN hub's name

Post Reply