<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Re: RouterOS Questions&#x27; in forum &#x27;Wireless Service Providers&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Re-RouterOS-Questions-22650174</link>
<description></description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 13:51:21 EDT</pubDate>
<lastBuildDate>Sat, 11 Feb 2012 13:51:21 EDT</lastBuildDate>

<item>
<title>Re: RouterOS Questions</title>
<link>http://www.dslreports.com/forum/Re-RouterOS-Questions-22651720</link>
<description><![CDATA[slipstream1 posted : Instead of bridging the backhaul, why not route it. Say you have 192.168.10.0/24 as the IP address range for Mikrotik #2 and you have 192.168.11.0/24 as a subnet of addresses for your backhauls. You would need to do the following:<br>WLAN 5.8 BH on MTIK#1: 192.168.11.1/30 AP BRIDGE<br>WLAN 5.8 BH on MTIK#2: 192.168.11.2/30 STATION<br>Routes on MTIK#1 would be 0.0.0.0/0 Gateway:Address of Cisco<br>Then you will have 3 default routes:<br>1. ether1 connected to cisco<br>2. WLAN 2.4 AP<br>3. WLAN 5.8 BH<br>The following would need to be entered as a static route:<br>DST-192.168.10.0/24 Gateway: 192.168.11.2<br>The gateway on your MTIK#2 would be 192.168.11.1.<br><br>This way you are totally routed across the backhaul and the backhauls are isolated from the 2.4 ap's.<br><br>On masquerade rules, I have always done:<br>chain=srcnat action=masquerade out-interface=wlan 5.8 BH.<br><br>Hope this gives you some other ideas on how to go.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-RouterOS-Questions-22651720</guid>
<pubDate>Fri, 03 Jul 2009 20:48:35 EDT</pubDate>
</item>

<item>
<title>Re: RouterOS Questions</title>
<link>http://www.dslreports.com/forum/Re-RouterOS-Questions-22651105</link>
<description><![CDATA[Killa200 posted : ive managed to get the entire thing patched up as follows:<br><br>Running 2 sets of dhcp /24 blocks on Mikrotik 1, 1 assigned to 2.4ghz, another to 5.8ghz. A masquerade rule for the /16 that those two dhcp allotments fall under. Then Mikrotik 2 has the 5.8ghz card running in station-pseudobridge mode, and that card plus the 2.4ghz card are in a bridge so that Mikrotik 2 can get assign cpe's dhcp addresses from the 1st mikrotik as well as pass traffic.<br><br>All addresses are private except for the 1st mikrotik which has a public ip address bound between Ethernet 1 and the cisco.<br><br>Feel free to comment on a better way... this is just what i managed to get working between google, viperm's comments, and fiddling around myself.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-RouterOS-Questions-22651105</guid>
<pubDate>Fri, 03 Jul 2009 18:19:57 EDT</pubDate>
</item>

<item>
<title>Re: RouterOS Questions</title>
<link>http://www.dslreports.com/forum/Re-RouterOS-Questions-22650783</link>
<description><![CDATA[viperm posted : You also have to make sure to put in a masquerade rule to nat the lan and wan interface..<br><br>so go into Ip/firewall click on nat add a rull in there<br><br>chain=srcnat action=masquerade src-address=192.168.1.0/24 <br>or whatever your LAN ip range is<br><small>--<br>ComTrain Certified Tower Climber. American Tower Certified approved contractor. Wireless consultants.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-RouterOS-Questions-22650783</guid>
<pubDate>Fri, 03 Jul 2009 17:14:37 EDT</pubDate>
</item>

<item>
<title>Re: RouterOS Questions</title>
<link>http://www.dslreports.com/forum/Re-RouterOS-Questions-22650718</link>
<description><![CDATA[viperm posted : Are you going to give out public or private ip addresses to the laptops associating to the aps etc?<br><br>First things first you need to get the WAN workign first to make things easier.<br><br>I assume your going to use interface 1 on the Mikrotik for WAN?<br>If so plug eth port 1 into your CIsco. Log into the Mikrotik with Winbox to make things easy.<br><br>Assign a PUBLIC ip address to your ether 1 interface from winbox make sure you put it in as this form xxx.xxx.xxx.xxx/24 or whatever your netblock of ip's are comign from your CIsco.<br><br>Then go into Ip/routes and add a route destination of 0.0.0.0/0 gateway being yoru cisco lan IP thats connected to the Mikrotik eth one so if mikrotik ethernet1 is configured with ip address 208.79.10.2 then your gateway on the cisco would be 208.79.10.1 Obviosly these ip's I just made up but you get my drift.<br><br>Get that far and see if you can go to tools in winbox and choose ping and see if you can ping an IP address on the net..]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-RouterOS-Questions-22650718</guid>
<pubDate>Fri, 03 Jul 2009 17:00:05 EDT</pubDate>
</item>

<item>
<title>Re: RouterOS Questions</title>
<link>http://www.dslreports.com/forum/Re-RouterOS-Questions-22650401</link>
<description><![CDATA[Killa200 posted : just as an update to where i am at:<br><br>Ive got the dhcp server and a src-net setup on the first RB433. I got a laptop connected to the 2.4ghz ap section of the RB433. It grabs an ip address, gets dns info and gateway info just fine. I can ping items on the wlan side (the RB433) and the wan side (cisco and the server).... but access external addresses or ips. Doing a ping in WinBox on an external ip or address using the WAN port (the Ethernet connected to the cisco) however does ping external addresses and ips. Any ideas there? Or ideas on how to get this setup talking to the second RB433?<br><br>::EDIT:: The laptop can now browse the internet like normal.... helps if my gateway is set to AS and not just S.... lol. I still need some help with the backhaul and AP2 portion of this though]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-RouterOS-Questions-22650401</guid>
<pubDate>Fri, 03 Jul 2009 15:43:20 EDT</pubDate>
</item>

<item>
<title>RouterOS Questions</title>
<link>http://www.dslreports.com/forum/RouterOS-Questions-22650174</link>
<description><![CDATA[Killa200 posted : I am asking this in here as well as me searching all over, as i am supposed to be putting this stuff in today! (Yay me for assuming I had a grasp on all of it).<br><br>I have a setup going in consisting of a T1 line coming out of a cisco router (no dhcp, manual setup of ip's only... which is fine as it only came with 5) and two RB433's with two RB52 cards each. The 1st RB433 is going to run a 2.4ghz ap / 5.8ghz back haul, and grab the internet connection from the cisco router. The second RB433 is going is on the receive end of the 5.8ghz back haul and will be running a second 2.4ghz ap. All shots are clear los.<br><br>I want to get this up routed (trying not to start down a road of bridging) which leads me to my issue. All the crappy how-to stuff on the mikrotik site that i have found shows how to bridge the hell out of everything and assumes your provider either gives you a ton of ip's or you have a dhcp server. How do i go about getting dhcp / nat running correctly on the first RB433 so that it not only handles passing out ip's for AP1, but also the remote AP2?<br> ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/RouterOS-Questions-22650174</guid>
<pubDate>Fri, 03 Jul 2009 14:53:17 EDT</pubDate>
</item>

</channel>
</rss>

