miniupnp.tuxfamily.org Forum Index miniupnp.tuxfamily.org
The forum about miniupnp and libnatpmp
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

XBOX One Strict NAT

 
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpd Compilation/Installation
View previous topic :: View next topic  
Author Message
F4S4K4N



Joined: 26 Aug 2015
Posts: 5

PostPosted: Wed Aug 26, 2015 11:52 am    Post subject: XBOX One Strict NAT Reply with quote

I have a single Xbox One on the network that i can't seem to get out of strict nat. I have the PF_FILTER_RULEs option enabled and miniupnpd adds both the nat and filter rules correctly for UDP port 3074 for the xbox.

Even though port 3074 seems to be open, i still have strict NAT on the Xbox itself. Here's a quick log of what im seeing with the -d option...

Code:

miniupnpd[1223]: HTTP connection from 192.168.50.106:49480
miniupnpd[1223]: HTTP REQUEST : GET /rootDesc.xml (HTTP/1.1)
miniupnpd[1223]: HTTP connection from 192.168.50.106:49481
miniupnpd[1223]: HTTP REQUEST : GET /L3F.xml (HTTP/1.1)
miniupnpd[1223]: HTTP connection from 192.168.50.106:49482
miniupnpd[1223]: HTTP REQUEST : SUBSCRIBE /evt/L3F (HTTP/1.1)
miniupnpd[1223]: ProcessHTTPSubscribe /evt/L3F
miniupnpd[1223]: Callback '<http://192.168.50.106:2869/upnp/eventing/gxpkmxcysj>' Timeout=1800
miniupnpd[1223]: SID ''
miniupnpd[1223]: addSubscriber(/evt/L3F, http://192.168.50.106:2869/upnp/eventing/gxpkmxcysj, 1800)
miniupnpd[1223]: generated sid=uuid:ab270d4b-46ad-11e5-8ce5-0003ba1335b6
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 1 19
miniupnpd[1223]: upnp_event_notify_connect: '192.168.50.106' 2869 '/upnp/eventing/gxpkmxcysj'
miniupnpd[1223]: upnpevents_processfds: 0x41012080 2 19 0 1
miniupnpd[1223]: upnp_event_send: sending event notify message to 192.168.50.106:2869
miniupnpd[1223]: upnp_event_send: msg: NOTIFY /upnp/eventing/gxpkmxcysj HTTP/1.1
Host: 192.168.50.106:2869
Content-Type: text/xml
Content-Length: 249
NT: upnp:event
NTS: upnp:propchange
SID: uuid:ab270d4b-46ad-11e5-8ce5-0003ba1335b6
SEQ: 0
Connection: close
Cache-Control: no-cache

<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0"><e:property><DefaultConnectionService>uuid:ab270d4b-46ad-11e5-8ce5-0003ba131065:WANConnectionDevice:1,urn:upnp-org:serviceId:WANIPConn1</DefaultConnectionService></e:property></e:propertyset>
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 4 19
miniupnpd[1223]: upnpevents_processfds: 0x41012080 4 19 1 0
miniupnpd[1223]: upnp_event_recv: (248bytes) HTTP/1.1 404 Object Not Found
Content-Length: 31
Content-Type: text/html
Server: Microsoft-Windows/6.2 UPnP/1.0 UPnP-Device-Host/1.0 Microsoft-HTTPAPI/2.0
Date: Wed, 26 Aug 2015 11:38:19 GMT
Connection: close

The requested URL was not found
miniupnpd[1223]: HTTP connection from 192.168.50.106:49483
miniupnpd[1223]: HTTP REQUEST : GET /WANCfg.xml (HTTP/1.1)
miniupnpd[1223]: HTTP connection from 192.168.50.106:49484
miniupnpd[1223]: HTTP REQUEST : SUBSCRIBE /evt/CmnIfCfg (HTTP/1.1)
miniupnpd[1223]: ProcessHTTPSubscribe /evt/CmnIfCfg
miniupnpd[1223]: Callback '<http://192.168.50.106:2869/upnp/eventing/etixrjkugl>' Timeout=1800
miniupnpd[1223]: SID ''
miniupnpd[1223]: addSubscriber(/evt/CmnIfCfg, http://192.168.50.106:2869/upnp/eventing/etixrjkugl, 1800)
miniupnpd[1223]: generated sid=uuid:ab270d4b-46ad-11e5-8ce5-0003ba13daa1
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 1 19
miniupnpd[1223]: upnp_event_notify_connect: '192.168.50.106' 2869 '/upnp/eventing/etixrjkugl'
miniupnpd[1223]: upnpevents_processfds: 0x41012080 2 19 0 1
miniupnpd[1223]: upnp_event_send: sending event notify message to 192.168.50.106:2869
miniupnpd[1223]: upnp_event_send: msg: NOTIFY /upnp/eventing/etixrjkugl HTTP/1.1
Host: 192.168.50.106:2869
Content-Type: text/xml
Content-Length: 142
NT: upnp:event
NTS: upnp:propchange
SID: uuid:ab270d4b-46ad-11e5-8ce5-0003ba13daa1
SEQ: 0
Connection: close
Cache-Control: no-cache

<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0"><e:property><PhysicalLinkStatus>Up</PhysicalLinkStatus></e:property></e:propertyset>
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 4 19
miniupnpd[1223]: upnpevents_processfds: 0x41012080 4 19 1 0
miniupnpd[1223]: upnp_event_recv: (125bytes) HTTP/1.1 200 OK
Server: Microsoft-HTTPAPI/2.0
Date: Wed, 26 Aug 2015 11:38:19 GMT
Connection: close
Content-Length: 0

miniupnpd[1223]: HTTP connection from 192.168.50.106:49485
miniupnpd[1223]: HTTP REQUEST : GET /WANIPCn.xml (HTTP/1.1)
miniupnpd[1223]: HTTP connection from 192.168.50.106:49486
miniupnpd[1223]: HTTP REQUEST : SUBSCRIBE /evt/IPConn (HTTP/1.1)
miniupnpd[1223]: ProcessHTTPSubscribe /evt/IPConn
miniupnpd[1223]: Callback '<http://192.168.50.106:2869/upnp/eventing/ozfgrcdedj>' Timeout=1800
miniupnpd[1223]: SID ''
miniupnpd[1223]: addSubscriber(/evt/IPConn, http://192.168.50.106:2869/upnp/eventing/ozfgrcdedj, 1800)
miniupnpd[1223]: generated sid=uuid:ab270d4b-46ad-11e5-8ce5-0003ba1380a3
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 1 19
miniupnpd[1223]: upnp_event_notify_connect: '192.168.50.106' 2869 '/upnp/eventing/ozfgrcdedj'
miniupnpd[1223]: upnpevents_processfds: 0x41012080 2 19 0 1
miniupnpd[1223]: upnp_event_send: sending event notify message to 192.168.50.106:2869
miniupnpd[1223]: upnp_event_send: msg: NOTIFY /upnp/eventing/ozfgrcdedj HTTP/1.1
Host: 192.168.50.106:2869
Content-Type: text/xml
Content-Length: 390
NT: upnp:event
NTS: upnp:propchange
SID: uuid:ab270d4b-46ad-11e5-8ce5-0003ba1380a3
SEQ: 0
Connection: close
Cache-Control: no-cache

<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0"><e:property><PossibleConnectionTypes>IP_Routed</PossibleConnectionTypes></e:property><e:property><ConnectionStatus>Connected</ConnectionStatus></e:property><e:property><ExternalIPAddress>98.102.61.126</ExternalIPAddress></e:property><e:property><PortMappingNumberOfEntries>0</PortMappingNumberOfEntries></e:property></e:propertyset>
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 4 19
miniupnpd[1223]: upnpevents_processfds: 0x41012080 4 19 1 0
miniupnpd[1223]: upnp_event_recv: (125bytes) HTTP/1.1 200 OK
Server: Microsoft-HTTPAPI/2.0
Date: Wed, 26 Aug 2015 11:38:19 GMT
Connection: close
Content-Length: 0

miniupnpd[1223]: HTTP connection from 192.168.50.106:49487
miniupnpd[1223]: HTTP REQUEST : POST /ctl/IPConn (HTTP/1.1)
miniupnpd[1223]: SOAPAction: urn:schemas-upnp-org:service:WANIPConnection:1#GetConnectionTypeInfo
miniupnpd[1223]: HTTP connection from 192.168.50.106:49488
miniupnpd[1223]: HTTP REQUEST : POST /ctl/IPConn (HTTP/1.1)
miniupnpd[1223]: SOAPAction: urn:schemas-upnp-org:service:WANIPConnection:1#GetNATRSIPStatus
miniupnpd[1223]: HTTP connection from 192.168.50.106:49509
miniupnpd[1223]: HTTP REQUEST : UNSUBSCRIBE /evt/L3F (HTTP/1.1)
miniupnpd[1223]: ProcessHTTPUnSubscribe /evt/L3F
miniupnpd[1223]: SID 'uuid:ab270d4b-46ad-11e5-8ce5-0003ba1335b6'
miniupnpd[1223]: ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1 (ver=1)
miniupnpd[1223]: SSDP M-SEARCH from 192.168.50.106:50133 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[1223]: Single search found
miniupnpd[1223]: SendSSDPResponse(): 0 bytes to 192.168.50.106:50133 ST: HTTP/1.1 200 OK
CACHE-CONTROL: max-age=120
ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
USN: uuid:ab270d4b-46ad-11e5-8ce5-0003ba131063::urn:schemas-upnp-org:device:InternetGatewayDevice:1
EXT:
SERVER: FreeBSD/10.2-RELEASE UPnP/1.1 MiniUPnPd/1.9
LOCATION: http://192.168.50.1:5555/rootDesc.xml
OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01
01-NLS: 1
BOOTID.UPNP.ORG: 1
CONFIGID.UPNP.ORG: 1337

miniupnpd[1223]: ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1 (ver=1)
miniupnpd[1223]: SSDP M-SEARCH from 192.168.50.106:50133 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[1223]: Single search found
miniupnpd[1223]: SendSSDPResponse(): 0 bytes to 192.168.50.106:50133 ST: HTTP/1.1 200 OK
CACHE-CONTROL: max-age=120
ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
USN: uuid:ab270d4b-46ad-11e5-8ce5-0003ba131063::urn:schemas-upnp-org:device:InternetGatewayDevice:1
EXT:
SERVER: FreeBSD/10.2-RELEASE UPnP/1.1 MiniUPnPd/1.9
LOCATION: http://192.168.50.1:5555/rootDesc.xml
OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01
01-NLS: 1
BOOTID.UPNP.ORG: 1
CONFIGID.UPNP.ORG: 1337

miniupnpd[1223]: ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1 (ver=1)
miniupnpd[1223]: SSDP M-SEARCH from 192.168.50.106:50133 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[1223]: Single search found
miniupnpd[1223]: SendSSDPResponse(): 0 bytes to 192.168.50.106:50133 ST: HTTP/1.1 200 OK
CACHE-CONTROL: max-age=120
ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
USN: uuid:ab270d4b-46ad-11e5-8ce5-0003ba131063::urn:schemas-upnp-org:device:InternetGatewayDevice:1
EXT:
SERVER: FreeBSD/10.2-RELEASE UPnP/1.1 MiniUPnPd/1.9
LOCATION: http://192.168.50.1:5555/rootDesc.xml
OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01
01-NLS: 1
BOOTID.UPNP.ORG: 1
CONFIGID.UPNP.ORG: 1337

miniupnpd[1223]: ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1 (ver=1)
miniupnpd[1223]: SSDP M-SEARCH from 192.168.50.106:50133 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[1223]: Single search found
miniupnpd[1223]: SendSSDPResponse(): 0 bytes to 192.168.50.106:50133 ST: HTTP/1.1 200 OK
CACHE-CONTROL: max-age=120
ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
USN: uuid:ab270d4b-46ad-11e5-8ce5-0003ba131063::urn:schemas-upnp-org:device:InternetGatewayDevice:1
EXT:
SERVER: FreeBSD/10.2-RELEASE UPnP/1.1 MiniUPnPd/1.9
LOCATION: http://192.168.50.1:5555/rootDesc.xml
OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01
01-NLS: 1
BOOTID.UPNP.ORG: 1
CONFIGID.UPNP.ORG: 1337

miniupnpd[1223]: ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1 (ver=1)
miniupnpd[1223]: SSDP M-SEARCH from 192.168.50.106:50133 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[1223]: Single search found
miniupnpd[1223]: SendSSDPResponse(): 0 bytes to 192.168.50.106:50133 ST: HTTP/1.1 200 OK
CACHE-CONTROL: max-age=120
ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
USN: uuid:ab270d4b-46ad-11e5-8ce5-0003ba131063::urn:schemas-upnp-org:device:InternetGatewayDevice:1
EXT:
SERVER: FreeBSD/10.2-RELEASE UPnP/1.1 MiniUPnPd/1.9
LOCATION: http://192.168.50.1:5555/rootDesc.xml
OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01
01-NLS: 1
BOOTID.UPNP.ORG: 1
CONFIGID.UPNP.ORG: 1337

miniupnpd[1223]: HTTP connection from 192.168.50.106:49531
miniupnpd[1223]: HTTP REQUEST : UNSUBSCRIBE /evt/CmnIfCfg (HTTP/1.1)
miniupnpd[1223]: ProcessHTTPUnSubscribe /evt/CmnIfCfg
miniupnpd[1223]: SID 'uuid:ab270d4b-46ad-11e5-8ce5-0003ba13daa1'
miniupnpd[1223]: HTTP connection from 192.168.50.106:49532
miniupnpd[1223]: HTTP REQUEST : UNSUBSCRIBE /evt/IPConn (HTTP/1.1)
miniupnpd[1223]: ProcessHTTPUnSubscribe /evt/IPConn
miniupnpd[1223]: SID 'uuid:ab270d4b-46ad-11e5-8ce5-0003ba1380a3'
miniupnpd[1223]: ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1 (ver=1)
miniupnpd[1223]: SSDP M-SEARCH from 192.168.50.106:50133 ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
miniupnpd[1223]: Single search found
miniupnpd[1223]: SendSSDPResponse(): 0 bytes to 192.168.50.106:50133 ST: HTTP/1.1 200 OK
CACHE-CONTROL: max-age=120
ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
USN: uuid:ab270d4b-46ad-11e5-8ce5-0003ba131063::urn:schemas-upnp-org:device:InternetGatewayDevice:1
EXT:
SERVER: FreeBSD/10.2-RELEASE UPnP/1.1 MiniUPnPd/1.9
LOCATION: http://192.168.50.1:5555/rootDesc.xml
OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01
01-NLS: 1
BOOTID.UPNP.ORG: 1
CONFIGID.UPNP.ORG: 1337

miniupnpd[1223]: HTTP connection from 192.168.50.106:49533
miniupnpd[1223]: HTTP REQUEST : GET /rootDesc.xml (HTTP/1.1)
miniupnpd[1223]: HTTP connection from 192.168.50.106:49534
miniupnpd[1223]: HTTP REQUEST : GET /rootDesc.xml (HTTP/1.1)
miniupnpd[1223]: HTTP connection from 192.168.50.106:49535
miniupnpd[1223]: HTTP REQUEST : GET /L3F.xml (HTTP/1.1)
miniupnpd[1223]: HTTP connection from 192.168.50.106:49536
miniupnpd[1223]: HTTP REQUEST : SUBSCRIBE /evt/L3F (HTTP/1.1)
miniupnpd[1223]: ProcessHTTPSubscribe /evt/L3F
miniupnpd[1223]: Callback '<http://192.168.50.106:2869/upnp/eventing/yjmqrlsruw>' Timeout=1800
miniupnpd[1223]: SID ''
miniupnpd[1223]: addSubscriber(/evt/L3F, http://192.168.50.106:2869/upnp/eventing/yjmqrlsruw, 1800)
miniupnpd[1223]: generated sid=uuid:ab270d4b-46ad-11e5-8ce5-0003ba132f49
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 1 19
miniupnpd[1223]: upnp_event_notify_connect: '192.168.50.106' 2869 '/upnp/eventing/yjmqrlsruw'
miniupnpd[1223]: upnpevents_processfds: 0x41012080 2 19 0 1
miniupnpd[1223]: upnp_event_send: sending event notify message to 192.168.50.106:2869
miniupnpd[1223]: upnp_event_send: msg: NOTIFY /upnp/eventing/yjmqrlsruw HTTP/1.1
Host: 192.168.50.106:2869
Content-Type: text/xml
Content-Length: 249
NT: upnp:event
NTS: upnp:propchange
SID: uuid:ab270d4b-46ad-11e5-8ce5-0003ba132f49
SEQ: 0
Connection: close
Cache-Control: no-cache

<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0"><e:property><DefaultConnectionService>uuid:ab270d4b-46ad-11e5-8ce5-0003ba131065:WANConnectionDevice:1,urn:upnp-org:serviceId:WANIPConn1</DefaultConnectionService></e:property></e:propertyset>
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 4 19
miniupnpd[1223]: upnpevents_processfds: 0x41012080 4 19 1 0
miniupnpd[1223]: upnp_event_recv: (248bytes) HTTP/1.1 404 Object Not Found
Content-Length: 31
Content-Type: text/html
Server: Microsoft-Windows/6.2 UPnP/1.0 UPnP-Device-Host/1.0 Microsoft-HTTPAPI/2.0
Date: Wed, 26 Aug 2015 11:44:18 GMT
Connection: close

The requested URL was not found
miniupnpd[1223]: HTTP connection from 192.168.50.106:49537
miniupnpd[1223]: HTTP REQUEST : GET /WANCfg.xml (HTTP/1.1)
miniupnpd[1223]: HTTP connection from 192.168.50.106:49538
miniupnpd[1223]: HTTP REQUEST : SUBSCRIBE /evt/CmnIfCfg (HTTP/1.1)
miniupnpd[1223]: ProcessHTTPSubscribe /evt/CmnIfCfg
miniupnpd[1223]: Callback '<http://192.168.50.106:2869/upnp/eventing/blrxmpnyms>' Timeout=1800
miniupnpd[1223]: SID ''
miniupnpd[1223]: addSubscriber(/evt/CmnIfCfg, http://192.168.50.106:2869/upnp/eventing/blrxmpnyms, 1800)
miniupnpd[1223]: generated sid=uuid:ab270d4b-46ad-11e5-8ce5-0003ba1381f1
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 1 19
miniupnpd[1223]: upnp_event_notify_connect: '192.168.50.106' 2869 '/upnp/eventing/blrxmpnyms'
miniupnpd[1223]: upnpevents_processfds: 0x41012080 2 19 0 1
miniupnpd[1223]: upnp_event_send: sending event notify message to 192.168.50.106:2869
miniupnpd[1223]: upnp_event_send: msg: NOTIFY /upnp/eventing/blrxmpnyms HTTP/1.1
Host: 192.168.50.106:2869
Content-Type: text/xml
Content-Length: 142
NT: upnp:event
NTS: upnp:propchange
SID: uuid:ab270d4b-46ad-11e5-8ce5-0003ba1381f1
SEQ: 0
Connection: close
Cache-Control: no-cache

<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0"><e:property><PhysicalLinkStatus>Up</PhysicalLinkStatus></e:property></e:propertyset>
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 4 19
miniupnpd[1223]: upnpevents_processfds: 0x41012080 4 19 1 0
miniupnpd[1223]: upnp_event_recv: (125bytes) HTTP/1.1 200 OK
Server: Microsoft-HTTPAPI/2.0
Date: Wed, 26 Aug 2015 11:44:18 GMT
Connection: close
Content-Length: 0

miniupnpd[1223]: HTTP connection from 192.168.50.106:49539
miniupnpd[1223]: HTTP REQUEST : GET /WANIPCn.xml (HTTP/1.1)
miniupnpd[1223]: HTTP connection from 192.168.50.106:49540
miniupnpd[1223]: HTTP REQUEST : SUBSCRIBE /evt/IPConn (HTTP/1.1)
miniupnpd[1223]: ProcessHTTPSubscribe /evt/IPConn
miniupnpd[1223]: Callback '<http://192.168.50.106:2869/upnp/eventing/vrqpthuqzj>' Timeout=1800
miniupnpd[1223]: SID ''
miniupnpd[1223]: addSubscriber(/evt/IPConn, http://192.168.50.106:2869/upnp/eventing/vrqpthuqzj, 1800)
miniupnpd[1223]: generated sid=uuid:ab270d4b-46ad-11e5-8ce5-0003ba13fe17
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 1 19
miniupnpd[1223]: upnp_event_notify_connect: '192.168.50.106' 2869 '/upnp/eventing/vrqpthuqzj'
miniupnpd[1223]: upnpevents_processfds: 0x41012080 2 19 0 0
miniupnpd[1223]: HTTP connection from 192.168.50.106:49541
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 2 19
miniupnpd[1223]: upnpevents_processfds: 0x41012080 2 19 0 1
miniupnpd[1223]: upnp_event_send: sending event notify message to 192.168.50.106:2869
miniupnpd[1223]: upnp_event_send: msg: NOTIFY /upnp/eventing/vrqpthuqzj HTTP/1.1
Host: 192.168.50.106:2869
Content-Type: text/xml
Content-Length: 390
NT: upnp:event
NTS: upnp:propchange
SID: uuid:ab270d4b-46ad-11e5-8ce5-0003ba13fe17
SEQ: 0
Connection: close
Cache-Control: no-cache

<e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0"><e:property><PossibleConnectionTypes>IP_Routed</PossibleConnectionTypes></e:property><e:property><ConnectionStatus>Connected</ConnectionStatus></e:property><e:property><ExternalIPAddress>98.102.61.126</ExternalIPAddress></e:property><e:property><PortMappingNumberOfEntries>0</PortMappingNumberOfEntries></e:property></e:propertyset>
miniupnpd[1223]: HTTP REQUEST : POST /ctl/IPConn (HTTP/1.1)
miniupnpd[1223]: SOAPAction: urn:schemas-upnp-org:service:WANIPConnection:1#GetConnectionTypeInfo
miniupnpd[1223]: upnpevents_selectfds: 0x41012080 4 19
miniupnpd[1223]: upnpevents_processfds: 0x41012080 4 19 1 0
miniupnpd[1223]: upnp_event_recv: (125bytes) HTTP/1.1 200 OK
Server: Microsoft-HTTPAPI/2.0
Date: Wed, 26 Aug 2015 11:44:18 GMT
Connection: close
Content-Length: 0


Does anyone have any ideas, i can provide my pf.conf if needed as well.
Back to top
View user's profile Send private message
miniupnp
Site Admin


Joined: 14 Apr 2007
Posts: 1589

PostPosted: Wed Aug 26, 2015 5:40 pm    Post subject: Reply with quote

I don't see the addPortMapping in your log...

have you tried to send packets to UDP port 3074 from the internet ?
does a tcpdump see them on your LAN ?
_________________
Main miniUPnP author.
https://miniupnp.tuxfamily.org/
Back to top
View user's profile Send private message Visit poster's website
F4S4K4N



Joined: 26 Aug 2015
Posts: 5

PostPosted: Wed Aug 26, 2015 6:16 pm    Post subject: Reply with quote

Yea i made sure i had all of the port forwarding configured correctly. It turns out that you need to append static-port to your outoing nat rule in order to have an open nat for xbox.

for example...

Code:

nat on (external interface) from (local network) to any -> (external ip ) static-port


without that appended to the end the xbox wont match the ports correctly.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpd Compilation/Installation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP
© 2007 Thomas Bernard, author of MiniUPNP.