Broadband-Hamnet™ Forum
Welcome Guest   [Register]  [Login]
«StartPrev281282283284285286287288289290NextEnd»
 Subject :Re:Connect MESH node to local network.. 2013-11-05- 16:35:56 
K5KTF
Admin
Joined: 2010-01-18- 23:04:04
Posts: 266
Location: 5' from this webserver
  
Forum : Problems & Answers
Topic : Connect MESH node to local network

W5LMM, I feel your pain.

My LAN used to be 10.X.Y.Z, until I got into mesh.

There is no real way around it, and I ended up changing my entire lan to a 192.168.X.Y for it to work (about 30 devices to change the 1st 3 octets !). You might be able to use the 172.X.Y.Z, as long as it doesnt conflict with 172.27.0.X, the default NAT LAN on every node.

With it this way, I can add static routes and let ANYTHING on my LAN talk to anything on the mesh and vice versa. If you are on my mesh, you can hit my webserver, mailserver, WL2K server, VoIP system, etc.

If you go look under Applications for the Mesh in the menu here to the left, then hit the Towercam over mesh, that is a cam, up 50', attached to K5KTF-50foot, which then comes down via mesh, across my LAN, over to the webserver in the corner, and out to you, LIVE and STREAMING..

Yes, it sucked getting off the 10 network, but well worth it in the end.

73

KTF



IP Logged
B-) Jim K5KTF EM10bm Cedar Park, TX :star:
 Subject :IRLP via mesh.. 2013-11-05- 11:50:34 
KC0MYW
Member
Joined: 2013-10-31- 08:44:22
Posts: 2
Location
Forum : VoIP
Topic : IRLP via mesh

I've seen reference to using IRLP over the mesh and am actually starting to think of a couple of situations where this might be quite convenient. I've had some moderately extensive to IRLP but am new to the mesh.

 

I haven't experimented with it yet, but here is what I know and understand and the scenario as I see it:

 

This IRLP node will have to be connected to a hsmm-mesh node (we will call this mesh node A). At some point, there are/will be other ways to integrate into the mesh more directly, but for the sake of this discussion let's declare that the only way to be a part of the mesh is by using a WRT54 device flashed with the hsmm-mesh firmware.

 

The mesh node that the IRLP node is connected to (mesh node A) may be using NAT or Direct mode. If the mesh node is in direct mode, no port forwarding will be required on that mesh node. If the mesh node is using NAT, the appropriate ports will need to be forward per IRLP specs from the mesh node to the IP of the IRLP node.

 

The other consideration then is the mesh node somewhere else in the mesh connected to the internet (mesh node B). The appropriate ports on that mesh node will need to be forwarded from the interface connected to the internet (WAN or LAN) to the mesh IP of the IRLP node. This will be the IP of the IRLP node itself if mesh node A is in direct mode, otherwise if mesh node A is in NAT mode then it will be the IP of the mesh node.

 

It is my understanding that if the “Mesh Gateway” box is checked on mesh node B, this is all that would be required and everything should work just fine. The “Mesh Gateway” advertises an internet connection that the IRLP node can use for it's outgoing connections and the port forwarding provides for the incoming connections.

 

I have two questions regarding this setup though. The first is whether there is a way to allow the outgoing requirements for the IRLP node without broadcasting “Mesh Gateway” and opening the internet connection for the rest of the mesh. The second question is somewhat related and is if there is some way to force mesh node A or the IRLP node to use mesh node B for an internet connection and simply fail, and try again later if mesh node B is unreachable or no longer has an internet connection.

 

Due to the way IRLP works, if the IRLP node were to have access to the internet via multiple “Mesh Gateways” the public internet address of the IRLP node would change each time a different gateway was used and I am certain that there would be undesired results. Also, the port forwarding for the IRLP node would need to be set at each mesh gateway or else a successful IRLP connection would not be able to be made using that gateway.

 

Anyone have any experience or insight into using the mesh as a way to get internet access to an IRLP node? Thoughts, comments, and suggestions are appreciated.

IP Logged
 Subject :Mesh Time.. 2013-11-05- 11:18:27 
KC0MYW
Member
Joined: 2013-10-31- 08:44:22
Posts: 2
Location
Forum : General
Topic : Mesh Time

This post is going to get way too long anyway, so I am going to skip any discussion regarding the importance of accurate timekeeping or reasons for wanting it.

 

