Hi ArenMook, thanks for the reply.
You misunderstood my report

I know the warning is harmless... But it results in inability to join host via internet.
Note that when I disabled the VirtualNIC there was no warning any more and others could join via internet. My router is UPnP capable and TNet does work with it.
All I'm saying is UPnP implementation in TNet is attempting to send the UPnP to the gateway on a network that is not the default and gives up too easily.
Imho best approach would be to use the NIC that has the default gw reachable through it.
C:\Users\bart>netstat -rn
===========================================================================
Interface List
4...64 66 b3 17 e5 3b ......Qualcomm Atheros AR938x Wireless Network Adapt
3...ac 22 0b c5 45 18 ......Intel(R) Ethernet Connection I217-V
9...08 00 27 00 2c 55 ......VirtualBox Host-Only Ethernet Adapter
1...........................Software Loopback Interface 1
5...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
10...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
11...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.192.1 192.168.192.61 20
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
192.168.56.0 255.255.255.0 On-link 192.168.56.1 276
192.168.56.1 255.255.255.255 On-link 192.168.56.1 276
192.168.56.255 255.255.255.255 On-link 192.168.56.1 276
192.168.192.0 255.255.255.0 On-link 192.168.192.61 276
192.168.192.61 255.255.255.255 On-link 192.168.192.61 276
192.168.192.255 255.255.255.255 On-link 192.168.192.61 276
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 192.168.192.61 276
224.0.0.0 240.0.0.0 On-link 192.168.56.1 276
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 192.168.192.61 276
255.255.255.255 255.255.255.255 On-link 192.168.56.1 276
===========================================================================
Note the following is the interface with default route (0.0.0.0):
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.192.1 192.168.192.61 20
TNet however is using the Virtual NIC (192.168.56.1)
No arguments specified, assuming default values.
In the future you can specify your own ports like so:
-name "Your Server" <-- Name your server
-tcp [port] <-- TCP port for clients to connect to
-udp [port] <-- UDP port used for communication
-udpLobby [address] [port] <-- Start or connect to a UDP lobby
-tcpLobby [address] [port] <-- Start or connect to a TCP lobby
For example:
TNServer -name "My Server" -tcp 5127 -udp 5128 -udpLobby 5129
IP Addresses
------------
External: XXXX
Internal: 192.168.56.1
Gateway: None found
UDP Lobby Server started on port 5129
Game server started on port 5127
Press 'q' followed by ENTER when you want to quit.