How can i connect RDP on Remmnia via VPN?

Hi;
I can connect my work network via VPN PPTP protocol and use Manjaro VPN client.After established connection. How can i connect remote network server via RDP? I want to connect remote server and the server OS is Windows. I can only connect this server remote network gateway ip like 192.168.1.10

Huh, what?

If you can reach Windows server then connect to whatever IP it has.

I mean remote network ip and the ip is remote DHCP server ip. I don’t mean directly connect remote server ip. Firstly, I connect remote network via VPN.After, I want to connect Windows server via RDP on Remmnia client.

network conflict - if your local network is same as remote you will never be able to connect.

This will fail

local network VPN remote network
192.168.1.0/24 ← → VPN ← → 192.168.1.0/24

Correct configuration

local network VPN remote network
192.168.1.0/24 ← → VPN ← → 192.168.2.0/24

Or

local network VPN remote network
192.168.2.0/24 ← → VPN ← → 192.168.1.0/24

@Pippin just posted the one I was looking for :slight_smile: avoiding routing conflicts

1 Like

If @linux-aarhus’s suggestion doesn’t work then draw a network diagram with IPs.
Does RDP work when in office? What IP do you connect to then?
Also, post output of ip a; ip r while connected to VPN.

Just to add some more:
AvoidRoutingConflicts

1 Like

The RDP work on office and also I use my same configuration another Windows Os. On the Windows Os firstly I connect VPN Server and than directly connect remote server via Windows RDP Manager.

My ip r output after connected the office VPN;

default dev ppp0 proto static scope link metric 50 
default via 192.168.1.1 dev eno1 proto dhcp src 192.168.1.7 metric 100 
**MY REMOTE WAN IP** via 192.168.1.1 dev eno1 src 192.168.1.7 
**MY REMOTE WAN IP** via 192.168.1.1 dev eno1 proto static metric 50 
192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.7 metric 100 
192.168.1.1 dev ppp0 proto kernel scope link src 192.168.20.2 
192.168.1.1 dev eno1 proto static scope link metric 50 
192.168.1.1 dev ppp0 proto kernel scope link src 192.168.20.2 metric 50

How can i configure on manjaro IP after connected the remote VPN server?

If it is a routing conflict - you need to change the entire network address space on your side.

In most home networks it is the router which has the dhcp server role.

Open your routers administration interface and change the network address.

There is a lot of different interfaces - so please don’t ask where or how - lookup your routers documentation or talk to your local computer experts - tell them you need to change your routers subnet to something not colliding with your workplaces’s network.

Eh, this is hopeless. I’m not going to beg you for information you were already asked for.