SignatureBeef / Terraria-s-Dedicated-Server-Mod

TDSM - .NET and Mono compatible Terraria Server Software Mod
MIT License
143 stars 49 forks source link

Conflict in Nat mapping #191

Closed D1G1T4L3CH0 closed 8 years ago

D1G1T4L3CH0 commented 9 years ago

Don't use port 0 heh.

Terraria Server v1.3.0.8

Listening on port 0
Type 'help' for a list of commands.

8/21/2015 12:24:46 AM Command> Ready for commands.
8/21/2015 12:24:46 AM Pool> Failed to create NAT device mapping:
Mono.Nat.MappingException: Error 718: ConflictInMappingEntry
   at Mono.Nat.Upnp.UpnpNatDevice.EndCreatePortMap(IAsyncResult result)
   at Mono.Nat.AbstractNatDevice.CreatePortMap(Mapping mapping)
   at TDSM.API.Callbacks.NAT.NatUtility_DeviceFound(Object sender, DeviceEventArgs e)
SignatureBeef commented 8 years ago

Decided to remove NAT from OTA & TDSM. A plugin can achieve this.