Page 1 of 1

tarffic not passing trough tunnel on linux ubuntu 22.04.02

Posted: Sun May 14, 2023 10:55 pm
by mehdi
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.

Re: tarffic not passing trough tunnel on linux ubuntu 22.04.02

Posted: Sun May 14, 2023 11:30 pm
by solo
- connect and note the server's address
- ip route add [server address] via [default GW]
- ip route del default
- dhclient vpn_vpn