At this point, remove the SD card before powering up the BBB again.

Size: px
Start display at page:

Download "At this point, remove the SD card before powering up the BBB again."

Transcription

1 Unpack your new BeagleBone Black, connect it to your network and power it up with a 5V, 2A Walwart. A Debian OS is pre-loaded on the onboard MMC, which is configured to acquire a dynamic IP address from your router / DHCP server. The procedure in this document does not involve downloading any image, burning it to an SD card, etc., the procedure is designed to assist you with taking a new BBB out of the box and getting it online in about 30 minutes. On our test system, we determined the IP address from the router s list of DHCP clients and then used an SSH client (such as PuTTy: ) to login remotely (port 22). The BBB / base Debian install does not have a root password. Please change it with the passwd command. Choose a strong password a combination of letters and numbers do not forget it! Should you have a BBB with an existing system on it you can download the Debian Emmc Flasher image at As of the date of producing this document, the image that we recommend is "Debian (BeagleBone Black - 2GB emmc) ". Write the image onto a 2Gig or larger card and insert it into the BBB and power it up further instructions can be found in the Getting Started section of the Start menu on the beagleboard webpage. Once the image has been copied to the emmc, the BeagleBone will power off. At this point, remove the SD card before powering up the BBB again. This image does not have a root password. You must login as debian using the default password temppwd. Then change the root password using this command and follow the prompts. sudo passwd root Changing the password for the debian user is recommended. So after you have done the above password change just type the following command and follow the same prompts. passwd You can then login and follow instructions below. Network Setup Most current BBB images (armhf excepted) have usb networking enabled. If you install the drivers and follow instructions available at you can login to your BBB via the usb network at You will still need to plug in your BBB to you internet connected wired network to finish the install. Please refer to the procedure in Appendix E to set a static IP address for your Beagle Bone Black. Page 1 of 13

2 Appendix F covers how to manage wifi networks. Do not comment out any wlan0 in the interfaces file if you plan to connect to wireless networks. Ready. Let s Start! Plug-in your dvrptr board, GMSK modem, or Red DVAP reboot and then check to make sure that it is recognized by your BBB. Note once you reboot, you will need to login using your new (static) IP address as set in the preceding section. Once you ve rebooted check to ensure that your BBB sees your DVRPTR board (or GMSK modem / DVAP): root@beaglebone:/tmp# lsusb Bus 001 Device 002: ID 03eb:2307 Atmel Corp. DVRPTR Board Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Next download the install script and run it: cd /tmp wget root@beaglebone:/tmp# chmod +x *.sh Now run the script: root@beaglebone:/tmp#./free-star-bbb-c-setup.sh root@beaglebone:/tmp# date Fri Oct 31 14:35:17 UTC 2014 Page 2 of 13

3 The script will start by updating the operating system and installed packages on your BeagleBone. You will see a prompt something like the following press Y or y to accept: After this operation, 263 kb of additional disk space will be used. Do you want to continue [Y/n]? y select y Need to get 559 kb of archives. After this operation, 1026 kb of additional disk space will be used. Do you want to continue [Y/n]? y select y Next the script will prompt you to select your locales for keyboard layout, etc., [*] en_us.utf-8 UTF-8 Archive: ircddb_124_linux.zip replace IRCClient.cpp? [y]es, [n]o, [A]ll, [N]one, [r]ename: A select A Archive: libber.zip replace dstar_dv.cpp? [y]es, [n]o, [A]ll, [N]one, [r]ename: A select A Please enter the callsign of your Gateway (Repeater): VA3UV If you do not have a unique repeater callsign, you can enter your own personal callsign Please enter the password provided by the ircddb-team to enter the system: 1234 (type 1234 for a personal hotspot, where you do not have a unique repeater callsign. In cases where you do have a unique repeater callsign and you wish to connect to the production IRCDDB network, please enter your Gateway password as issued to you by the IRCDDB team) Please enter the IP Addreess for eth0 (internal IP - e.g., 192.x.x.x): Page 3 of 13

