Broadband-Hamnet™ Forum
Welcome Guest   [Register]  [Login]
«StartPrev61626364656667686970NextEnd»
 Subject :Re:WAN/Internet to Mesh access, how does the routing work?.. 2015-05-22- 04:36:44 
K5KTF
Admin
Joined: 2010-01-18- 23:04:04
Posts: 267
Location: 5' from this webserver
  
Forum : General
Topic : WAN/Internet to Mesh access, how does the routing work?

In looking over what is happening and what is wanted, Im thinking if you crank down the subnet on the mesh node WAN/route to only allow ONE IP might give what you want easily.

Try changing 255.255.255.0 to 255.255.255.254 on the node's WAN subnet mask and/or in the static route .

KTF


IP Logged
B-) Jim K5KTF EM10bm Cedar Park, TX :star:
 Subject :Re:Ubiquiti Bullet M2 Firmware Installation Problem.. 2015-05-22- 03:44:08 
KK4DUW
Member
Joined: 2015-04-12- 21:03:13
Posts: 10
Location: Huntsville, AL
Forum : Problems & Answers
Topic : Ubiquiti Bullet M2 Firmware Installation Problem

Hey no worries I just had the Linksyses or is it LinksI handy :) My main connection to the internet was disconnected (both wired and wireless) during the flashing. That makes me think that my initial flashing of the device failed somehow. Perhaps I'm using the wrong .bin file?
IP Logged
 Subject :Re:Sync folders over mesh.. 2015-05-22- 03:35:13 
k5dlq
Member
Joined: 2012-05-11- 08:05:13
Posts: 233
Location: Magnolia, TX USA
 
Forum : Applications
Topic : Sync folders over mesh

Owncloud is decent, but, haven't played with the sync capabilities.

Also, this looks promising:   http://sourceforge.net/projects/freefilesync/


IP Logged
Darryl - K5DLQ
www.aredn.org
 Subject :Re:Sync folders over mesh.. 2015-05-21- 18:55:37 
AB9U
Member
Joined: 2012-03-06- 08:19:44
Posts: 39
Location: Cottonwood, AZ
 
Forum : Applications
Topic : Sync folders over mesh

Hello Matt. I have been doing something similar to what you describe as part of a social media project I am conducting. My test bed solution was to set up one IMAP email server on one node and use a common name email account for all to share. Then I have remote testers set up identical email CLIENT accounts, and use that IMAP client to synchronize across the mesh. Local data can gather on each local client while isolated but when the nodes cluster all the accounts can synchronize, messages, folders and all. Everybody sees everything. Also, folders, messages, etc. can all be shared in real time while everyone is connected. My last remote test was with ZL1FLY in NZ. He and I could work in real time via tunneling so that too is possible. IMAP has a lot of useful "hidden" features that can be made to work in non-traditional email applications. File folder sharing is one of them and automatic "syncing" is another feature that would work well in your application. The email server I use is free and one I've used for years in other applications. It can run on an old laptop in XP and up. Even so it can handle 10000 messages and/or 4GB of data in folders and has full backup capability, mirroring, filters, etc. etc. That laptop can also connect to any one of the nodes in your group and still all of you can share folders and files to your liking. Sound interesting? If you want to try out the concept I have a server online 24 x 7 ready for testing. Come on over and visit AB9U-BASE. There's a brief description on the welcome page and a l-o-n-g description in a link. See if that works for you. If it does, then that also helps in my own research. 73 - Wil.
IP Logged
de Wil - AB9U
 Subject :Re:Sync folders over mesh.. 2015-05-21- 18:10:06 
kb9mwr
Member
Joined: 2010-10-06- 23:04:25
Posts: 54
Location
Forum : Applications
Topic : Sync folders over mesh

You can also look into setting up an OwnCloud server on a Raspberry Pi 2
IP Logged
 Subject :Re:WAN/Internet to Mesh access, how does the routing work?.. 2015-05-21- 14:16:58 
AE4ML
Member
Joined: 2014-06-01- 15:17:42
Posts: 47
Location: Spotsylvania VA USA
 
Forum : General
Topic : WAN/Internet to Mesh access, how does the routing work?

That's why I love Cisco router. ACLs are easy as well as port forwarding. I will have to look into firewall on the node. Thanks
IP Logged
Michael Lussier
AE4ML
 Subject :Re:WAN/Internet to Mesh access, how does the routing work?.. 2015-05-21- 14:10:43 
N6DLH
Member
Joined: 2011-12-27- 20:03:33
Posts: 14
Location: Hampton Virginia
 
Forum : General
Topic : WAN/Internet to Mesh access, how does the routing work?

Mike, Other may be able to chime in here.... If you SSH into the gateway there is a file under /etc/config.firewall.user if you use the line vi /etc/config/firewall.user you can see the information there. Like you I only want certain access to the mesh. You can port forward port 2222 and have access to the SSH into the gateway. Now you have the option of opening port 2222 on the gateway WAN port but keeping it closed on the ISP port to isolate that from the Internet. One thing I have been thinking about doing is trying to keep the port 8080 closed on my ISP router, but using the DHCP ip for the WAN port on the gateway router and opening 8080 to allow me to access the status page on the gateway router. Hopefully from there is will allow access to all the other nodes on the network via 8080 but that is still uncertain to me.
IP Logged
 Subject :Re:WAN/Internet to Mesh access, how does the routing work?.. 2015-05-21- 14:06:39 