While it is nice that the nodes will update with ntp servers when they have access to an internet connection, I think it would be nice for them to be able to get a time-set without a connection to the actual Internet.

 

I haven't done any extensive testing or experimenting just yet and this is my first foray into NTP aside from using it on nearly all of my machines pointing to pool.ntp.org to keep time set. My admittedly limited research has given me some education into some of the terms and methods of NTP. For those who are unfamiliar with it:

- There are 16 “valid” levels of NTP (0-15) referred to as strata, NTP stratum 16 is used to refer to a device that is considered unsynchronized.

- A GPS is considered a Stratum 0 time source and can be used as a reference clock for NTP.

- A machine connected to a GPS and set to serve time to the network would be considered a Stratum 1 NTP Server. Stratum 1 servers may peer with other stratum 1 servers for sanity checking and backup. These are considered primary time servers.

- Stratum 2 are machines that are synchronized over a network to stratum 1 servers. Often a stratum 2 computer will query several stratum 1 servers. Stratum 2 computers may also peer with other stratum 2 computers to provide more stable and robust time for all devices in the peer group.

- Stratum 3-15 are the same as Stratum 2, using the level above and peering with others at the same level to get their time and acting as a server for devices in the next level down.

 

What I'm thinking of is a GPS connected to a computer (the Stratum 1 server) connected to the mesh. My initial thought is that this would be a great use for a Raspberry Pi, but I do not yet have one for testing and will be using another old computer I had lying around and an older GPS that I'm not currently using for some testing/proof of concept. I currently have the machine getting it's time from the GPS but have not done any testing beyond that.

 

In the simplest form, the configuration of a mesh node would be edited to point to this NTP server, and all would be complete; no big deal. I've even seen the configuration file on a mesh node that would need to be edited. However, this doesn't keep in the spirit of the self-configuring aspect of hsmm-mesh and also would require each node in the mesh to be configured to point to each NTP server (at least until 2-4 are active in the config file) as it is brought online. These additions to the configuration file would then be irrelevant when that server leaves the mesh.

 

Starting with NTPv4, the Manycast Scheme was added, and this looks promising for use in the mesh. There are also Broadcast and Multicast Schemes, but at this point and from the information I was reading I think Manycast looks most promising for our purposes here.

 