4 Please enter your personal callsign (as reg'd on USROOT): VA3UV Now configuring the GMSK Repeater Software Please Enter the RF Band --> Enter A for 1.2GHz Enter B for 440MHz Enter C for 144MHz Select A, B or C Is your system Half Duplex (Simplex) or Full Duplex? Enter H for Half Duplex OR F for Full Duplex Select H or F FREE STAR* supports four types of repeater interface A hardware based GMSK Modem (Satoshi, Fred, Mark, Jim, etc...) the German or Canadian DVRPTR Board v1 Board with v1 Firmware Page 4 of 13

5 the Red DVAP and the German or Canadian DVRPTR v1 or v2 Board with XDVRPTR Firmware Please select which one of the four scenarios is to be used on your system Enter G for GMSK Modem Enter D for DVRPTR - v1 Board with v1 Firmware Enter P for the Red DVAP Enter X for DVRPTR v1 or v2 Board with XDVRPTR Firmware Select which one of the 4 scenarios applies to you. In my case, I have a DVRPTR board, so I will select D That s it. Your system configuration is complete. root@beaglebone:/tmp# date Fri Oct 31 11:05:20 EDT 2014 (30 mins from start to finish!) Next before you can use your DVRPTR board, or DVAP you need to find the serial number example for the dvrptr board: tail f /var/log/dvrptr.log Page 5 of 13

6 at 11:07:08:Device /dev/ttyacm0 has serial=[12.50.d0.27] at 11:07:08:Closing device /dev/ttyacm at 11:07:08:Cant find any FREE ACMx device that matches <CTRL> c to stop / exit out of the log file. Now take the above serial # and enter it into your dvrptr.cfg file (in /root/dvrptr folder) cd /root/dvrptr nano w dvrptr.cfg # Your serial number DVRPTR_SERIAL=12.50.D0.27 Enter the # that you recorded in the previous step <CTRL> c to exit Restart the dvrptr service service dvrptr restart Monitor the log file: root@beaglebone:~/dvrptr# tail -f /var/log/dvrptr.log at 11:11:56: STATUS READ FROM MODEM at 11:11:56:Bit1 : Transmitter enabled = at 11:11:56:Bit2 : PC Watchdog enabled = at 11:11:56:Bit3 : Checksum-Calculation enabled = at 11:11:56:Bit4 : I/O 21 Status = 0 Page 6 of 13

7 at 11:11:56:Bit5 : I/O 23 Status = at 11:11:56:Bit6 : Duplex-Capability = at 11:11:56:Bit7 : (1) physical layer = at 11:11:56: at 11:12:12:From RF: flags=40:00:00, mycall=va3uv /91AD, yrcall=cqcqcq, rpt1=va3uv B, rpt2=va3uv G at 11:12:12:End RF, ber= at 11:12:18:From RF: flags=40:00:00, mycall=va3uv /91AD, yrcall=cqcqcq, rpt1=va3uv B, rpt2=va3uv G at 11:12:19:End RF, ber=0.11 If your transmissions are not being decoded, you may need to toggle the RX polarity in the dvrptr.cfg file. Conversely, if you re not receiving audio from your system, you may need to toggle the TX audio polarity. These are the last 2 lines in the dvrptr.cfg file e.g: # These values depend on what type of transceiver is connected to your DV-RPTR modem # Use either 0 or 1 RX_Inverse=1 TX_Inverse=1 After making a change to the dvrptr.cfg file, you will need to restart the dvrptr service i.e: service dvrptr restart Dashboard the setup script will install the dashboard for you. By default, the webserver listens on port You can access the dashboard using your local IP address example: Page 7 of 13

8 You should see something like this: Page 8 of 13

9 Firewall / Router Settings Forward the following ports on your router / firewall to the static address that you assigned to your BeagleBone or Raspberry Pi: TCP 5088 for web / dashboard (optional) UDP (Optional for personal hotspots) UDP (Optional for personal hotspots) UDP (Required for peer-to-peer routing) Notice that the SSH port has not been listed above, this is entirely optional however, before enabling remote access, we strongly recommend that you change the SSH port to something other than the default port 22. The SSH port can be changed in the SSH config file (found in /etc/ssh/sshd_config): # What ports, IPs and protocols we listen for Port 22 Change to something else Save / Exit and then restart the sshd daemon service ssh restart Personal Hotspots In cases where you do not have control over your firewall / router e.g., a hotel, public WiFi, etc., you can connect to XRF and REF reflectors using port (i.e., using the dplus protocol) which is NAT friendly. To do this, you will need to edit the gwys.txt file (in /root/g2_link) and change the port number for XRF reflectors from to example: Page 9 of 13

10 XRF Change the port from to XRF XRF XRF XRF XRF XRF XRF XRF XRF XRF XRF XRF Save / Exit Next using crontab, edit out this entry so that your gwys.txt file does not get overwritten automatically e.g: # update gwys.txt for g2_link #5 6 * * * /root/my_scripts/get_gwy_list.sh > /var/log/get_gwy_list.log 2>&1 Save / Exit then restart cron using: service cron restart Restart g2_link: service g2_link restart Editing g2_ircddb.cfg You will need to edit the g2_ircddb.cfg file (in the /root/g2_ircddb folder) to update your Gateway coordinates and frequency - as shown below: Page 10 of 13

11 # This is for APRS/GPS SEND_APRS=Y # The repeater module specifications # LATITUDE,LONGITUDE,RANGE,DESCRIPTION # If you do NOT want to define the aprs parameters for a module, # then leave the line BLANK RPTR_ID_A= RPTR_ID_B= , ,10,FREE STAR* DV MHz RPTR_ID_C= , ,10,FREE STAR* DV MHz EDIT the above lines to suit your location / frequencies. If you only have one module, leave the other 2 lines blank (do not delete them!) # Which local address on your Linux box will be used # to report to the remote IRC database server(group2, group1,...) # For most installations it is (which binds to all local IP addresses) # If you have more than one ethernet card, then you may set it to a specific local IP # that is assigned to that specific ethernet card # If you have one ethernet card, you can use LOCAL_IRC_IP= # This is for the Live IRC site SEND_QRGS_MAPS=Y # LATITUDE, LONGITUDE, description1, description2, url Page 11 of 13

12 QTH= , , Mississauga ON, BeagleBone, EDIT to suit # Frequency, shift, range, antenna's height above ground(agl) QRG_A= QRG_B= , 5, 10, 20 EDIT these 2 lines. QRG_C= , -0.0, 10, 20 If you only have one module, leave the other 2 lines blank Once you have edited this file, save / exit... then restart g2_ircddb as follows: NOTE: By default, the g2_ircddb configuration has been set to use the FREE-STAR IRC server cluster. If this is a personal hotspot (in cases where you do not have a unique repeater callsign), do not change it. However, if you do have a unique repeater callsign and have a password issued from the IRCDDB team, please change the IRC_DDB_HOST and password fields to suit. service g2_ircddb restart Dashboard The dashboard is updated via a scheduled cron job. You may want to either change the update interval or modules reported, etc. This can be done by accessing the crontab editor: crontab -e to get to the crontab editor. Example: # Webpage updates */2 * * * * /root/g2_link/g2_lh -m "BC" -o /var/run/lighttpd/index.html -a b "VE3URU D- STAR" -t /root/g2_link/g2_lh.tpl VE3URU Page 12 of 13

13 The -m switch denotes which modules your system has - in the example above, I have module B and C; if your system has (for example, just one module say, module C, you will specify m C or m B for module B. The -a switch denotes the IP address (if you change your IP at a later time, you will need to update this) The -b switch denotes the banner tag - edit to suit Log Files For troubleshooting, you may wish to enable logging; this can be done by editing the following: Package Enable Logging (By Editing) Log File g2_ircddb /etc/init.d/g2_ircddb /var/log/g2_ircddb.log g2_link /etc/init.d/g2_link /var/log/g2_link.log rptr /root/rptr/rptr.sh /var/log/rptr.log dvrptr /root/dvrptr/dvrptr.sh /var/log/dvrptr.log dvrptr2 /root/dvrptr/dvrptr2.sh /var/log/dvrptr2.log dvap_rptr /root/dvap_rptr/dvap_rptr.sh /var/log/dvap_rptr.sh We recommend disabling logging once your system is online and stability has been confirmed. That s it welcome to the FREE STAR* project. Please drop me a note (Ramesh@va3uv.com) so that I can add you to my mailing list for system updates, notices, etc. Page 13 of 13

14 Appendix A Radio Programming Page A1

15 Radio Settings The following sections are intended to be used as a guide when programming user radios. Of course the repeater callsigns will need to be modified for your particular system. Simplex Access Points ICOM radios do not send RPT1 and RPT2 information in the DV data stream when the radio is in simplex mode. We therefore have to program the radio as follows: Mode = DV Duplex enabled (set for + or DUP) Set the offset frequency to Ø URCALL = CQCQCQ RPT1 = callsign of the simplex access point followed by the module (e.g., VE3RSD B) RPT2 = callsign of the simplex access point followed by G for Gateway (e.g., VE3RSD G). Note that the ICOM G2 protocol reserves six (6) characters for the callsign. The module / gateway suffix is entered into the eighth (8 th ) position. Thus a system with a five character callsign will require two spaces in the 6 th and 7 th position e.g: Page A2

16 RPT1 = VA3ZZ<space><space>B RPT2 = VA3ZZ<space><space>G. Repeater Systems Mode = DV Duplex enabled (set for + or DUP) Set the offset frequency as required (e.g., 5MHz for UHF) this should already be set as the default. URCALL = CQCQCQ RPT1 = callsign of the repeater followed by the module (e.g., VA3PMO B) RPT2 = callsign of the repeater followed by G for Gateway (e.g., VA3PMO G). Page A3

17 Appendix B DTMF Shortcuts Page B1

18 The FREE STAR* solution supports DTMF dialing to connect and disconnect from reflector systems. The table below summarizes the DTMF syntax in comparison to traditional URCALL radio programming: Action URCALL DTMF Link to XRF005A XRF005AL #00501 Link to REF016B REF016BL *01602 Link to DCS006B DCS006BL D00602 Link to DCS014K DCS014KL D01411 Link to ICOM repeater WC7SO module C WC7SO<space>CL N/A Query Link Status I (in the 8 th position) 99 Disconnect U (in the 8 th position) 73 The last two digits of the DTMF string represent the numerical equivalent of the remote module that you wish to connect to. This was a necessary change, which accompanied g2_link 3.05 in order to accommodate DCS reflectors, which have 26 modules (five weren t enough!). To link your repeater module to an ICOM G2 system running dplus, set URCALL = the repeater callsign, followed by the module in the 7 th position and the command in the 8 th position of URCALL e.g., to link to WC7SO module C, set URCALL = WC7SO CL. Note that there is a space between the O and C since WC7SO is a five letter call. Page B2

19 Appendix C Callsign Routing Page C1

20 Callsign Routing Callsign routing is a powerful feature of the G2 protocol that allows users to establish communication with each other without the need to know which repeater each user is on. This is very handy when a particular user may be taking a long road trip traversing multiple repeater footprints. Callsign routing does however, require users to be on the same ircddb server whether it be on the same production network, or other test servers. Note the FREE STAR* IRC servers support callsign routing as well as DTMF initiated routing. Please contact us for details. Callsign (or G2) routing relies on last heard information in the ircddb network (i.e., the last heard position) for each user. Hence when a user traverses multiple repeaters, it is imperative that the user transmits at least once on each repeater so that the repeater can report his / her presence on that repeater to the ircddb network. This of course relies on each repeater running some form of ircddb client. Important Note: The ircddb Gateways cache the last heard information (user callsign along with gateway callsign and gateway IP address. Callsign routing requests trigger the software to first query the local cache for the remote callsign. If the remote callsign is not available from the local cache, the initial routing request will fail. However, the software queries the ircddb server for the remote callsign and last heard information making it available for a subsequent routing request in most cases this will be available within seconds of the first (failed) request. To contact a user using Callsign (or G2) routing, both users must set each other s callsign in the URCALL field. The following example illustrates a G2 routing call between VA3UV and WA1SOT: Page C2

21 VA3UV Radio Settings WA1SOT Radio Settings URCALL WA1SOT VA3UV RPT1 VE3RSD C KB1UAP B RPT2 VE3RSD G KB1UAP G The above settings should remain in effect for the entire QSO. When making the initial call, it is important to state that you are using callsign routing so that the station you are calling can use the one-touch (RX>CS) feature on ICOM radios to reply. The RX>CS button forces the received callsign to be populated into the URCALL field so that when the remote user replies, his call will be routed back to you. Please note that callsign routing may be initiated at any time, even when the local repeater (or access point) module is connected to a reflector. Using a URCALL value other than CQCQCQ blocks data from going out over the reflector. So in the above example, if VA3UV is connected to reflector XRF005A, he can initiate the call to Jim, WA1SOT, using callsign routing as shown above. The call to Jim will not be heard by the users / repeaters connected to the reflector. It will however be broadcast out on the repeater module where Jim was last heard. Once the call has been established, both parties should disconnect from any reflector or repeater that they may be connected to. This avoids the possibility of clashing / interfering packets coming off the reflector while the repeater is busy. Callsign routing is very powerful; with the recent addition of ircddb, it can be used to enable communication between users on home-brewed systems and ICOM G2 systems providing that the ICOM G2 system is running the ircddb add-on software. Page C3

22 Appendix D D-PRS Support and Radio Programming Page D1

23 D-PRS is a process used to convert raw GPS data into TNC2 formatted APRS messages. D- PRS processing capability is included in g2_ircddb. FREE STAR* systems are therefore able to receive, process, and report position reports from mobiles, portables, command posts, etc., to the APRS-IS server network via a TCP socket over the public Internet. D-PRS support must be enabled by setting the SEND_APRS parameter (in /root/g2_ircddb/g2_ircddb.cfg) to Y. The example below illustrates the beacon parameters for a simplex system operating on 2m (port C ) SEND_APRS=Y RPTR_ID_A= RPTR_ID_B= RPTR_ID_C=XX.XXXX,-YY.YYYY,ZZ,FREE STAR* DV MHz XX.XXXX corresponds to the LATITUDE in decimal degrees, use a negative number for the southern hemisphere. YY.YYYY corresponds to the LONGITUDE in decimal degrees, use a negative number for the western hemisphere. ZZ is the coverage area (radius) in miles. FREE STAR* DV MHz is the beacon message; replace with your repeater frequency, followed by the offset +/- in MHz as shown. Page D2

24 The FREE STAR* team supports the older style GPS and GPS-A format. Some of the earlier D-STAR radios such as the ID-800 and IC-91AD do not support GPS-A format and therefore are confined to the older GPS format. One of the advantages of the older style GPS format is that it continually sends GPS data in the slow speed data accompanying each transmission. This allows remote users to monitor your position and distance, etc., on their radio(s). The following tables illustrate the configuration of an IC-2820 and IC-92AD for DPRS use: Page D3

25 The table below illustrates the 2820 menu hierarchy: DV GPS GPS Sentence RMC ON GGA ON Everything else OFF GPS Message RX GPS Message GPS-TX GPS Auto TX: See 1 below Data: See 2 below OFF (see 3 below) GPS-A SET MODE UNPROTO ADDR API282,DSTAR* (see 4 below) DATA EXTENSION TIME STAMP GPS-A SYMBOL COMMENT (DATA EXT) COURSE/SPEED HMS <Select to suit> <Your comment> 1. For GPS mode, the GPS-TX message is a combination of the symbol, status text message and a checksum. Please use the D-PRS Calculator from Peter Loveall (AE5PL) to determine the GPS-TX message. 2. Set to GPS for the older style GPS format, or GPS-A for the newer GPS-A format. 3. GPS Auto TX: By setting GPS Auto TX to OFF this will only send out your position data when you manually transmit. Auto-beaconing should not be enabled when connected to a reflector as the beacon will generate traffic over the reflector causing disruption to all users of that reflector / linked repeaters, etc. 4. UNPROTO: Format is APInnn where nnn is the first 3 digits of your radio model # (e.g., 800, 880, 282). In the case of the IC-80, IC91 and IC92, set the UNPROTO to API80 / API91 / API92. Page D4

26 NOTE: Unlike conventional APRS, SSID s are not supported in DPRS. The solution to this is to use a terminal suffix. For example, a station can have a home-based APRS station with the call VA3XYZ. If the same user were to use a mobile APRS or DPRS station with the same callsign, this would conflict with the home-based station. Thus a second terminal will be required e.g., VE3XYZ M (Note the M is the terminal, which is specified in the 8 th position of the user s MyCall settings). ICOM IC-92AD Setup Information supplied by Colin, VE3MSC: The table below illustrates the 92AD menu hierarchy: Press MENU and then scroll using the red arrows (up ^ on 8 key and down v on 2 key) to DV SET MODE, and press Enter (5 key). DV SET MODE DV DATA TX PTT - if you wish to send your position/comment when you push to talk. Good for battery saving. AUTO - will send periodically based on GPS AUTO TX setting (described below) DV SET MODE GPS TX MODE GPS-A Then press Enter (5 key) or RIGHT > (6 key) for GPS-A SET, for the following sub-menu: GPS-A SET MODE UNPROTO ADD API92,DSTAR* DATA EXTENS TIME STAMP COURSE/SPEED HMS Page D5

27 GPS-A SYMBO <Select to suit> OTHER: /[ for Jogger You will need to hit the 3 key red a/a to get the right character set. COMMENT (EXT) <Your comment> Then escape back out to the DV SET MODE menu by pressing LEFT < (4 key) a couple of times. Then scroll down to GPS AUTO TX DV SET MODE GPS AUTO TX OFF You will also want to adjust your preferences and time zone offset. Press MENU and then scroll using the red arrows (up ^ on 8 key and down v on 2 key) to MESSAGE/POS and press Enter (5 key) MESSAGE/POS GPS SET MOD Scroll to GPS SET MOD and press Enter. The following sub-menu will appear: GPS SET MODE GPS SPEED 4800 seems to be default for use with the HM- 175GPS SP/MIC FORMAT ddd mm ss Personal preference. Page D6

28 UNITS m = Metres in Canada ft/ml = for USA feet miles Personal preference. COMPASS DIR UTC OFFSET NORTH REF -05:00 for Eastern Standard Time. Remember to change it for daylight saving time, e.g. -04:00 for EDT. This is important! The same comments apply re., use of a terminal suffix to avoid conflict of position updates with (for example) a home based station with the same callsign. The procedure below illustrates the addition of a second terminal P for portable use. For example: Press MENU and scroll up to CALL SIGN. CALL SIGN VA3XYZ P Do this only if you need to specify a terminal. If this is your only rig on APRS/DPRS then you don t need to do this. Conventions used: P for Portable M for Mobile Note the terminal suffix is specified in the 8 th position Page D7

29 of the Call Sign field. Page D8

30 Appendix E Setting a Static IP Address Page E1

31 Edit the /etc/network/interfaces file commands as follows: cd /etc/network nano w interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface #allow-hotplug eth0 Replace these 2 lines with the contents of the box below #iface eth0 inet dhcp # Example to keep MAC address between reboots #hwaddress ether DE:AD:BE:EF:CA:FE # The secondary network interface #allow-hotplug eth1 #iface eth1 inet dhcp # WiFi Example #auto wlan0 Page E2

32 #iface wlan0 inet dhcp # wpa-ssid "essid" # wpa-psk "password" # Ethernet/RNDIS gadget (g_ether) #... or on host side, usbnet and random hwaddr # Note on some boards, usb0 is automaticly setup with an init script < if your home network uses this network addressing you will need to edit this address or comment out these settings if not used for usb networking. iface usb0 inet static address netmask network gateway # Static IP address auto eth0 iface eth0 inet static address edit this block netmask network th octet is 0 broadcast th octet is 255 gateway your router address dns-nameservers your router address first A completed sample interface file is provided below: Page E3

33 # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface #allow-hotplug eth0 #iface eth0 inet dhcp # Example to keep MAC address between reboots #hwaddress ether DE:AD:BE:EF:CA:FE # static IP address auto eth0 iface eth0 inet static address netmask network broadcast gateway dns-nameservers # The secondary network interface Page E4

34 #allow-hotplug eth1 #iface eth1 inet dhcp # WiFi Example #auto wlan0 #iface wlan0 inet dhcp # wpa-ssid "essid" # wpa-psk "password" # Ethernet/RNDIS gadget (g_ether) #... or on host side, usbnet and random hwaddr # Note on some boards, usb0 is automatically setup with an init script iface usb0 inet static address netmask network gateway Page E5

35 Appendix F Wireless Networks Managing wireless networks can be endless headaches when connecting to multiple networks. If you have a compatible wifi adapter (this document does not cover unsupported adapters) you can easily manage these networks using a utility called wicd-curses. To install you need to run the following command as root apt-get install wicd-curses ifconfig Note the names of your adapters, usually you have eth0 (wired) and wlan0 (wireless) Running wicd-curses as root you should see the following screen with different networks of course Press shift+p to set the interfaces for wired and wireless from what you noted above with the ifconfig. Press shift+r to refresh the display. Use the arrow keys to move up or down to the get the wireless network you wish to connect to highlighted and press the enter key. Use the arrow keys again to move to the automatic connect selection box and use the spacebar to check it. Move to the password entry field and enter the wifi password. Press F10 to save settings. Now you have the network configured for automatic connection. To connect highlight the configured network and press shift+c. You will need to do this for each network you wish to automatically connect to. USB networking is recommended in order to manage these on the road. Page F1

36 Some connections require a web browser to activate your connection (ie hotel). Once you have the connection established as above you can then open a pseudo web browser on your BBB. To install this use the following command as root. apt-get install links2 Run the links2 command and attempt to open a web page (press g and enter the page url) and if your connection requires additional configuration you should be presented with it there. If things do not display properly run links2 with the -g switch (starts with a graphical mode). Once you have the required information set up you can verify you have internet access using the browser (navigate to a web page) or attempt a connection to the reflector. This allows you to also monitor your status page. Graphical mode Page F2

37 For all wifi networks that you do not have access to manage firewall settings you need to change any ports for reflectors you want to connect to from to as described in the Personal Hotspots section. Page F3

Adafruit's Raspberry Pi Lesson 3. Network Setup

Adafruit's Raspberry Pi Lesson 3. Network Setup Adafruit's Raspberry Pi Lesson 3. Network Setup Created by Simon Monk Last updated on 2016-01-04 12:07:57 PM EST Guide Contents Guide Contents Overview Using a Wired Network Buying a USB WiFi Adapter Setting

More information

How To Connect A Raspberry Pi To The Internet On A Microsoft Moonstone 2 (Microsoft) Microsoft Powerbook 2 (Powerbook 2) (Powerboard 2) And Powerbook 3 (Powerstation 2)

How To Connect A Raspberry Pi To The Internet On A Microsoft Moonstone 2 (Microsoft) Microsoft Powerbook 2 (Powerbook 2) (Powerboard 2) And Powerbook 3 (Powerstation 2) Adafruit's Raspberry Pi Lesson 3. Network Setup Created by Simon Monk Last updated on 2013-11-06 11:45:18 AM EST Guide Contents Guide Contents Overview Using a Wired Network Buying a USB WiFi Adapter Setting

More information

Setting up a Raspberry Pi as a WiFi access point

Setting up a Raspberry Pi as a WiFi access point Setting up a Raspberry Pi as a WiFi access point Created by lady ada Last updated on 2015-03-10 04:30:11 PM EDT Guide Contents Guide Contents Overview What you'll need Preparation Check Ethernet & Wifi

More information

Building a Penetration Testing Virtual Computer Laboratory

Building a Penetration Testing Virtual Computer Laboratory Building a Penetration Testing Virtual Computer Laboratory User Guide 1 A. Table of Contents Collaborative Virtual Computer Laboratory A. Table of Contents... 2 B. Introduction... 3 C. Configure Host Network

More information

Chapter 1 Configuring Internet Connectivity

Chapter 1 Configuring Internet Connectivity Chapter 1 Configuring Internet Connectivity This chapter describes the settings for your Internet connection and your wireless local area network (LAN) connection. When you perform the initial configuration

More information

Ethernet Radio Configuration Guide

Ethernet Radio Configuration Guide Ethernet Radio Configuration Guide for Gateway, Endpoint, and Repeater Radio Units April 20, 2015 Customer Service 1-866-294-5847 Baseline Inc. www.baselinesystems.com Phone 208-323-1634 FAX 208-323-1834

More information

SI455 Advanced Computer Networking. Lab2: Adding DNS and Email Servers (v1.0) Due 6 Feb by start of class

SI455 Advanced Computer Networking. Lab2: Adding DNS and Email Servers (v1.0) Due 6 Feb by start of class SI455 Advanced Computer Networking Lab2: Adding DNS and Email Servers (v1.0) Due 6 Feb by start of class WHAT TO HAND IN: 1. Completed checklist from the last page of this document 2. 2-4 page write-up

More information

HOWTO: Set up a Vyatta device with ThreatSTOP in router mode

HOWTO: Set up a Vyatta device with ThreatSTOP in router mode HOWTO: Set up a Vyatta device with ThreatSTOP in router mode Overview This document explains how to set up a minimal Vyatta device in a routed configuration and then how to apply ThreatSTOP to it. It is

More information

UIP1868P User Interface Guide

UIP1868P User Interface Guide UIP1868P User Interface Guide (Firmware version 0.13.4 and later) V1.1 Monday, July 8, 2005 Table of Contents Opening the UIP1868P's Configuration Utility... 3 Connecting to Your Broadband Modem... 4 Setting

More information

Setup-Instructions for ircddbgateway with Icom hardware for DD-Mode

Setup-Instructions for ircddbgateway with Icom hardware for DD-Mode Setup-Instructions for ircddbgateway with Icom hardware for DD-Mode This document describes how to setup a DStar-repeater with the G4KLX ircddbgateway software and Icom hardware. It includes the setup

More information

AC750 WiFi Range Extender

AC750 WiFi Range Extender Model EX6100 User Manual April 2014 202-11307-03 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial number

More information

ON8JL DStar Hotspot User Guide Version 1.01

ON8JL DStar Hotspot User Guide Version 1.01 ON8JL DStar Hotspot User Guide Version 1.01 Installation: Connector description: 1) DC power:! 7 Vdc to 15 Vdc, 2 W maximum, positive to the center pin 2) Antenna SMA! Connect a UHF antenna! 3) Ethernet

More information

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013

LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013 LOCKSS on LINUX CentOS6 Installation Manual 08/22/2013 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 6 BIOS Settings... 9 Installation... 10 Firewall Configuration...

More information

Nighthawk AC1900 WiF Range Extender

Nighthawk AC1900 WiF Range Extender Nighthawk AC1900 WiF Range Extender Model EX7000 User Manual December 2014 202-11469-01 350 East Plumeria Drive San Jose, CA 95134 USA Nighthawk AC1900 WiF Range Extender Support Thank you for selecting

More information

Networking. General networking. Networking overview. Common home network configurations. Wired network example. Wireless network examples

Networking. General networking. Networking overview. Common home network configurations. Wired network example. Wireless network examples Networking General networking Networking overview A network is a collection of devices such as computers, printers, Ethernet hubs, wireless access points, and routers connected together for communication

More information

Troubleshooting Tools to Diagnose or Report a Problem February 23, 2012

Troubleshooting Tools to Diagnose or Report a Problem February 23, 2012 Troubleshooting Tools to Diagnose or Report a Problem February 23, 2012 Proprietary 2012 Media5 Corporation Scope of this Document This Technical Bulletin aims to inform the reader on the troubleshooting

More information

MobileLite Wireless G2 5-in-1 Mobile Companion User Manual

MobileLite Wireless G2 5-in-1 Mobile Companion User Manual MobileLite Wireless G2 5-in-1 Mobile Companion User Manual Document No. 480-MLWG2-021315.A00 Kingston MobileLite Wireless Page 1 of 21 Table of Contents Introduction... 3 What s Included:... 3 Getting

More information

DV230 Web Based Configuration Troubleshooting Guide

DV230 Web Based Configuration Troubleshooting Guide DV230 Web Based Configuration Troubleshooting Guide 1. Login settings After getting a DHCP IP address from your P1 W1MAX Modem DV-230), open any Internet browser and type in the URL address: http://10.1.1.254

