Windows 10 How to keep route alive using cellular (currently disconnecting when I connect ethernet)

  • Thread starter Thread starter Ali Bhatti
  • Start date Start date
A

Ali Bhatti

Hi,


I have a development board which is running windows 10 pro. On the board there are two Ethernet and Wi-Fi connections including 1 cellular.


On the other hand I have windows server. There is a VPN tunnel between cellular(dev board) and the server in Azure.


I am using SSH tunnel to rdp the dev board from the server mainly because rdp port is restricted on the server whereas SSH is available. This is again is only available when i have dev board running using cellular.


At the time when I have rdp running from server to the dev board, the only live connection is cellular and I have not connected the ethernet adapters or wi-fi. As soon as i connect the ethernet connection, the rdp drops and at this point i am able to ping the sim IP but not able to rdp. RDP comes up saying internal error. Which looks like something goes wrong when i have ethernet connected.


I want to get to the point where I use cellular to connect the dev board to the server. Run the rdp using the SSH tunnel. Connect the I/O to ethernet and not get disconnected on the rdp running.


There is no monitor on the dev board, so the only connection that i can make on the device is using either ethernet/Wi-Fi or cellular.


I am not using Ethernet for internet, but using for another interface.


I have tried giving the priority to the cellular, but it does not work.


I have tried to add some persistant route and it still does not work.


Please see below some details from the dev board when connected to the rdp session.



===========================================================================

Interface List

13...00 a0 c6 00 00 12 ......Quectel Wireless Ethernet Adapter

20...00 07 32 7b d2 6c ......Intel(R) I210 Gigabit Network Connection #3

23...00 07 32 7e 1a e2 ......Intel(R) I211 Gigabit Network Connection #2

9...10 d0 7a 14 25 ac ......Broadcom 802.11ac WDI SDIO Adapter

24...12 d0 7a 14 25 ac ......Microsoft Wi-Fi Direct Virtual Adapter

14...12 d0 7a 14 2d ac ......Microsoft Wi-Fi Direct Virtual Adapter #2

1...........................Software Loopback Interface 1

===========================================================================



IPv4 Route Table

===========================================================================

Active Routes:

Network Destination Netmask Gateway Interface Metric

0.0.0.0 0.0.0.0 10.236.150.117 10.236.150.116 257

10.168.63.16 255.255.255.240 10.236.150.117 10.236.150.116 2

10.236.150.112 255.255.255.248 On-link 10.236.150.116 257

10.236.150.116 255.255.255.255 On-link 10.236.150.116 257

10.236.150.119 255.255.255.255 On-link 10.236.150.116 257

127.0.0.0 255.0.0.0 On-link 127.0.0.1 331

127.0.0.1 255.255.255.255 On-link 127.0.0.1 331

127.255.255.255 255.255.255.255 On-link 127.0.0.1 331

224.0.0.0 240.0.0.0 On-link 127.0.0.1 331

224.0.0.0 240.0.0.0 On-link 10.236.150.116 2

255.255.255.255 255.255.255.255 On-link 127.0.0.1 331

255.255.255.255 255.255.255.255 On-link 10.236.150.116 2

===========================================================================

Persistent Routes:

Network Address Netmask Gateway Address Metric

10.168.63.21 255.255.255.240 10.236.150.117 1

10.168.63.16 255.255.255.240 10.236.150.117 1

224.0.0.0 240.0.0.0 10.236.150.116 1

255.255.255.255 255.255.255.255 10.236.150.116 1

===========================================================================



IPv6 Route Table

===========================================================================

Active Routes:

If Metric Network Destination Gateway

1 331 ::1/128 On-link

1 331 ff00::/8 On-link

===========================================================================

Persistent Routes:

None



Continue reading...
 
Back
Top