Greetings Viroslash, and thanks.
No joy, though. I can ping 10.0.10.10 from my PC but a Windows tracert=
C:\Documents and Settings\Tony>tracert 10.0.10.10
Tracing route to elaine [10.0.10.10]
over a maximum of 30 hops:
1 1 ms <1 ms <1 ms (CPE) [10.3.2.1]
2 2 ms 1 ms 1 ms (AP) [10.0.3.1]
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 ^C
This is odder because I don’t know what is making Windows interpret 10.0.10.10 as ‘elaine’. I had an experimental server with the hostname ‘elaine’ where the device now is and with the 10.0.10.10 address long ago but ‘elaine’ no longer appears in the Windows ‘hosts’ file nor in any static DNS listing on the CPE or the AP.
The application’s log-file =
29/09/2007 10:00:27 a.m.: Started
29/09/2007 10:00:28 a.m.: Error: Socket Error # 10061
Connection refused.
29/09/2007 10:00:28 a.m.: Will try again in 1 minute, due to above error
29/09/2007 10:01:28 a.m.: Attempting to reconnect
29/09/2007 10:01:29 a.m.: Error: Socket Error # 10061
Connection refused.
29/09/2007 10:02:29 a.m.: Attempting to reconnect
29/09/2007 10:02:30 a.m.: Error: Socket Error # 10061
Connection refused.
&etc.
My CPE terminal reports:
admin@me] ip firewall> nat print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat out-interface=wlan1 dst-address=10.0.0.0/16 action=masquerade
1 chain=srcnat out-interface=pppoe-out1 dst-address=0.0.0.0/0 action=masquerade
2 ;;; redirection rule 10.0.10.10
chain=dstnat protocol=tcp dst-port=12341 action=dst-nat to-addresses=10.0.10.10
to-ports=12341
[admin@me] ip firewall>
When I do a traceroute from Winbox I get the following:
hop 1 host 10.0.3.1 5ms 3ms 3ms
hop 2 host 10.0.10.10 6ms 5ms 4ms
But when I did it in a new terminal I got this:
[admin@me] tool> traceroute 10.0.10.10
ADDRESS STATUS
1 0.0.0.0 timeout timeout timeout
[admin@me] tool> traceroute 10.0.10.10
ADDRESS STATUS
1 0.0.0.0 timeout timeout timeout
[admin@me] tool>
Which doesn’t make any sense at all to me.