close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 45 and Version 46 of Old/WiMAX/30


Ignore:
Timestamp:
Jul 31, 2012, 5:08:52 PM (12 years ago)
Author:
ffund01
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/30

    v45 v46  
    357357This static address is not preserved when the Teltonika device is removed from the host machine, and it needs to be configured each time that the device is connected to the host.
    358358
     359After statically setting the IP address, you need to also set up the iptables rules to send traffic to and from the host device. An easy way to do this is to use the same script that the DHCP client uses for this purpose. Run the following commands within a telnet session on the Teltonika device:
     360
     361{{{
     362# export interface=icc0
     363# export subnet=[desired subnet, e.g. 16,24]
     364# export ip=[desired address]
     365# /etc/udhcpc.script bound
     366}}}
     367
     368If you are planning to use the WiMAX interface for the default route, not just for traffic on its own subnet, you should also add
     369{{{
     370# export router=[router IP]
     371}}}
     372before /etc/udhcpc.script bound.
     373
    359374== 12.4 Installing the Beceem Driver for Linux-Airspan BS Compatibility ==
    360375