N8JJ
Member
Joined: 2014-07-23- 14:46:49
Posts: 15
Location: Beavercreek, Ohio
Forum : General
Topic : WAN/Internet to Mesh access, how does the routing work?

I sent a detailed note to the developers on how to duplicate the problem. I'll see what they say.
IP Logged
 Subject :Re:WAN/Internet to Mesh access, how does the routing work?.. 2015-05-21- 13:53:23 
AE4ML
Member
Joined: 2014-06-01- 15:17:42
Posts: 47
Location: Spotsylvania VA USA
 
Forum : General
Topic : WAN/Internet to Mesh access, how does the routing work?

My setup is a Cisco router with sub interfaces to use my set of VLANs on a Cisco switch.  In this case VLAN 1 is the mesh WAN VLAN and my local LAN is a totally different VLAN and network. That way I can setup INBOUND and OUTBOUND Access control list on the  MESH VLAN and Network  to block access to and from the mesh, Internet and local lan.  The mesh has its own wan network on the router and certain access to the internet and not local LAN.  I have run into the same issues going from the LAN to the mesh. I never got into the firewall on the node yet. I can see having it there as not everyone is savvy enough to setup firewalls outside of the nodes. But there should be instructions as to how to remove, disable or bypass them as needed. Mike AE4ML

IP Logged
Last Edited On: 2015-05-21- 14:00:56 By AE4ML for the Reason
Michael Lussier
AE4ML
 Subject :Re:WAN/Internet to Mesh access, how does the routing work?.. 2015-05-21- 13:37:32 
N6DLH
Member
Joined: 2011-12-27- 20:03:33
Posts: 14
Location: Hampton Virginia
 
Forum : General
Topic : WAN/Internet to Mesh access, how does the routing work?

That seems really strange. There is a firewall on the WAN port of the gateway mesh node. I just went through trying to allow access to a meshed web server. I had to reconfigure the firewall.user file on the mesh gateway to allow the forwarding of port 80.Even one of my main computers access the LAN from a wireless connection, I cannot access the past the gateway mesh by default. So I have that on the mesh via ethernet cable to allow remote administration of the server. Even then I have to unplug the wireless card to get past the local node. I am no expert in this, (So I could be wrong!) but have been playing with them off and on since I could count all the modes on the world map in several minutes. It seems odd to be able to see the LAN from the mesh via the mesh Gateway. Also there should not be a conflict since the the comptuers on the mesh would not use that type of public IP, they should all be on the 10.0.0.0 public Dave N6DLH
IP Logged
 Subject :Re:Ubiquiti Bullet M2 Firmware Installation Problem.. 2015-05-21- 11:24:45 
k5dlq
Member
Joined: 2012-05-11- 08:05:13
Posts: 233
Location: Magnolia, TX USA
 
Forum : Problems & Answers
Topic : Ubiquiti Bullet M2 Firmware Installation Problem

haha. No problem Paul. I certainly wasn't trying to be disrespectful of any person(s). Cory, happy to help. I hope my tips help resolve the issue. 73, Darryl
IP Logged
Darryl - K5DLQ
www.aredn.org
 Subject :Re:Ubiquiti Bullet M2 Firmware Installation Problem.. 2015-05-21- 11:18:27 
KF5JIM
Future Astronaut
Joined: 2013-07-17- 12:13:36
Posts: 250
Location: Nederland
Forum : Problems & Answers
Topic : Ubiquiti Bullet M2 Firmware Installation Problem

I'm sorry, but let us be respectful of people who still use Linksys devices. Linksys routers still have their place and their hardware is no "real-er" than Ubiquiti hardware. Sure Linksys hardware has some limitations over Ubiquiti's, but Linksys nodes are still a great tool for those to use who are interested in learning about mesh networking.

KK4DUW, whatever supported platform you use, we are always happy to help you out!

IP Logged
My opinions and views expressed here are solely my own.
 Subject :Re:Ubiquiti Bullet M2 Firmware Installation Problem.. 2015-05-21- 11:03:18 
k5dlq
Member
Joined: 2012-05-11- 08:05:13
Posts: 233
Location: Magnolia, TX USA
 
Forum : Problems & Answers
Topic : Ubiquiti Bullet M2 Firmware Installation Problem

BTW, glad to see you move to *real* hardware and away from the dark side (LS).  ;-)

I think you will be pleasantly surprised with the Ubiquiti gear.


IP Logged
Darryl - K5DLQ
www.aredn.org
 Subject :Re:Ubiquiti Bullet M2 Firmware Installation Problem.. 2015-05-21- 11:01:54 
k5dlq
Member
Joined: 2012-05-11- 08:05:13
Posts: 233
Location: Magnolia, TX USA
 