So my vision then is that users can have a GPS connected to a computer (I've seen tutorials for using a Raspberry Pi as a NTP server like this) and then configure it for the Manycast protocol. Get 2, 3, 4, or even more of these throughout the mesh as the Stratum 1 servers. They can automatically detect and peer with each other.

 

The second step would be to have the hsmm-mesh nodes look to these servers to set their own time. I'm not sure if the implementation of NTP that the firmware currently uses supports manycast or if there is some reason that ntpd is not the default, but I have notice ntpd in the available packages list and will likely be using that as I continue experimenting. Ideally, the node itself will use manycast and find the Stratum 1 servers described above and also have fallback to the pool.ntp.org servers in the event that an internet connection is available and none of the described Stratum 1 servers are. For the time-being, each node will have to be individually configured to support this implementation. Perhaps and ideally, if we get this working well, future versions of the firmware will have this as the default setup, eliminating the need to make this change on each node.

 

The third thing, and this might be a bit of a stretch/pipe-dream would be that once the hsmm-mesh node receives a time-set, it determines it's stratum (stratum 2 if from a stratum 1 on the mesh, stratum 3 if from stratum 2s on the mesh but no stratum 1 or whatever it would be from pool.ntp.org) and becomes an NTP server itself. Would have to make sure that it does not become a server until it receives a time-set from somewhere else though.

 

Extrapolate on this a bit and we see that then devices connected to the mesh (IP cameras, IP Phones, Laptops, etc) could be pointed at the mesh node they connect to for the NTP time and not need to support manycast or know the name/IP of a NTP server, and if they did support manycast they too could get the time directly from the stratum 1 server itself.

 

If we can get this working, it would support the philosophy that mesh nodes (and the GPS connected computers attached to them) would be able to join and leave the mesh and provide improved time-keeping while they are there without causing major disruptions when they leave. It would also allow for a level of redundancy that would scale well without requiring central administration (that might occasionally be unreachable from certain areas of the mesh)

 

So now that I've gotten this far, if you're not completely confused, if this seems like a reasonably feasible idea, and if I'm not completely mistaken on how things work, has someone already gotten something like this already setup? Is there anyone around interested in assisting with some collaboration and experimenting?

 

The lack of consistent time across the nodes of the mesh has kinda bothered me since I started reading and learning about hsmm-mesh and I am only just now starting to experiment with the mesh and learn about some of the inner workings. Please, share your thoughts, ideas, and comments regarding this and thank you for taking the time to read it.

IP Logged
 Subject :Re:Houston Mesh Networking.. 2013-11-05- 11:13:15 
AC0LV
Member
Joined: 2013-10-19- 10:52:49
Posts: 9
Location
Forum : General
Topic : Houston Mesh Networking

Please do post milestones. I'm looking forward to your solution for a self-contained, rapidly deploy-able, solar powered, affordable mesh node. I'd rather copy a good design than reinvent the wheel. Regards, Bill AC0LV
IP Logged
 Subject :Mesh Plan Critique Please!.. 2013-11-05- 11:06:31 
AC0LV
Member
Joined: 2013-10-19- 10:52:49
Posts: 9
Location
Forum : General
Topic : Mesh Plan Critique Please!

Hello,

Let me start out by saying that I am very new to the Broadband Hamnet solution and mesh networking in general.  My experience to date consists of converting 4 Linksys routers (I had to bring one back from a brick) and running them throughout the house.  I have been able to successfully connect an internet gateway and have setup a v5 router (running stock Linksys firmware) as a wireless access point to one of the nodes.  I plan on experimenting with IRC chat, integrating with the home LAN, adding a file server and other solutions that others have previously setup. Unfortunately there are no other active nodes in Minneapolis so experimenting with range and antennas is on the back burner until I get more familiar with the firmware aspects of the technology.

That said, in the summer I volunteer for a Search and Rescue organization in North Idaho that provides communication support for local multisport events (triathalon, marathon, mountain bike races).  The organization has only used VHF radios and these can be unreliable (especially the 5W HT's) in the remote areas of the events.  My thought is that a mesh hinternet would be just the thing to improve voice communication and allow for adding video communication.  It's a pretty ambitious idea.  

What I'm hoping for from the group is an assessment of and help with building a mesh plan.  In the attached Google Earth .kmz file I have mapped out the locations that I want to connect.  In the file the push-pins labeled AS #x are aid stations on the course.  The main location is the Command Post (CP) located at the finish line by a local resort.  The goal is to tie these 11 locations together.  

To facilitate the linking I have picked 5 additional locations to put nodes.  Three nodes are on high points that surround the event course.  Two nodes are on high points that look down on the CP and which are visible to the 3 perimeter nodes. I have plotted paths and checked if they have line of sight and all look pretty good (a couple are iffy and are labeled with ??).

Since I have no field experience I'd like feedback if people think this is even feasible.  Some things I am worried about

  • Is 16 nodes too many?
  • The perimeter nodes need to hit other nodes in a field of vision that is 60, 90 and, in one case, nearly 180 degrees - is this even feasible?  
  • How do you keep from having a choke point? I'm worried about the CP node.  I figured if it was visible from only one perimeter node then that path has to carry all inbound traffic from all the course nodes.  For this reason I thought adding a couple of nodes with view to the CP and the other perimeter nodes would give alternate routes and help relieve congestion.  Is this a good idea or does it cause more problems that it would solve?

I will not be able to experiment on-site until next June.  The first event is the end of August so there is some time to try out antennas and locations.  The winter will be spent acquiring more nodes and assembling weatherproof, battery powered, portable mesh node/WAPs so there is plenty of work to do.

Thanks for any and all replies.  

Bill

AC0LV

IP Logged
 Subject :Re:Reset router to default password.. 2013-11-05- 08:40:59 
ke7rip
Member
Joined: 2013-07-07- 01:53:59
Posts: 13
Location
 
Forum : General
Topic : Reset router to default password

On my routers [2] i forgot the password and used the telnet "fail safe" method to change them. I wrote down the password on the router. Reread all the instructions and made sure i followed all the instructions to make sure the password changes were saves. For a couple months the passwords stayed what i changed them to. Now i try to log onto them after letting them sit a while and I cant log in. So i telnet into the router and change it back. I can log on to one router now. The other is already mounted as i had no need to change any of their settings. Any one else heard of a similar situation? 1>Could the onboard files get corrupted over time so that the password gets degraded? 2>I suppose i can't rule out getting hacked. Highly unlikely though as the second routher for my go kit has been powered off for the last 4-5 weeks.
IP Logged
 Subject :Re:Connect MESH node to local network.. 2013-11-05- 07:31:05 
W5LMM
Member
Joined: 2012-02-13- 18:18:04
Posts: 126
Location: Albuquerque, NM
 
Forum : Problems & Answers
Topic : Connect MESH node to local network

UGH.. My private network is 10.19.66.X, so the routing is going to be VERY problematic for me considering the mesh wants to use 10.X.X.X addresses! I want to be able to seamlessly access the MESH from my LAN, but am having a hard time figuring out how to do so with this stumbling block.
IP Logged
 Subject :Re:Greetings Rocket City Meshers!.. 2013-11-05- 03:06:37 
kv4pc
Member
Joined: 2013-09-30- 20:06:03
Posts: 47
Location: Madison, AL
 
Forum : Huntsville AL
Topic : Greetings Rocket City Meshers!

Scott: Hi! We are running a Google Group called hsv_bbhn. Contact me at kv4pc (at) qsl (dot) net and I will make sure you get an invite, and try to give you a fill on recent events. 73; Bob KV4PC
IP Logged
 Subject :Re:Greetings Rocket City Meshers!.. 2013-11-05- 02:37:22 
N4JN
Member
Joined: 2013-11-04- 22:16:58
Posts: 1
Location: Huntsville, AL
Forum : Huntsville AL
Topic : Greetings Rocket City Meshers!

Hi. This is Scott, N4JN. I found a reprogrammable WRT54G at a yard sale this past weekend and would love to start experimenting some. I'm down in south Huntsville and not exactly in a high spot so it may take some creativity for me to get involved. Hope to talk to you all soon.
IP Logged
 Subject :Hamnet in Europe.. 2013-11-03- 20:28:42 
sp2ong
Member
Joined: 2013-10-30- 10:57:25
Posts: 72
Location
Forum : General
Topic : Hamnet in Europe

Hi,

We have plan to built high speed network for hams. I have found 2 solution

- Europe Hamnet v2.0 http://hamnetdb.net (database of hosts  Hamnet) where use mostly Mikrotik Devices with Point-to-Point Links. and hardware ubiquiti other page in english :  http://db0fhn.efi.fh-nuernberg.de/doku.php?id=projects:wlan:hamnet  and http://de.ampr.org/dokumentation/hamnet

Map of EU Hamnet http://hamnetdb.net/mapwindow.cgi?as=64695&site=

- Broadband Hamnet (Mesh Nodes) where is use routers like wrt54 etc with replaced firmware.

It will be interesting to more compare 2 solutions on one page with name http://hamnet.ampr.org

whre will be useful information for other countries which decide about  kind of hamnet network to use.


73 Waldek sp2ong

 

IP Logged
Last Edited On: 2013-11-03- 22:47:27 By sp2ong for the Reason
 Subject :Re:Raspberry Pi/Gumstix.. 2013-11-03- 13:24:12 
w8iss
Member
Joined: 2012-01-17- 07:29:35
Posts: 42
Location: Lincoln Park, MI - EN82jg
Forum : Hardware
Topic : Raspberry Pi/Gumstix

Hello everyone.


Just an update from here :)


Just updated the OS (raspbian) on My Pi and loaded up the hsmm-pi software.


Everything seems to be working nicely even after a couple of reboots that I needed to do to get some software to work that I wanted on it. Did this at the local library this afternoon and the software found my wifi usb card (a Airlink Awl3205 if I remember correctly) and did a scan and saw all the other access points that the library uses plus a few others.


Now to go and update the firmware on both of my wrt54g v.2 routers and see how they talk.


Found out how to get a ntp server up and running on the Pi using a gps for the time bas. Going to be a nice addition to my own personal network here :)


Seriously considering another Pi for the car for mobile and rovering.


James W8ISS

Lincoln Park, MI

EN82jg

IP Logged
 Subject :Re:Hello all... 2013-11-03- 05:07:15 
kc8jpz
Member
Joined: 2013-10-28- 16:17:15
Posts: 3
Location: Columbus,Ohio
 
Forum : Central Ohio
Topic : Hello all.

KD8USI, I would like to chat with you sometime. Maybe Coordinate some testing or just talk hsmm. Send me an email when you get a chance. jimshyrigh@gmail.com 73 Jim/KC8JPZ
IP Logged
 Subject :Re:Using the Linksys SPA1001 for Raspberry-Asterisk PBX.. 2013-11-02- 18:29:43 
KI6WDY
Member
Joined: 2013-07-15- 13:27:16
Posts: 14
Location
Forum : VoIP
Topic : Using the Linksys SPA1001 for Raspberry-Asterisk PBX

Got one now


IP Logged
 Subject :Re:Dayton Hamvention 2014.. 2013-11-02- 06:17:21 
N8ONW
Member
Joined: 2013-10-01- 19:35:31
Posts: 9
Location: Hagerstown, MD
Forum : General
Topic : Dayton Hamvention 2014

Well, they MIGHT be able to reach each other.
IP Logged
 Subject :Re:Dayton Hamvention 2014.. 2013-11-02- 04:11:36 
N8VSI
Member
Joined: 2013-10-04- 11:50:24
Posts: 3
Location
Forum : General
Topic : Dayton Hamvention 2014

I will be attending with the Feld Hell Club, and I intend to have a node up & running at HamVention. I'll be out in the flea market, our space the last few years have been FE4034 - FE4038 http://www.pcboard.ca/hamvention2013/flea_market_map_2013.pdf
IP Logged
 Subject :Re:no dhcp.. 2013-11-01- 18:43:44 
w7snk
Member
Joined: 2013-10-10- 15:15:30
Posts: 2
Location
Forum : Bugs
Topic : no dhcp

Ok I guess I posted a bit premature... but instead of deleting it, I will explain what I did to fix it

First Set your ip address static to 192.168.1.2 sumnet 255.255.255.0
Power off router and plug back in.
Now my router doesn't have the DMZ light. Instead the Wireless light will turn on while the power light is flashing.
At that point is when you press and hold the reset button until the wireless light (or DMZ light) start to blink
Now open a command prompt and enter "telnet 192.168.1.1"
Then type "Mount_root"
root@(none):/#
then type "uci get network.lan.ipaddr"
it will then give you an IP address. In my case it was "172.27.0.2"
Power cycle your router.
Set your computer to a static address in the same subnet ie. 172.27.0.xx (24)
subnet is still 255.255.255.0
default gateway 172.27.0.2

Now in your web browser enter 172.27.0.2:8080 (or what ever the system told you the ipaddress was


From here you can change the nat settings I found out as a router it doesn't hand out dhcp

IP Logged
Last Edited On: 2013-11-01- 18:48:15 By w7snk for the Reason corrected tabbing and added edit reason
 Subject :no dhcp.. 2013-11-01- 18:17:01 
w7snk
Member
Joined: 2013-10-10- 15:15:30
Posts: 2
Location
Forum : Bugs
Topic : no dhcp

I changed the setup to mesh AP (or something like that) after reboot it no longer gives out Dhcp

the model is a wrt54gs-tm  (tmobile version of the gsv3) there is no DMZ light. it was working fine until I changed that setting. Suggestions?

IP Logged
 Subject :Re:Niagara on Board.. 2013-10-30- 11:08:32 
ve1xt
Member
Joined: 2013-10-20- 07:57:14
Posts: 3
Location: Nova Scotia
 
Forum : General
Topic : Niagara on Board

Hi Kevin :) We are pretty much in the same boat here. Still in the learning / testing phase. I too am hoping to get something going before the holidays. Good luck with your network :) 73 ve1xt
IP Logged
VE1XT
Website - http://ddentremont.com
 Subject :Re:Niagara on Board.. 2013-10-30- 10:53:40 
Va3KGS
Member
Joined: 2013-10-06- 18:50:58
Posts: 3
Location: Fonthill, (Niagara Falls Area)
Forum : General
Topic : Niagara on Board

Hi Anthony When I get the antenna up and able to rotate it (By end of November) I will look for your signal from across the lake. We are also looking at installing a node at one of our repeater sites which has a good footprint from here in Fonthill. I will let you know when we are ready to fire things up. Cheers Kevin, va3kgs
IP Logged
 Subject :Re:Niagara on Board.. 2013-10-30- 10:50:12 
Va3KGS
Member
Joined: 2013-10-06- 18:50:58
Posts: 3
Location: Fonthill, (Niagara Falls Area)
Forum : General
Topic : Niagara on Board

Hi Dennis Thanks for the flowers. we have only programmed two units so far. nothing in the air yet. hoping by end of November to make our first contact with Mike Ve3CKO. Cheers, Kevin
IP Logged
Page #  «StartPrev281282283284285286287288289290NextEnd»


Powered by ccBoard


SPONSORED AD: