Broadband-Hamnet™ Forum
Welcome Guest   [Register]  [Login]
«StartPrev271272273274275276277278279280NextEnd»
 Subject :Re:SSH Access with Putty.. 2013-12-18- 19:22:26 
wb6pyk
Member
Joined: 2013-12-03- 23:40:42
Posts: 2
Location: Camarillo, CA
Forum : Applications
Topic : SSH Access with Putty

Paul,

      Here's one site that gives a step-by-step (note this is assuming you are coming in from a Linux/Unix system - my previous answer was specifically for Putty):

http://www.tecmint.com/ssh-passwordless-login-using-ssh-keygen-in-5-easy-steps/

73,
Eric

WB6PYK

IP Logged
 Subject :Re:newbie needing help.. 2013-12-18- 18:33:15 
KF4PMY
Member
Joined: 2013-06-15- 23:03:00
Posts: 5
Location: Kingsford Hieghts, IN
 
Forum : General
Topic : newbie needing help

Well, I personally had no luck getting failsafe mode. But, on a long shot I did a 30/30/30 on the router. It rebooted saying the router needed to be set-up, then used  root for user name and what I though I set the password at. The mesh gods blessed me and it work.


So now I'm updating it to bbhn and then I'll start playing with the other router.

Thanks, for the help again

Jason Hopkins

KF4PMY

IP Logged
 Subject :Re:SSH Access with Putty.. 2013-12-18- 18:14:44 
WA2ZE
Member
Joined: 2013-07-16- 11:48:15
Posts: 2
Location: New Jersey
Forum : Applications
Topic : SSH Access with Putty

I just tried this as well.  Same results.  I can SSH in but I have to supply the root login and my node's password every time.  I would like to be able to SSH into the node without knowing the password.

I'm not familiar with linux and just starting out with BBHN and networking in general.  Any SSH tips?


73,

Paul WA2ZE

IP Logged
 Subject :Re:Lost password??.. 2013-12-18- 15:49:38 
KF5JIM
Future Astronaut
Joined: 2013-07-17- 12:13:36
Posts: 250
Location: Nederland
Forum : General
Topic : Lost password??

You haven't done it! Just reset stuff in failsafe mode or tftp firmware back to the router.

IP Logged
Last Edited On: 2013-12-18- 15:52:34 By KF5JIM for the Reason
My opinions and views expressed here are solely my own.
 Subject :Lost password??.. 2013-12-18- 15:42:17 
k2vjk
Member
Joined: 2013-11-25- 10:55:46
Posts: 15
Location
Forum : General
Topic : Lost password??