Forum : Problems & Answers
Topic : Ubiquiti Bullet M2 Firmware Installation Problem

once flashed (and in "pre-setup" state), the router should be at 192.168.1.1. 1) disconnect your main internet connection if you haven't done so yet) 2) browse to: http://localnode.local.mesh:8080
IP Logged
Darryl - K5DLQ
www.aredn.org
 Subject :Re:Ubiquiti Bullet M2 Firmware Installation Problem.. 2015-05-21- 10:56:02 
KK4DUW
Member
Joined: 2015-04-12- 21:03:13
Posts: 10
Location: Huntsville, AL
Forum : Problems & Answers
Topic : Ubiquiti Bullet M2 Firmware Installation Problem

When the DHCP is set to auto I get assigned 192.168.1.9 which is different from what I assigned to it before flashing. When I did the Linksys routers my assigned address was 172.x.x.x, I would think I'd get a similar designation with the M2. On a side note, I am not able to ping 192.168.1.20.
IP Logged
 Subject :Re:Ubiquiti Bullet M2 Firmware Installation Problem.. 2015-05-21- 10:48:18 
KK4DUW
Member
Joined: 2015-04-12- 21:03:13
Posts: 10
Location: Huntsville, AL
Forum : Problems & Answers
Topic : Ubiquiti Bullet M2 Firmware Installation Problem

I think so, but I'll give it another try and verify that it is reset.
IP Logged
 Subject :Re:Ubiquiti Bullet M2 Firmware Installation Problem.. 2015-05-21- 09:32:15 
k5dlq
Member
Joined: 2012-05-11- 08:05:13
Posts: 233
Location: Magnolia, TX USA
 
Forum : Problems & Answers
Topic : Ubiquiti Bullet M2 Firmware Installation Problem

did you reset your IP address settings on your PC after (initial flashing) back to DHCP?
IP Logged
Darryl - K5DLQ
www.aredn.org
 Subject :Ubiquiti Bullet M2 Firmware Installation Problem.. 2015-05-21- 06:06:01 
KK4DUW
Member
Joined: 2015-04-12- 21:03:13
Posts: 10
Location: Huntsville, AL
Forum : Problems & Answers
Topic : Ubiquiti Bullet M2 Firmware Installation Problem

I've setup 2 of the Linksys routers, so I figured I'd try my hand on a Ubiquiti Bullet M2.  I'm following the instructions on https://www.youtube.com/watch?v=Dz3VOvhforg


I successfully flashed the new firmware (bbhn-3.1.0-ar71xx-generic-ubnt-bullet-m-squashfs-factory.bin) into the unit and change my network setting back to automatically obtain an IP.  But I get a timeout when trying to go to localnode:8080.


Any ideas where I'm going wrong with this one?

IP Logged
 Subject :Re:Sync folders over mesh.. 2015-05-21- 04:30:32 
K0JBH
Member
Joined: 2014-12-09- 20:24:11
Posts: 2
Location: KC,KS
Forum : Applications
Topic : Sync folders over mesh

Sorry, I have no knowledge regarding rsync....however.... Would a solution like bittorrent sync work? If you limited it to LAN only... your device would wait and wait until you were on the same LAN (read MESH NET) and then it would sync? I have run this program on my RPi successfully for more than a year. It has always been on the WAN, but I don't see why you couldn't use it in the way you are wanting. http://forum.bittorrent.com/topic/25097-any-way-to-limit-only-to-lan/ Ben K0JBH
IP Logged
 Subject :Sync folders over mesh.. 2015-05-21- 00:05:27 
KD2HKB
Member
Joined: 2014-10-29- 19:07:29
Posts: 6
Location
Forum : Applications
Topic : Sync folders over mesh

Hi All,

There's a small group of hams near me that are interested in mesh networking. I'm trying to do what I can to make things happen.

One application we are looking for is the ability to sync a folder over the mesh network. I know there's rsync, but since I've never used it, I wanted to ask some questions. To start off with, let me try to explain the setup we're aiming for. Several of us would like to setup Raspberry Pi file servers and have the contents of (/share) folder synced between nodes. Unfortunately, there is no RF links, nor tunnel links between these nodes while we are all at our QTH's. We do meet up once-in-a-while for breakfast, tech discussions & such and would like it if the nodes in our vehicles, once they see each other, would automatically start to sync the data.

We each add files to the folder under our own subfolder (eg, /share/george, /share/matt etc) and will likely have another RPi file server at our QTH. We just need to figure out the best way to sync the data when links are available.

Questions: Is there a way to setup rSync so that it will sync once a rf link is present? How would that be done? The only way I know of (again, with little to no knowledge of rSync) is to setup a cronjob to sync the files every 5 minutes or so. The task will simply fail if no link is present (I think). Furthermore, if we do setup a tunnel between nodes, or if an RF link is present for several hours/days, we'd only need to sync these files (likely) no more than once a day.

Any suggestions are greatly appreciated.

73

Matt KD2HKB

IP Logged
Page #  «StartPrev61626364656667686970NextEnd»


Powered by ccBoard


SPONSORED AD: