
- RADMIN VPN UBUNTU SOFTWARE
- RADMIN VPN UBUNTU BLUETOOTH
- RADMIN VPN UBUNTU WINDOWS
Before remote tools like UltraViewer, when a computer suffered from a software glitch or malware, it would have to be taken to tech support manually. TLDR: Change SubNet of WSL NAT-Router to a different one which does not collide with your Company-VPN subnet.While remote control of a computer is useful in more ways than one, the main draw for downloading UltraViewer is for IT. How second could work, is shown in this Microsoft Q&A:
Changing the subnet-range that WSL is using. Changing the routing table (see blogpost above). The problem of not using the correct DNS-Server is properly explained and the suggested solution should be used from networking point of view.įor the IP-Range problem you have only the following two options: And it's not only solving the thing that you was intended to fix. TLDR: If it works, it doesn't mean that it doesn't have side effects. See the following blogpost for explanation: You shouldn't change the Interface-Metric due to the than different routing. So I had to use PowerShell - disable adapter, start VPN, enable adapter. But the adapter for WSL was not visible in Network connections. Same problem w Ivanti Secure Access, this workaround helped. For this purpose run PowerShell as administrator:ĭisable WSL2 network by executing this: Disable-NetAdapter -Name "vEthernet (WSL)"Ĭonnect to VPN and then enable WSL2 network by executing this: Enable-NetAdapter -Name "vEthernet (WSL)" Step 1 - Disconnect from VPN (if it is connected) Step 2 - Go to Network Connections Step 3 - Disable vEthernet (WSL) Step 4 - Connect to VPN Step 5 - Enable vEthernet (WSL)Įnabling/Disabling step you can do also from PowerShell. In this case ip routes / interfaces of WSL 2 network is unknown for Pulse VPN, and we can now enable the WSL 2 network on top of established VPN connection. The idea is to disable vEthernet (WSL) network adapter before connecting to VPN. This workaround is not one time operation you need to do it every time when vpn connection lost or after machine reboot. I don't think the VPN and vEthernet adapters are clashing. RADMIN VPN UBUNTU BLUETOOTH
: 192.168.8.1Įthernet adapter Bluetooth Network Connection:
Wireless LAN adapter Local Area Connection* 2: Wireless LAN adapter Local Area Connection* 1:
RADMIN VPN UBUNTU WINDOWS
Ipconfig from Windows (while I have the VPN initiated Link/ether 3e:20:cb:a5:6f:8f brd ff:ff:ff:ff:ff:ffĤ: mtu 1480 qdisc noop state DOWN group default qlen 1000ĥ: eth0: mtu 1500 qdisc mq state UP group default qlen 1000
Link/ether 3a:01:48:88:dc:a3 brd ff:ff:ff:ff:ff:ffģ: dummy0: mtu 1500 qdisc noop state DOWN group default qlen 1000 TX errors 0 dropped 0 overruns 0 carrier 0 collisions ping TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 I suspect there is a problem with NAT (on Hyper-V default switch)Īdditionally: on wsl1 everything worked fine (also when VPN enabled)Ĭurrently on wsl2 it looks like this ifconfig When I don't use VPN on windows, everything is fine - I have internet connection on windows and wsl2 ubuntu.īut when established connection via VPN (on windows) then on windows still is OK - I have both internet and vpn connection, but on Ubuntu there is no network connection at all (no internet, no vpn access). 2004 (build 19041) with UBUNTU linux on WSL2.