<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<div class="moz-cite-prefix">On 2014-04-10 19:03, Bart Kus wrote:<br>
</div>
<blockquote cite="mid:53474D78.8050104@bartk.us" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<br>
Yes, absolutely sure:<br>
</blockquote>
Ok, just checking<br>
<br>
<blockquote cite="mid:53474D78.8050104@bartk.us" type="cite"> Can
you show your modem's routing table and firewall here? (/ip route
print; /ip firewall export)<br>
</blockquote>
<br>
<font color="#3333ff"><small><tt> > /ip route print</tt><tt><br>
</tt><tt>Flags: X - disabled, A - active, D - dynamic, C -
connect, S - static, r - rip, b - bgp, o - ospf, m - mme,</tt><tt><br>
</tt><tt>B - blackhole, U - unreachable, P - prohibit</tt><tt><br>
</tt><tt> # DST-ADDRESS PREF-SRC
GATEWAY DISTANCE</tt><tt><br>
</tt><tt> 0 ADS 0.0.0.0/0
44.24.240.161 1</tt><tt><br>
</tt><tt> 1 ADC 44.24.240.160/28 44.24.240.173
wlan1-gateway 0</tt><tt><br>
</tt><tt> 2 ADC 192.168.0.0/18 192.168.3.251
ether1-local 0</tt><tt><br>
</tt><tt><br>
</tt><tt>> /ip firewall export</tt><tt><br>
</tt><tt># apr/10/2014 19:20:59 by RouterOS 6.10</tt><tt><br>
</tt><tt># software id = LTNR-CTND</tt><tt><br>
</tt><tt>#</tt><tt><br>
</tt><tt>/ip firewall filter</tt><tt><br>
</tt><tt>add chain=input comment="default configuration"
protocol=icmp</tt><tt><br>
</tt><tt>add chain=input comment="default configuration"
connection-state=established</tt><tt><br>
</tt><tt>add chain=input comment="default configuration"
connection-state=related</tt><tt><br>
</tt><tt>add chain=input dst-port=53 in-interface=wlan1-gateway
protocol=udp</tt><tt><br>
</tt><tt>add chain=input dst-port=53,80
in-interface=wlan1-gateway protocol=tcp</tt><tt><br>
</tt><tt>add action=drop chain=input comment="default
configuration" in-interface=wlan1-gateway</tt><tt><br>
</tt><tt>add chain=forward comment="default configuration"
connection-state=established</tt><tt><br>
</tt><tt>add chain=forward comment="default configuration"
connection-state=related</tt><tt><br>
</tt><tt>add chain=forward dst-port=53
in-interface=wlan1-gateway protocol=udp</tt><tt><br>
</tt><tt>add chain=forward dst-port=53,80
in-interface=wlan1-gateway protocol=tcp</tt><tt><br>
</tt><tt>add action=drop chain=forward comment="default
configuration" connection-state=invalid</tt><tt><br>
</tt><tt>/ip firewall mangle</tt><tt><br>
</tt><tt>add action=change-mss chain=output new-mss=1378
protocol=tcp tcp-flags=syn tcp-mss=!0-1378</tt><tt><br>
</tt><tt>add action=change-mss chain=forward new-mss=1378
protocol=tcp tcp-flags=syn tcp-mss=!0-1378</tt><tt><br>
</tt><tt>/ip firewall nat</tt><tt><br>
</tt><tt>add action=masquerade chain=srcnat comment="default
configuration" out-interface=wlan1-gateway
to-addresses=0.0.0.0</tt><tt><br>
</tt><tt>add action=masquerade chain=srcnat dst-port=53
out-interface=ether1-local protocol=udp
to-addresses=192.168.0.250</tt><tt><br>
</tt><tt>add action=masquerade chain=srcnat dst-port=53,80
out-interface=ether1-local protocol=tcp
to-addresses=192.168.0.250</tt><tt><br>
</tt><tt>add action=dst-nat chain=dstnat dst-port=53
in-interface=wlan1-gateway protocol=udp
to-addresses=192.168.0.250</tt><tt><br>
</tt><tt>add action=dst-nat chain=dstnat dst-port=53,80
in-interface=wlan1-gateway protocol=tcp
to-addresses=192.168.0.250</tt></small></font><br>
<br>
Happy hunting ...<br>
<br>
<br>
</body>
</html>