More information

FWS WiTDM Series KWA-O8800-I User Manual

FWS WiTDM Series KWA-O8800-I User Manual FWS WiTDM Series KWA-O8800-I User Manual Date: 2009 / 04 / 23 Version: 1.0 1 Copyright This user s manual and the software described in it are copyrighted with all rights reserved. No part of this publication

More information

A6210 WiFi USB Adapter 802.11ac USB 3.0 Dual Band User Manual

A6210 WiFi USB Adapter 802.11ac USB 3.0 Dual Band User Manual 802.11ac USB 3.0 Dual Band User Manual August 2014 202-11373-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the

More information

[HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1

[HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1 [HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1 How to Recover an infiniti/evolution Modem Software Reference idx 3.0.0.0 (12.0.0.0) Updated: November 17 th 2011 Overview Recovery Procedures

More information

BR-800. ProHD Broadcaster. Easy Set-Up Guide V 1.01

BR-800. ProHD Broadcaster. Easy Set-Up Guide V 1.01 BR-800 ProHD Broadcaster Easy Set-Up Guide V 1.01 BR-800 EASY SET-UP GUIDE BEFOREYOUBEGIN! Pleasedeterminethetypeofconfigurationbyselectingthescenariothatbest describesthewayyouwillbeusingyourbr-800prohdbroadcaster.onceyouhavedeterminedyour

More information

Prestige 310. Cable/xDSL Modem Sharing Router. User's Guide Supplement

Prestige 310. Cable/xDSL Modem Sharing Router. User's Guide Supplement Prestige 310 Cable/xDSL Modem Sharing Router User's Guide Supplement Domain Name Support Enhanced WAN Setup Remote Node Support PPPoE Support Enhanced Unix Syslog Setup Firmware and Configuration Files

More information

Connections and wiring Diagram

Connections and wiring Diagram Introduction 1 7 Introduction Teleport-Video SD image is based on Asterisk and FreePBX running on the Raspberry Pi. For any information related to Raspberry Pi, check the original website at raspberrypi.org.

More information

FileCruiser. VA2600 SR1 Quick Configuration Guide

FileCruiser. VA2600 SR1 Quick Configuration Guide FileCruiser VA2600 SR1 Quick Configuration Guide Contents About this guide 1 Setup FileCruiser 2 Get IP address 2 Login to the Administration Portal 3 Basic configuration with Setup Wizard 4 Step 1: Configure

More information

Broadband Phone Gateway BPG510 Technical Users Guide

Broadband Phone Gateway BPG510 Technical Users Guide Broadband Phone Gateway BPG510 Technical Users Guide (Firmware version 0.14.1 and later) Revision 1.0 2006, 8x8 Inc. Table of Contents About your Broadband Phone Gateway (BPG510)... 4 Opening the BPG510's

More information

N600 WiFi USB Adapter

N600 WiFi USB Adapter Model WNDA3100v3 User Manual December 2014 202-11470-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial

More information

Quick Installation Guide

Quick Installation Guide V2.01 Model: FI9821W Quick Installation Guide Indoor HD Pan/Tilt Wireless IP Camera Black White For Windows OS ------- Page 1 For MAC OS ------- Page 16 ShenZhen Foscam Intelligent Technology Co., Ltd

More information

USING THE XPERT2 / 9210B ON A TCP/IP NETWORK

USING THE XPERT2 / 9210B ON A TCP/IP NETWORK 1 USING THE XPERT2 / 9210B ON A TCP/IP NETWORK Prepared by: R&D January, 2009 Sutron Corporation 21300 Ridgetop Circle Sterling, Virginia 20166 TEL: (703) 406-2800 FAX: (703) 406-2801 WEB: http://www.sutron.com/

More information

Procedure to Create and Duplicate Master LiveUSB Stick

Procedure to Create and Duplicate Master LiveUSB Stick Procedure to Create and Duplicate Master LiveUSB Stick A. Creating a Master LiveUSB stick using 64 GB USB Flash Drive 1. Formatting USB stick having Linux partition (skip this step if you are using a new

More information

BASIC WINLINK 2000 TRAINING GUIDE

BASIC WINLINK 2000 TRAINING GUIDE BASIC WINLINK 2000 TRAINING GUIDE Lewis Thompson W5IFQ, AAR6UK June 26, 2009 CONTENTS Introduction... 3 About Winlink 2000... 3 Required Equipment... 3 Setting Up Airmail Step by Step...5 Connecting to

More information

HOWTO: Set up a Vyatta device with ThreatSTOP in bridge mode

HOWTO: Set up a Vyatta device with ThreatSTOP in bridge mode HOWTO: Set up a Vyatta device with ThreatSTOP in bridge mode Overview This document explains how to set up a minimal Vyatta device in a transparent bridge configuration and then how to apply ThreatSTOP

More information

Chapter 2 Configuring Your Wireless Network and Security Settings

Chapter 2 Configuring Your Wireless Network and Security Settings Chapter 2 Configuring Your Wireless Network and Security Settings This chapter describes how to configure the wireless features of your DG834N RangeMax TM NEXT Wireless ADSL2+ Modem Router. For a wireless

More information

Digital Voice PC Client Software Setup Guide

Digital Voice PC Client Software Setup Guide Digital Voice PC Client Software Setup Guide Ramesh Dhami, VA3UV (Ramesh@va3uv.com) The information in this guide is for the use of a DV Dongle in conjunction with the Digital Voice Client 1 software to

More information

Comodo MyDLP Software Version 2.0. Installation Guide Guide Version 2.0.010215. Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013

Comodo MyDLP Software Version 2.0. Installation Guide Guide Version 2.0.010215. Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo MyDLP Software Version 2.0 Installation Guide Guide Version 2.0.010215 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1.About MyDLP... 3 1.1.MyDLP Features... 3

More information

How To Check If Your Router Is Working Properly

How To Check If Your Router Is Working Properly Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your RangeMax Dual Band Wireless-N Router WNDR3300. You can access these features by selecting the

More information

CONNECTING THE RASPBERRY PI TO A NETWORK

CONNECTING THE RASPBERRY PI TO A NETWORK CLASSROOM CHALLENGE CONNECTING THE RASPBERRY PI TO A NETWORK In this lesson you will learn how to connect the Raspberry Pi computer to a network with both a wired and a wireless connection. To complete

More information

BASIC INSTRUCTIONS TO CONFIGURE ZYXEL P8701T CPE USING THE WEB INTERFACE

BASIC INSTRUCTIONS TO CONFIGURE ZYXEL P8701T CPE USING THE WEB INTERFACE BASIC INSTRUCTIONS TO CONFIGURE ZYXEL P8701T CPE USING THE WEB INTERFACE 12/11/2012 Index 1 INTRODUCTION... 1-1 2 FACTORY DEFAULT SETTINGS... 2-1 3 CPE BASIC OPERATIONS... 3-1 3.1 PASSWORD MODIFICATION...

More information

AP6511 First Time Configuration Procedure

AP6511 First Time Configuration Procedure AP6511 First Time Configuration Procedure Recommended Minimum Configuration Steps From the factory, all of the 6511 AP s should be configured with a shadow IP that starts with 169.254.xxx.xxx with the

More information

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011

LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011 LOCKSS on LINUX Installation Manual and the OpenBSD Transition 02/17/2011 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 7 BIOS Settings... 10 Installation... 11 Firewall

More information

OSBRiDGE 5XLi. Configuration Manual. Firmware 3.10R

OSBRiDGE 5XLi. Configuration Manual. Firmware 3.10R OSBRiDGE 5XLi Configuration Manual Firmware 3.10R 1. Initial setup and configuration. OSBRiDGE 5XLi devices are configurable via WWW interface. Each device uses following default settings: IP Address:

More information

MN-700 Base Station Configuration Guide

MN-700 Base Station Configuration Guide MN-700 Base Station Configuration Guide Contents pen the Base Station Management Tool...3 Log ff the Base Station Management Tool...3 Navigate the Base Station Management Tool...4 Current Base Station

More information

Chapter 6 Using Network Monitoring Tools

Chapter 6 Using Network Monitoring Tools Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your Wireless-G Router Model WGR614v9. You can access these features by selecting the items under

More information

Movie Cube. User s Guide to Wireless Function

Movie Cube. User s Guide to Wireless Function Movie Cube User s Guide to Wireless Function Table of Contents 1. WLAN USB Adapter Connection...3 2. Wireless Setup...4 2.1 Infrastructure (AP)...5 2.2 Peer to Peer (Ad Hoc)...7 2.3 Settings for PC...8

More information

Linksys WAP300N. User Guide

Linksys WAP300N. User Guide User Guide Contents Contents Overview Package contents 1 Back view 1 Bottom view 2 How to expand your home network 3 What is a network? 3 How to expand your home network 3 Where to find more help 3 Operating

More information

USING YOUR DMX PROFUSION

USING YOUR DMX PROFUSION Set Up Guide USING YOUR DMX PROFUSION io FOR 1 Connect 2 Set Up 3 Listen SIMPLE PERSONALIZED UNLIMITED ECONOMICAL LICENSED Welcome Thank you for choosing DMX to provide your Pandora listening experience

More information

User Guide. E-Series Routers

User Guide. E-Series Routers User Guide E-Series Routers Table of Contents Table of Contents Product overview E900/E1200/E1500/E2500/E3200 1 Back view 1 Bottom view 1 E4200 2 Top view 2 Back view 2 Setting Up Your E-Series Router

More information

integration tools setup guide SIM 3 Remote Guide to controlling a SIM 3 Audio Analyzer remotely over a network connection from a laptop

integration tools setup guide SIM 3 Remote Guide to controlling a SIM 3 Audio Analyzer remotely over a network connection from a laptop setup guide integration tools SIM 3 Remote Guide to controlling a SIM 3 Audio Analyzer remotely over a network connection from a laptop 2010 Meyer Sound. All rights reserved. SIM 3 Remote Setup Guide,

More information

CPEi 800/825 Series. User Manual. * Please see the Introduction Section

CPEi 800/825 Series. User Manual. * Please see the Introduction Section CPEi 800/825 Series User Manual * Please see the Introduction Section Contents Introduction...iii Chapter 1: CPEi 800/825 User Guide Overview... 1-1 Powerful Features in a Single Unit... 1-2 Front of the

More information

Chapter 1 Configuring Basic Connectivity

Chapter 1 Configuring Basic Connectivity Chapter 1 Configuring Basic Connectivity This chapter describes the settings for your Internet connection and your wireless local area network (LAN) connection. When you perform the initial configuration

More information

Iridium Extreme TM Satellite Phone. Data Services Manual

Iridium Extreme TM Satellite Phone. Data Services Manual Iridium Extreme TM Satellite Phone Data Services Manual Table of Contents 1 OVERVIEW... 1 2 HOW IT WORKS... 1 3 BEFORE INSTALLING... 2 4 USB DRIVER INSTALLATION... 3 5 MODEM INSTALLATION AND CONFIGURATION...

More information

Chapter 6 Using Network Monitoring Tools

Chapter 6 Using Network Monitoring Tools Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your RangeMax Wireless-N Gigabit Router WNR3500. You can access these features by selecting the items

More information

Note: these functions are available if service provider supports them.

Note: these functions are available if service provider supports them. Key Feature New Feature Remote Maintenance: phone can be diagnosed and configured by remote. Zero Config: automated provisioning and software upgrading even through firewall/nat. Centralized Management:

More information

Local Caching Servers (LCS) February 2015

Local Caching Servers (LCS) February 2015 Local Caching Servers (LCS) February 2015 1.1 Chapter 1: Welcome to LCS The Kansas Interactive Testing Engine (KITE ) is used to deliver standardized tests via testing machines like desktop, laptop, and

More information

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features 1.0 Key Features Addonics T E C H N O L O G I E S NAS Adapter Model: NASU2 User Manual Convert any USB 2.0 / 1.1 mass storage device into a Network Attached Storage device Great for adding Addonics Storage

More information

Verizon Remote Access User Guide

Verizon Remote Access User Guide Version 17.12 Last Updated: August 2012 2012 Verizon. All Rights Reserved. The Verizon names and logos and all other names, logos, and slogans identifying Verizon s products and services are trademarks

More information

How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The

How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The 1-bay NAS User Guide INDEX Index... 1 Log in... 2 Basic - Quick Setup... 3 Wizard... 3 Add User... 6 Add Group... 7 Add Share... 9 Control Panel... 11 Control Panel - User and groups... 12 Group Management...

More information

Setup Wireless LAN (WLAN) on the Raspberry Pi

Setup Wireless LAN (WLAN) on the Raspberry Pi Setup Wireless LAN (WLAN) on the Raspberry Pi 1. Introduction Adding a wireless LAN connection to the Raspberry Pi (RPi) requires only a USB wireless access device (also called WLAN dongle and Wi-Fi dongle)

More information

Chapter 3 Safeguarding Your Network

Chapter 3 Safeguarding Your Network Chapter 3 Safeguarding Your Network The RangeMax NEXT Wireless Router WNR834B provides highly effective security features which are covered in detail in this chapter. This chapter includes: Choosing Appropriate

More information

Using pcduino's WiFi Dongle With the Pi a

Using pcduino's WiFi Dongle With the Pi a Using pcduino's WiFi Dongle With the Pi a learn.sparkfun.com tutorial Available online at: http://sfe.io/t173 Contents Introduction Hardware Setup Edit interfaces Edit wpa_supplicant.conf ifdown and ifup

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.11 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

PART 1 CONFIGURATION 1.1 Installing Dashboard Software Dashboardxxx.exe Administration Rights Prerequisite Wizard

PART 1 CONFIGURATION 1.1 Installing Dashboard Software Dashboardxxx.exe Administration Rights Prerequisite Wizard Omega Dashboard 1 PART 1 CONFIGURATION 1.1 Installing Dashboard Software Find the Dashboardxxx.exe in the accompanying CD or on the web. Double click that to install it. The setup process is typical to

More information

DSL-2600U. User Manual V 1.0

DSL-2600U. User Manual V 1.0 DSL-2600U User Manual V 1.0 CONTENTS 1. OVERVIEW...3 1.1 ABOUT ADSL...3 1.2 ABOUT ADSL2/2+...3 1.3 FEATURES...3 2 SPECIFICATION...4 2.1 INDICATOR AND INTERFACE...4 2.2 HARDWARE CONNECTION...4 2.3 LED STATUS

More information

PFSENSE Load Balance with Fail Over From Version Beta3

PFSENSE Load Balance with Fail Over From Version Beta3 PFSENSE Load Balance with Fail Over From Version Beta3 Following are the Installation instructions of PFSense beginning at first Login to setup Load Balance and Fail over procedures for outbound Internet

More information

MAX T1/E1. Quick Start Guide. VoIP Gateway. Version 1.0

MAX T1/E1. Quick Start Guide. VoIP Gateway. Version 1.0 MAX T1/E1 TM VoIP Gateway Quick Start Guide Version 1.0 Contents INTRODUCTION 1 Hardware Needed Software Needed 1 1 NET2PHONE MAX SET UP Hardware Set Up Software Set Up Set Up Internet Protocol (IP) Address

More information

Nokia Siemens Networks. CPEi-lte 7212. User Manual

Nokia Siemens Networks. CPEi-lte 7212. User Manual Nokia Siemens Networks CPEi-lte 7212 User Manual Contents Chapter 1: CPEi-lte 7212 User Guide Overview... 1-1 Powerful Features in a Single Unit... 1-2 Front of the CPEi-lte 7212... 1-2 Back of the CPEi-lte

More information

DATA PROJECTOR XJ-A146/XJ-A246/XJ-A256

DATA PROJECTOR XJ-A146/XJ-A246/XJ-A256 DATA PROJECTOR XJ-A146/XJ-A246/XJ-A256 E Data Projector Wireless Function Guide Be sure to read the precautions in the Setup Guide that comes with the Data Projector. Be sure to keep all user documentation

More information

Hands-on MESH Network Exercise Workbook

Hands-on MESH Network Exercise Workbook Hands-on MESH Network Exercise Workbook Santa Clara County RACES Date: 18 March 2015 Version: 1.0 scco_wifi_intro_exonly_v150318.docx 1 Table of Contents HANDS ON! Exercise #1: Looking at your Network

More information

THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering

THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering ENG 224 Information Technology Laboratory 6: Internet Connection Sharing Objectives: Build a private network that

More information

WAP3205 v2. User s Guide. Quick Start Guide. Wireless N300 Access Point. Default Login Details. Version 1.00 Edition 2, 10/2015

WAP3205 v2. User s Guide. Quick Start Guide. Wireless N300 Access Point. Default Login Details. Version 1.00 Edition 2, 10/2015 WAP3205 v2 Wireless N300 Access Point Version 1.00 Edition 2, 10/2015 Quick Start Guide User s Guide Default Login Details Web Address http://zyxelsetup Password www.zyxel.com 1234 Copyright 2014 ZyXEL

More information

EPI-3601S Wireless LAN PCI adapter Version 1.2 EPI-3601S. Wireless LAN PCI Adapter. (802.11g & 802.11b up to 108 Mbps) User Manual. Version: 1.

EPI-3601S Wireless LAN PCI adapter Version 1.2 EPI-3601S. Wireless LAN PCI Adapter. (802.11g & 802.11b up to 108 Mbps) User Manual. Version: 1. EPI-3601S Wireless LAN PCI Adapter (802.11g & 802.11b up to 108 Mbps) User Manual Version: 1.2 1 TABLE OF CONTENTS 1 INTRODUCTION...3 2 FEATURES...3 3 PACKAGE CONTENTS...4 4 SYSTEM REQUIREMENTS...5 5 INSTALLATION...5

More information

Unified Access Point Administrator's Guide

Unified Access Point Administrator's Guide Unified Access Point Administrator's Guide Product Model: DWL-3600AP DWL-6600AP DWL-8600AP Unified Wired & Wireless Access System Release 2.0 November 2011 Copyright 2011. All rights reserved. November

More information

Version 1.0. File System. Network Settings

Version 1.0. File System. Network Settings Factory Default Settings LAN 1 IP Address: 192.168.2.127 Login: root or guest ( telnet guest only) Password: root or guest ( telnet guest only) Serial Console Port: Baud rate: 115200 Data format: 8 Bits,

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.8 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

How to Create, Setup, and Configure an Ubuntu Router with a Transparent Proxy.

How to Create, Setup, and Configure an Ubuntu Router with a Transparent Proxy. In this tutorial I am going to explain how to setup a home router with transparent proxy using Linux Ubuntu and Virtualbox. Before we begin to delve into the heart of installing software and typing in

More information

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem Start Here Follow these instructions to set up your router. Verify That Basic Requirements Are Met Assure that the following requirements are met: You have your broadband Internet service settings handy.

More information

FI8910W Quick Installation Guide. Indoor MJPEG Pan/Tilt Wireless IP Camera

FI8910W Quick Installation Guide. Indoor MJPEG Pan/Tilt Wireless IP Camera Model: FI8910W Quick Installation Guide (For Windows OS) (For MAC OS please go to page 17) Indoor MJPEG Pan/Tilt Wireless IP Camera Black White Package Contents IP Camera FI8910W with IR-Cut.x 1 DC Power

More information

Raspberry Pi Android Projects. Raspberry Pi Android Projects. Gökhan Kurt. Create exciting projects by connecting Raspberry Pi to your Android phone

Raspberry Pi Android Projects. Raspberry Pi Android Projects. Gökhan Kurt. Create exciting projects by connecting Raspberry Pi to your Android phone Fr ee Raspberry Pi is a credit card-sized, general-purpose computer, which has revolutionized portable technology. Android is an operating system that is widely used in mobile phones today. However, there

More information

SATO Network Interface Card Configuration Instructions

SATO Network Interface Card Configuration Instructions SATO Network Interface Card Configuration Instructions Table of Contents 1. Reset of wired/wireless interface card... 3 2. Installing the All-In-One Utility (recommended)... 4 3. Configuring wired/wireless

More information

Extreme Control Center, NAC, and Purview Virtual Appliance Installation Guide

Extreme Control Center, NAC, and Purview Virtual Appliance Installation Guide Extreme Control Center, NAC, and Purview Virtual Appliance Installation Guide 9034968 Published April 2016 Copyright 2016 All rights reserved. Legal Notice Extreme Networks, Inc. reserves the right to

More information

PC/POLL SYSTEMS Version 7 Polling SPS2000 Cash Register TCP/IP Communications

PC/POLL SYSTEMS Version 7 Polling SPS2000 Cash Register TCP/IP Communications PC/POLL SYSTEMS Version 7 Polling SPS2000 Cash Register TCP/IP Communications PC/POLL SYSTEMS supports native TCP/IP polling for the SPS2000 cash register. It is recommended users have the register updated

More information

Turn on all of your network devices and then check to see if the LEDs on the Access Point display normally as the diagram below describes.

Turn on all of your network devices and then check to see if the LEDs on the Access Point display normally as the diagram below describes. Connect to the Access Point with the Ethernet cable or via wireless. The default SSID of the Access Point is TP-LINK_ XXXXXX. The XXXXXX is the last 6 characters of the Access Point s MAC address. Plug

More information

NOTICE. All brand and product names are the trademarks of their respective owners. Copyright 2011 All rights reserved.

NOTICE. All brand and product names are the trademarks of their respective owners. Copyright 2011 All rights reserved. X7N USER MANUAL NOTICE This document contains proprietary information protected by copyright, and this Manual and all the accompanying hardware, software, and documentation are copyrighted. No part of

More information

Setting up Digi Connect Wi-SP or Digi ConnectPort TS W Devices On a Secured Wireless Network for use with Veriteq viewlinc

Setting up Digi Connect Wi-SP or Digi ConnectPort TS W Devices On a Secured Wireless Network for use with Veriteq viewlinc Setting up Digi Connect Wi-SP or Digi ConnectPort TS W Devices On a Secured Wireless Network for use with Veriteq viewlinc Contents Before You Start the Installation...2 Introduction...2 Veriteq vnet and

More information

DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245

DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245 DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245 E Data Projector Wireless Function Guide Be sure to read the precautions in the User s Guide (Basic Operations) that comes with the Data Projector. Be sure

More information

Local Caching Servers (LCS): User Manual

Local Caching Servers (LCS): User Manual Local Caching Servers (LCS): User Manual Table of Contents Local Caching Servers... 1 Supported Browsers... 1 Getting Help... 1 System Requirements... 2 Macintosh... 2 Windows... 2 Linux... 2 Downloading

More information

Configuring a BANDIT Product for Virtual Private Networks

Configuring a BANDIT Product for Virtual Private Networks encor! enetworks TM Version A, March 2008 2013 Encore Networks, Inc. All rights reserved. Configuring a BANDIT Product for Virtual Private Networks O ne of the principal features in the BANDIT family of

More information

1 DDW2600 (U10C037) Wireless Cable Modem: FAQ

1 DDW2600 (U10C037) Wireless Cable Modem: FAQ 1 DDW2600 (U10C037) Wireless Cable Modem: FAQ 1.1 Web Interface Login This FAQ provides general tips, procedures, and troubleshooting information that can be used for the DDW2600 Wireless Cable Modem.

More information

WASP User Manual. Revision: 1.6. (c) 2012 North Pole Engineering, Inc.

WASP User Manual. Revision: 1.6. (c) 2012 North Pole Engineering, Inc. Revision: 1.6 2 1 Introduction WASP is a standalone unit providing a bridge for ANT+ devices to communicate wirelessly through Wi-Fi networks, to other devices on the local network or over the Internet.

More information

Linksys Gateway SPA2100-SU Manual

Linksys Gateway SPA2100-SU Manual Linksys Gateway SPA2100-SU Manual Manuel de l'utilisateur Table of Contents Looking for Basic Setup Instructions?... 3 Most Recent Version of this Manual... 3 Advanced Setup Instructions... 4 Wiring Your

More information

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification: PURPOSE Verify that communication is established for the following products programming option (488.2 compliant, SCPI only): DCS - M9C & DCS M130, DLM M9E & DLM-M9G & DLM M130, DHP - M9D, P series, SG,

More information

EMG Ethernet Modbus Gateway User Manual

EMG Ethernet Modbus Gateway User Manual EMG Ethernet Modbus Gateway User Manual Rev 2.2 07/2010 CONTENTS 1. Introduction 1.1. General Features 1.2 Installing the Drivers 2. Configuration 2.1 Main Device Parameters 2.1.1 RS485 Serial Communication

More information

Quick Installation Guide

Quick Installation Guide V48.01 Model: FI8919W Quick Installation Guide Outdoor Pan/Tilt Wireless IP Camera For Windows OS ------- Page 1 For MAC OS ------- Page 15 ShenZhen Foscam Intelligent Technology Co., Ltd Quick Installation

More information

Quick Start Guide NVR DS-7104NI-SL/W NVR. www.hikvision.com. First Choice For Security Professionals

Quick Start Guide NVR DS-7104NI-SL/W NVR. www.hikvision.com. First Choice For Security Professionals Quick Start Guide NVR DS-7104NI-SL/W NVR NOTE: For more detailed information, refer to the User s Manual on the CD-ROM. You must use your PC or MAC to access the files. www.hikvision.com Quick Start 1.

More information

User Manual Network Interface

User Manual Network Interface User Manual Network Interface Rev. 1.00 SRP-350plusll SRP-352plusll http://www.bixolon.com Table of Contents 1. Manual Information...3 2. Specifications...3 2-1 Hardware version...3 2-2 Configuration Tool...3

More information

NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3

NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3 NOC PS manual Copyright Maxnet 2009 2015 All rights reserved Page 1/45 Table of contents Installation...3 System requirements...3 Network setup...5 Installation under Vmware Vsphere...8 Installation under

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 1 The person installing the VC is knowledgeable of the Linux file system

More information

BlackBerry Desktop Software User Guide

BlackBerry Desktop Software User Guide BlackBerry Desktop Software User Guide Version: 2.4 SWD-1905381-0426093716-001 Contents Basics... 3 About the BlackBerry Desktop Software... 3 Set up your smartphone with the BlackBerry Desktop Software...

More information

Self Help Guide IMPORTANT! Configuring Your Router With Your Modem. Please read the following carefully; This Guide refers to the following Products:

Self Help Guide IMPORTANT! Configuring Your Router With Your Modem. Please read the following carefully; This Guide refers to the following Products: IMPORTANT! This Guide refers to the following Products: Configuring Your Router With Your Modem Please read the following carefully; Synopsis: A standard (Wireless) Router does not come equipped with the

More information