OK now I've done it!! I was setting up PuTTy and tried to use it to get to one of my mesh nodes. Well, now, I can't log into the node to setup anything. PuTTy tells me that I have the wrong password. When I go in on localnode:8080, same problem. Tried to telnet to it with no luck (It's a WRT54GS ver2). Is there something else, or should Ii make it a practice target?

IP Logged
 Subject :Re:Re:VPN.. 2013-12-18- 07:18:33 
VE3RRD
Member
Joined: 2013-06-19- 16:54:27
Posts: 44
Location: Barrie, Ontario
 
Forum : Problems & Answers
Topic : VPN

Hi Ron, One other statement that I should have added to the end of my last post was that it is the port number (1723) that is important and must remain the same from one end of the tunnel to the other, even though the IP's can change as the tunnel passes through routers etc.

If you want to try something that is very useful when getting your mesh network tunneling operational; try forwarding ports 8080 and 1978 inside the meshnode. On the Setup/Port Forwarding screen, setup port forwarding for Interface:Both, Type:Both, Outside Port:8080, LAN IP:localnode, LAN Port:8080.

Now you can be anywhere (even in a Tim Hortons) and access your node via this "internet back door" by using the URL from DynDNS port 8080. If you know the node password you can even access the Setup screen and reboot the node.

If you also do port forwarding (to localnode) on port 1978, then you can also see the OLSR screen. Again use the DynDNS URL with port "1978/all".

73

IP Logged
Last Edited On: 2013-12-18- 07:20:29 By VE3RRD for the Reason
AL - VE3RRD
http://barrie-wax-group.dyndns.org
 Subject :Re:Re:VPN.. 2013-12-18- 03:54:01 
VA3RRZ
Member
Joined: 2013-08-26- 06:54:56
Posts: 15
Location: L'Orignal, Ontario, Canada
Forum : Problems & Answers
Topic : VPN

Ok Al, thanks for that quick reply. I think I understand. My only confusion was the tunnel IP's. I've never had the opportunity to setup a VPN. For the internal/public IP side. that I understand. So at least I know that I must learn how GRE 47 encapsulates the tunnel IP.s Johan's and your reply will help me troubleshoot the network. Thanks very much for your patience.
IP Logged
 Subject :Re:Re:VPN.. 2013-12-18- 03:43:49 
VE3RRD
Member
Joined: 2013-06-19- 16:54:27
Posts: 44
Location: Barrie, Ontario
 
Forum : Problems & Answers
Topic : VPN

Hi Ron, like I said, I'm no expert but my understanding of how the tunneling scripts work is like this:

I could start by saying that my computer I'm typing this on has an IP (from my internet router) of 192.168.2.15 - so how can I be on the "internet" with this IP?

Take a look at my document in the S51tun file for ve3rrd-shack. This node is configured for 3 separate tunnels and in the section called # IP handling, there are several variables which are used to store the IP's (both public and LAN). For example ip0 stores the IP for port eth0.1 which is the WAN port of the mesh node (and in my case will have an IP of 192.168.2.36 /24). Variable ip1 stores the public/external IP for node ve3rrd-portable1 (which was obtained from my DynDNS account).

Now if you look at the section # Tunnel to ve3rrd-portable1.ham-radio-op.net, the first line adds tun1 with a local (node WAN port) IP of variable ip0 and a remote (external/public) IP of variable ip1.

So the IP's used in the node (192.168.70.1, 192.168.80.1 etc) are only to keep track of things inside the node, and the IP's used by my internet router (192.168.2.36, 192.168.2.15 etc) and only to keep track of things inside the internet router. The tun1, tun2 etc. GRE tunnel connections (via port 1723) are from my internet router's external/public IP to the external/public IP of the node at the other end.

Hope I got that correct. 73

IP Logged
Last Edited On: 2013-12-18- 03:45:21 By VE3RRD for the Reason
AL - VE3RRD
http://barrie-wax-group.dyndns.org
 Subject :Re:Re:VPN.. 2013-12-18- 02:11:02 
VA3RRZ
Member
Joined: 2013-08-26- 06:54:56
Posts: 15
Location: L'Orignal, Ontario, Canada
Forum : Problems & Answers
Topic : VPN

Thanks Johan, will try that.
IP Logged
 Subject :Re:VPN.. 2013-12-18- 02:04:07 
VA3RRZ
Member
Joined: 2013-08-26- 06:54:56
Posts: 15
Location: L'Orignal, Ontario, Canada
Forum : Problems & Answers
Topic : VPN

I'm still confused and need help with explaining what subnet mask to use in our Internet routers. Al-VE3RRD mentions that his router issued his mesh an IP 192.168.2.36 subnet mask 255.255.255.0. This means that the router is issuing IPs in range of one class C network: #2 (X.X.2.X). So how is traffic on the tunnel IP 192.168.80.1 & 192.168.80.2 get routed out of the Internet router when it's on a different class C network: X.X.80.X. The Internet router is only going to handle traffic on it's own X.X.2.X. network. Hence, why I thought the Internet router's subnet mask needed to be changed to 255.255.0.0 to handle this. Johan's document makes no mention of what IP his Internet router is issuing, only that it's a  static IP,  so I couldn't determine if his Wan IP is the located on the same tunnel class C network of X.X.1.X.

Or should  I make the deduction that GRE 47 protocol handles this?

We've also downgraded our tunnel routers to V0.43 and unfortunately, one got bricked during the downgrade. Luckily we had a spare at the other and and got it configured. Thanks for being patient during my learning curve.

IP Logged
Last Edited On: 2013-12-18- 03:12:44 By VA3RRZ for the Reason
 Subject :Re:OLSR Switch on Windows works to connect directly to the mesh... 2013-12-17- 08:53:33 
kv4pc
Member
Joined: 2013-09-30- 20:06:03
Posts: 47
Location: Madison, AL
 
Forum : Applications
Topic : OLSR Switch on Windows works to connect directly to the mesh.

I agree that is strange. But I have seen a straight "ad-hoc" connection to a mesh node's SSID work intermittently. I suspect that OLSR did not come up and that might be what you have and why no nodes are showing. Can you ping everything on your mesh? Or just the strongest neighbor?

It might be useful to see a screen shot of the Routes and Settings tabs in OLSR Switch as well as the output from route -print and ipconfig /all.

You can write me at kv4pc@qsl.net if you would rather not share with the everyone.

73;

Bob KV4PC

IP Logged
 Subject :Re:OLSR Switch on Windows works to connect directly to the mesh... 2013-12-17- 08:39:11 
W5LMM
Member
Joined: 2012-02-13- 18:18:04
Posts: 126
Location: Albuquerque, NM
 
Forum : Applications
Topic : OLSR Switch on Windows works to connect directly to the mesh.

OK, now here's where it gets WEIRD.   I am connected to the BBHN node  and have FULL internet access with DNS working just fine. (yes my mesh is normally internet connected)


The odd thing is, the OLSR Switch shows no nodes at all....

What the heck??

Look at this screen shot.



Attachments
 bbhnw5lmm.jpg [190 KB] ::
IP Logged
 Subject :Re:HSMM with laptop-wifi or Tablet-Android.. 2013-12-17- 05:16:47 
sp2ong
Member
Joined: 2013-10-30- 10:57:25
Posts: 72
Location
Forum : How we used HSMM-MESH™
Topic : BBHN with laptop-wifi and UBUNTU

Hi,

I have import project HSMM-PI for RasberryPI  to my UBUNTU linux on laptop and it is look working scanning and configuration. I will try to use this on my latop to connect with my WRT54 HSMM.

I have attached screendump from HSMM-Linux on my UBUNTU

73 Waldek sp2ong


Attachments
 hsmm-linux.jpg [70 KB] ::
IP Logged
Last Edited On: 2013-12-17- 05:25:12 By sp2ong for the Reason
 Subject :Re:HSMM with laptop-wifi or Tablet-Android.. 2013-12-17- 03:42:08 
KG1L
Member
Joined: 2013-06-28- 12:53:53
Posts: 18
Location: Owings, MD
Forum : How we used HSMM-MESH™
Topic : BBHN with laptop-wifi and UBUNTU

This may not be what you had in mind, but one option is to set up an access point, directly wired LAN port to LAN port, to a mesh node. ANY wireless access point with at least one LAN port can be used. It DOES NOT have to be a Linksys router. Since it is not using radio to talk to the mesh network, it does not have to operate under Part 97. It does, however allow direct access to the mesh so it needs to be secured. If operated under Part 15, which I highly recommend, it can and should have encrypted access control (WAP2, for example). With this setup, any authorized user can connect to the BBHN using any wirless device that can connect to an access point. NOTE: Do not have both the mesh node and the access point provide DHCP. The typical approach would be to disable DHCP service on the access point and have it get its IP address from the mesh node.
IP Logged
 Subject :Re:Getting involved. Let's build something... 2013-12-17- 02:03:15 
KJ4AJP
Member
Joined: 2013-03-24- 12:21:59
Posts: 35
Location: NW Tennessee EM56ni
 
Forum : Mid-south (MS/TN/AR)
Topic : Getting involved. Let's build something.

FWIW, i did a presentation on BH last month at the WTARS meeting.  We got at least two stock routers flashed for Madison County ops that evening, we would have got a 0.4.3 upgraded if the op had remembered his password.  Laughing

IP Logged
 Subject :Re:Getting involved. Let's build something... 2013-12-17- 01:54:05 
KD5CKP
Member
Joined: 2013-11-11- 11:12:42
Posts: 16
Location: Hilltop Mineral Wells EM54bx
Forum : Mid-south (MS/TN/AR)
Topic : Getting involved. Let's build something.

Suddenly I feel so inadequate... LOL
IP Logged
Tim KD5CKP http://www.qrz.com/db/KD5CKP

I dont have any of the chat clients listed in the profile section, but if you would like to contact me via chat I am on Google Hangouts most days via my callsign @ gmail.com
 Subject :Re:HSMM with laptop-wifi or Tablet-Android.. 2013-12-17- 01:46:02 
sp2ong
Member
Joined: 2013-10-30- 10:57:25
Posts: 72
Location
Forum : How we used HSMM-MESH™
Topic : BBHN with laptop-wifi and UBUNTU

Ok, but I know that is problem with use secret shared key at current firmware but ist small protection without use cryptographic. But it maybe we back in next relase firmware to use secret shared key
IP Logged
 Subject :Re:Radio.. 2013-12-17- 01:45:00 
kv4pc
Member
Joined: 2013-09-30- 20:06:03
Posts: 47
Location: Madison, AL
 
Forum : Hardware
Topic : Radio

OFDM is permitted on 70 cm because it is an "Image Emission".

[From http://www.ntms.org/802.11/ARRL Board of Directors 2005.doc ]

OFDM Can Be Classified as an Image Emission

John Stevensen, KD6OZH in 2005 began development of a HSMM Orthogonal Frequency Division Multiplexing (OFDM) Modem that will allow Radio Amateurs to have all –mode voice, text, data, and video (i.e., multimedia) high-speed digital communications on the VHF, UHF and SHF bands. Alpha testing of the OFDM modem was done in Texas using an ATV channel in the 70cm band operating in a digital “image mode” coined Amateur Digital Video (ADV).

In a January 2005 report to the ARRL board of directors, the HSMM Technology Task Force submitted the following concept as basis for such a 70 cm OFDM modem capable of Amateur Digital Video.

The 70 cm band is ideal for HSMM and, using the following interpretation of FCC regulations, we should be able to use OFDM modems with an occupied bandwidth up to 9 MHz (at least) on the 70 cm band. HSMM would be classified as an image emission type. This interpretation also allows 6 kHz (or more) bandwidth OFDM modems on the MF and HF amateur bands.

In 47 CFR 97.315 the emission type "image" is defined as including "emissions having B as the first symbol; 7, 8 or 9 as the second symbol; W as the third symbol".

In 47 CFR 2.201 (c) (2) a first symbol of B defines the type of modulation of the main carrier as an "emission in which the main carrier is amplitude-modulated (including cases where sub-carriers are angle-modulated) with independent sidebands". The OFDM modem fits this description as it has a central carrier with multiple subcarriers in the upper and lower sidebands that are angle (phase) modulated. In 47 CFR 2.201 (d) (5) a second symbol of 7 indicates that the nature of the signals modulating the main carrier are "two or more channels containing quantitized or digital information". 47 CFR 2.201 (d)(2) and (3) indicate that time-division multiplex is excluded for a single channel so the time division multiplex inherent in HSMM communications creates two or more channels. In 47 CFR 2.201 (e) (8) a third symbol of W indicates that the type of information to be transmitted is "a combination of the above" and that includes (4) "facsimile", (5) "data transmission, telemetry and telecommand", (6) "telephony" and (7) "television". HSMM fits this definition as it includes data, speech and image components.

In 47 CFR 97.305 "a station may transmit the following emission types on the frequencies indicated, as authorized to the control operator, subject to the standards specified in 97.307(f) of this part". The following table includes the "image" type for all bands and references 47 CFR 97.307 (f) (2) for the 160 m through 1.25 m bands but does not reference it for the 70 cm through 1 mm bands.

This is the only restriction on the image emission type and states that "the total bandwidth of an independent sideband emission (having B as the first symbol), or a multiplexed image and phone emission, shall not exceed that of a communications quality A3E emission". I can't find a definition for "communications quality" but it seems to be taken as 3 kHz on the MF and HF bands.

Thus OFDM modems using 6 kHz or less should be authorized on 225 MHz and below and OFDM modems with no bandwidth restriction on 420 MHz and above. If the emission must fit within the bandwidth used by existing analog image communication devices, that bandwidth would be 9 MHz for DSM AM ATV with a 4.5 MHz sound subcarrier.

IP Logged
 Subject :Re:Getting involved. Let's build something... 2013-12-17- 01:43:34 
KJ4AJP
Member
Joined: 2013-03-24- 12:21:59
Posts: 35
Location: NW Tennessee EM56ni
 
Forum : Mid-south (MS/TN/AR)
Topic : Getting involved. Let's build something.

Hi all, looks like I'll be checking in on this forum along with following the Western KY folks on Facebook.

Here in Martin (Weakley County) TN, I have six BHv1 nodes set up.  I have two "robo-cams" that can go online as advertised services so remote users can control pan and tilt, and the gateway "service" node has a NAS with two 32G USB drives attached for filesharing.  The gateway also has a RasPBX with 3-digit internal dialing and a Google Voice trunk for PSTN access when online.  Outside inbound callers reach an auto-attendant which offers single-digit access to a particular node, each node has voicemail that can take a message when busy or unattended/offline.  When no internet connection to the gateway is available the PBX will act as a simple intercom for the phones at each node.

Antenna-wise, I currently have two 8dBi and three 12dBi mast-mount omnis, along with a 7dBi mag mount for a "mobile rover".  For a straight-line hop deployment, I have four 14dBi "backfire" yagis and four 24dBi parabolics.  Of course the antennas can be mixed & matched as the incident requires.

Power is through buck converters so theoretically I can put 8-24VDC into the PowerPole inputs and get a stable 12V or 5V out to the hardware.  I still keep the AC wall-warts labeled and in the bag if needed.

Although everything has been tested inside using the stock ducks, nothing is outside and "live" at this time.  I'm in a rural area where the trees are taller than the buildings and I haven't found anyone yet that's willing to offer 300' tower real estate for a $20 router.  Wink

Field-expedient masts and coax will be my final purchases, got to get through the holidays first.

73!

IP Logged
 Subject :Re:HSMM with laptop-wifi or Tablet-Android.. 2013-12-17- 01:33:31 
kv4pc
Member
Joined: 2013-09-30- 20:06:03
Posts: 47
Location: Madison, AL
 
Forum : How we used HSMM-MESH™
Topic : BBHN with laptop-wifi and UBUNTU

Anyone who understands mesh radios can connect to our networks. As radio amateurs we are not allowed to use cryptographic means to secure the OLSR protocol which is the only method I am aware of available.

IP Logged
Page #  «StartPrev271272273274275276277278279280NextEnd»


Powered by ccBoard


SPONSORED AD: