tarffic not passing trough tunnel on linux ubuntu 22.04.02

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
mehdi
Posts: 2
Joined: Sun Dec 25, 2022 2:11 am

tarffic not passing trough tunnel on linux ubuntu 22.04.02

Post by mehdi » Sun May 14, 2023 10:55 pm

Hi,
I have installed client using the following command:
sudo apt install softether-vpnclient

then, I enabled remote management, and configured a connection using GUI on windows. it seems its connected but using "ip address show" or "ifconfig" there are no IPv4 addresses under the tunnel interface.

DHCP server is working on the server side and windows clients is working well, but linux client does not.

I only need to ping the IP address on virtual hub.

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

Re: tarffic not passing trough tunnel on linux ubuntu 22.04.02

Post by solo » Sun May 14, 2023 11:30 pm

- connect and note the server's address
- ip route add [server address] via [default GW]
- ip route del default
- dhclient vpn_vpn

Post Reply