I am trying to use your upnpproxy app. I have a VPN connection using DDWRT Firmware on routes. VPN is working great.
I have two different networks outlined below:
(IP Address of clinets, Subnet, Gateway)
10.40.162.XXX - 255.255.255.0 - 10.40.162.1
10.40.163.XXX - 255.255.255.0 - 10.40.163.1
I have a server on each end running the upnproxy.
Server on 162's ip has the line:
server = 10.40.163.85:24232
Server on 163's ip has the line:
server = 10.40.162.158:24232
However, when I start the server on both machines, I get errors. The error on the 163 is:
Info: Unexpected server connection from 10.40.163.1:59331 <-- That is the router's IP address not my other server :(
On the 162's server I get:
I get nothing. No errors show up. Nothing is showing in Debug mode :(
Any thoughts on what I could be doing wrong on this?