[SOLVED] Unique problem

ashagg

New Member
Jul 15, 2026
2
0
1
Hello,

I have a standalone proxmox server with a /29 routed to it.

One IP let's say 1.1.1.1 is the main UI and server .
the other one is 1.1.1.2 which I want to use on a windows VM
The main node has tailscale installed and is essential for my work.
the tailscale helps me accesss the samba share on my home network which is behind a NAT by my ISP.

The problem :
I have to access the windows VM RDP through 1.1.1.1 via forwarding and masquerading in the interfaces file.

If I use 1.1.1.2 to the windows VM , it looses tailscale connectivity.

Is the only solution to install tailscale natively on the windows VM ? or is there a solution where I can use 1.1.1.2 on the VM while still accessing tailscale network from the host ?

I did try adding another bridge and adding it to the VM for 1.1.1.2 but still did not work ...
 
ended up installing tailscale natively on the windows VM and advertising routes via powershell... oh well...