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.
tarffic not passing trough tunnel on linux ubuntu 22.04.02
-
- Posts: 2
- Joined: Sun Dec 25, 2022 2:11 am
-
- Posts: 1636
- Joined: Sun Feb 14, 2021 10:31 am
Re: tarffic not passing trough tunnel on linux ubuntu 22.04.02
- connect and note the server's address
- ip route add [server address] via [default GW]
- ip route del default
- dhclient vpn_vpn
- ip route add [server address] via [default GW]
- ip route del default
- dhclient vpn_vpn