<html><div style='background-color:'><DIV class=RTE>
<P>Thanks this did the trick! I managed to reverse the firewall and forward a port to my webserver.</P>
<P>Now I just need to get the senao, various pigtails and boxes and apply for an address allocation. Where&nbsp;do I apply for one?</P>
<P>Thanks,<BR>Asela Fernando<BR></P></DIV>
<DIV></DIV>
<DIV></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #a0c6e5 2px solid; MARGIN-RIGHT: 0px"><FONT style="FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif">
<HR color=#a0c6e5 SIZE=1>

<DIV></DIV>From:&nbsp;&nbsp;<I>"David Ashburner" &lt;d_ashburner@hotmail.com&gt;</I><BR>To:&nbsp;&nbsp;<I>melbwireless@wireless.org.au</I><BR>Subject:&nbsp;&nbsp;<I>Re: [MLB-WIRELESS] Routing Confusion!</I><BR>Date:&nbsp;&nbsp;<I>Fri, 20 Jan 2006 22:09:16 +0000</I><BR>MIME-Version:&nbsp;&nbsp;<I>1.0</I><BR>X-Originating-IP:&nbsp;&nbsp;<I>[144.133.95.52]</I><BR>X-Originating-Email:&nbsp;&nbsp;<I>[d_ashburner@hotmail.com]</I><BR>X-Sender:&nbsp;&nbsp;<I>d_ashburner@hotmail.com</I><BR>Received:&nbsp;&nbsp;<I>from www.wireless.org.au ([202.161.127.82]) by bay0-mc8-f10.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 20 Jan 2006 14:11:54 -0800</I><BR>Received:&nbsp;&nbsp;<I>from www.wireless.org.au (www [127.0.0.1])by www.wireless.org.au (8.13.1/8.13.1) with ESMTP id k0KM9PAF030161;Sat, 21 Jan 2006 09:09:38 +1100</I><BR>Received:&nbsp;&nbsp;<I>from hotmail.com 
(bay101-f38.bay101.hotmail.com [64.4.56.48])by www.wireless.org.au (8.13.1/8.13.1) with ESMTP id k0KM9Jln030153for &lt;melbwireless@wireless.org.au&gt;; Sat, 21 Jan 2006 09:09:19 +1100</I><BR>Received:&nbsp;&nbsp;<I>from mail pickup service by hotmail.com with Microsoft SMTPSVC;Fri, 20 Jan 2006 14:09:17 -0800</I><BR>Received:&nbsp;&nbsp;<I>from 64.4.56.200 by by101fd.bay101.hotmail.msn.com with HTTP;Fri, 20 Jan 2006 22:09:16 GMT</I><BR>&gt;<BR>&gt;Hi Asela,<BR>&gt;<BR>&gt; &gt;From: "Asela Fernando"<BR>&gt; &gt;<BR>&gt; &gt;I've installed OpenWRT WhiteRussian RC4 on the R100, disabled the firewall,<BR>&gt; &gt;broke the bridge between the radio and the LAN ports and configured the WAN<BR>&gt; &gt;port.<BR>&gt;Have you got IP forwarding configured?<BR>&gt;cat /proc/net/ipv4/ip_forward should be 1<BR>&gt;It may be that the init.d script that sets forwarding up is sopmeting you<BR>&gt;moved 
/ disabled.<BR>&gt;but more likely it's because other machines do not know that the R100 is a<BR>&gt;gateway between the two network segments.<BR>&gt;<BR>&gt; &gt;Until I hit this wall:<BR>&gt; &gt;A Computer connected to the R100 (via lan or radio), cannot communicate at<BR>&gt; &gt;all with a computer connected to the Wl500G, and vice versa.<BR>&gt; &gt;A Computer connected to the radio, cannot communicate with a computer on<BR>&gt; &gt;the<BR>&gt; &gt;lan ports of the R100 and vice versa.<BR>&gt; &gt;This would be because each interface has different subnets.<BR>&gt; &gt;Now I just need to figure out how to route between them.<BR>&gt; &gt;<BR>&gt;The problem is more likely not the router between the networks but the other<BR>&gt;machines oneither segment not knowing that the router is there.<BR>&gt;<BR>&gt;ON your private LAN&nbsp;&nbsp;the PC , Webserver etc. probably all use the 
WL500G as<BR>&gt;the default route.&nbsp;&nbsp;They send packets to the 10.10.130.0 network to that<BR>&gt;machine for forwarding and it drops them ( or sends them down the cable<BR>&gt;connection) because it ddoes not know where the 10.10.x.x network is.<BR>&gt;<BR>&gt;On your MW LAN ( the 10.10.130.0)&nbsp;&nbsp;the machines you connect will probably<BR>&gt;have the R100 as the default route ( that's OK) so your ping etc.&nbsp;&nbsp;gets<BR>&gt;routed to the destination machine but the response back gets lost.<BR>&gt;<BR>&gt; &gt;So I just need some step by step instructions to setup routes between the<BR>&gt; &gt;interfaces on the R100, and to get a firewall up to protect the WAN port of<BR>&gt; &gt;the R100 which links my home network to MW, setup DHCP to hand out IPs to<BR>&gt; &gt;clients connecting via the Senao and DNS and give access to port 80 on my<BR>&gt; &gt;webserver to 
people on MW.<BR>&gt;<BR>&gt;Routing first.<BR>&gt;Easiest thing to try is to set up a route entry on the WL500G so when it<BR>&gt;gets packets for 10.10.130.0 it knows where to send them.<BR>&gt;first add the gateway machine to the table<BR>&gt;route add -host 192.168.1.4&nbsp;&nbsp;vlan1&nbsp;&nbsp;&lt;- or whatever the interface used for<BR>&gt;192.168.1.0 is<BR>&gt;then add the network<BR>&gt;route add -net 10.10.130.0 netmask 255.255.255.0&nbsp;&nbsp;gw 192.168.1.4<BR>&gt;then try to ping the 10.10.130.18 from the WL500G - that shoud now work<BR>&gt;Other machines on your 192.168.1.0 network should also be able to<BR>&gt;communicate to the 10.,10.130.0 network. and vice versa.<BR>&gt;<BR>&gt;Then the firewall.<BR>&gt;Your set -up is exactly the same as mine ( well, I use 2 WRT54&nbsp;&nbsp;) . You<BR>&gt;could try the MW Router project hotspot package on the R100. It will set 
up<BR>&gt;yout iptables the way you need them and put in place the firewall between<BR>&gt;your MW (public) segment and your provate segment.<BR>&gt;<BR>&gt;http://www.melbournewireless.org.au/wiki/?MWRPHotspot<BR>&gt;<BR>&gt;I can walk you through installation and configuration, when you are ready to<BR>&gt;try it.<BR>&gt;<BR>&gt;but not today - I'm off to the beach :)<BR>&gt;cheers, dna<BR>&gt;<BR>&gt;<BR>&gt;_______________________________________________<BR>&gt;Melbwireless mailing list<BR>&gt;Melbwireless@wireless.org.au<BR>&gt;http://wireless.org.au/mailman/listinfo/melbwireless<BR></FONT></BLOCKQUOTE></div></html>