How to make only a single program
- 
				dung1412
 - Posts: 2
 - Joined: Sat Feb 22, 2025 4:59 pm
 
How to make only a single program
i use windows 11 and Softehter VPN 4.0, i need use VPN for only a single program (Ex: game), when i check No Adjustments of Routing Table then show unacceptable operation. use the VPN Gate Utility to modify the connection setting for VPN Gate Public VPN relay servers. Please help me.
			
									
									
						- 
				solo
 - Posts: 1734
 - Joined: Sun Feb 14, 2021 10:31 am
 
Re: How to make only a single program
Leave "No Adjustments Of Routing Table" unchecked and modify routing as follows.
			
									
									
						Code: Select all
connect to (eg.) public-vpn-222
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0   10.244.254.254    10.244.10.60       1
         10.0.3.0    255.255.255.0        10.0.3.15       10.0.3.15       10
        10.0.3.15  255.255.255.255        127.0.0.1       127.0.0.1       10
       10.244.0.0      255.255.0.0     10.244.10.60    10.244.10.60       1
     10.244.10.60  255.255.255.255        127.0.0.1       127.0.0.1       1
   10.255.255.255  255.255.255.255        10.0.3.15       10.0.3.15       10
   10.255.255.255  255.255.255.255     10.244.10.60    10.244.10.60       1
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
     130.158.6.60  255.255.255.255         10.0.3.2       10.0.3.15       10
   219.100.37.184  255.255.255.255         10.0.3.2       10.0.3.15       1
route delete 0.0.0.0 10.244.254.254
route add 0.0.0.0 mask 0.0.0.0 10.0.3.2
route add 8.8.8.8 mask 255.255.255.255 10.244.254.254
//where 8.8.8.8 is a "single program"
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0         10.0.3.2       10.0.3.15       1
          8.8.8.8  255.255.255.255   10.244.254.254    10.244.10.60       1
         10.0.3.0    255.255.255.0        10.0.3.15       10.0.3.15       10
        10.0.3.15  255.255.255.255        127.0.0.1       127.0.0.1       10
       10.244.0.0      255.255.0.0     10.244.10.60    10.244.10.60       1
     10.244.10.60  255.255.255.255        127.0.0.1       127.0.0.1       1
   10.255.255.255  255.255.255.255        10.0.3.15       10.0.3.15       10
   10.255.255.255  255.255.255.255     10.244.10.60    10.244.10.60       1
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
     130.158.6.60  255.255.255.255         10.0.3.2       10.0.3.15       10
   219.100.37.184  255.255.255.255         10.0.3.2       10.0.3.15       1
tracert 8.8.8.8
  1   219 ms   243 ms   237 ms  public-nat-out.vpngate.open.ad.jp [10.244.254.254]
  2   292 ms   259 ms   373 ms  gw2.vpngate.v4.open.ad.jp [219.100.37.253]
  3   260 ms   246 ms   276 ms  igp1.green.v4.open.ad.jp [202.222.12.190]
  4   235 ms   220 ms   208 ms  bgp3.openospf1.v4.open.ad.jp [202.222.12.33]
  5   282 ms   271 ms   271 ms  150.99.184.33
  6   282 ms   216 ms   210 ms  150.99.10.187
  7   317 ms   237 ms   299 ms  210.173.176.243
  8   241 ms   219 ms   218 ms  108.170.231.103
  9   385 ms   217 ms   297 ms  74.125.251.235
 10   251 ms   339 ms   276 ms  dns.google [8.8.8.8]
- 
				dung1412
 - Posts: 2
 - Joined: Sat Feb 22, 2025 4:59 pm
 
Re: How to make only a single program
can you help me take picture step and step follows this tips, i don't make it huhu, thank you so much for help me.solo wrote: ↑Sun Feb 23, 2025 1:53 amLeave "No Adjustments Of Routing Table" unchecked and modify routing as follows.
Code: Select all
connect to (eg.) public-vpn-222 Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 10.244.254.254 10.244.10.60 1 10.0.3.0 255.255.255.0 10.0.3.15 10.0.3.15 10 10.0.3.15 255.255.255.255 127.0.0.1 127.0.0.1 10 10.244.0.0 255.255.0.0 10.244.10.60 10.244.10.60 1 10.244.10.60 255.255.255.255 127.0.0.1 127.0.0.1 1 10.255.255.255 255.255.255.255 10.0.3.15 10.0.3.15 10 10.255.255.255 255.255.255.255 10.244.10.60 10.244.10.60 1 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 130.158.6.60 255.255.255.255 10.0.3.2 10.0.3.15 10 219.100.37.184 255.255.255.255 10.0.3.2 10.0.3.15 1 route delete 0.0.0.0 10.244.254.254 route add 0.0.0.0 mask 0.0.0.0 10.0.3.2 route add 8.8.8.8 mask 255.255.255.255 10.244.254.254 //where 8.8.8.8 is a "single program" Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 10.0.3.2 10.0.3.15 1 8.8.8.8 255.255.255.255 10.244.254.254 10.244.10.60 1 10.0.3.0 255.255.255.0 10.0.3.15 10.0.3.15 10 10.0.3.15 255.255.255.255 127.0.0.1 127.0.0.1 10 10.244.0.0 255.255.0.0 10.244.10.60 10.244.10.60 1 10.244.10.60 255.255.255.255 127.0.0.1 127.0.0.1 1 10.255.255.255 255.255.255.255 10.0.3.15 10.0.3.15 10 10.255.255.255 255.255.255.255 10.244.10.60 10.244.10.60 1 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1 130.158.6.60 255.255.255.255 10.0.3.2 10.0.3.15 10 219.100.37.184 255.255.255.255 10.0.3.2 10.0.3.15 1 tracert 8.8.8.8 1 219 ms 243 ms 237 ms public-nat-out.vpngate.open.ad.jp [10.244.254.254] 2 292 ms 259 ms 373 ms gw2.vpngate.v4.open.ad.jp [219.100.37.253] 3 260 ms 246 ms 276 ms igp1.green.v4.open.ad.jp [202.222.12.190] 4 235 ms 220 ms 208 ms bgp3.openospf1.v4.open.ad.jp [202.222.12.33] 5 282 ms 271 ms 271 ms 150.99.184.33 6 282 ms 216 ms 210 ms 150.99.10.187 7 317 ms 237 ms 299 ms 210.173.176.243 8 241 ms 219 ms 218 ms 108.170.231.103 9 385 ms 217 ms 297 ms 74.125.251.235 10 251 ms 339 ms 276 ms dns.google [8.8.8.8]
