== Steps for setting up the WiMAX BTS on ORBIT == Please note: Do not restart BTS until all changes are complete. If you do happen to restart, you will have to use the serial interface to connect to the BTS. * Change the IP address and correct configuration on the RF card. - Login to the BTS as root on 192.168.1.10/24 - Copy the attached [attachment:networkenv.orbit networkenv.orbit] file to /flash/networkenv - Use wiset commands below to correct configuration on the BTS: {{{ wiset authgw_id 0x41534E47 wiset authgw_port 0x08B7 wiset asngw_id 0x41534E4757303030 wiset asngw_dp_port 0x08B7 wiset asngw_ep_port 0x08B7 wiset bs_rx_port 0x08B7 wiset bsid 0x303030303030 wiset frequency 2551500 wiset bs_tx_power 40 wiset bw_mode 0 wiset dlul_ratio 2 wiset ttg 296 wiset rtg 168 wiset framesync_mode 2 wiset antenna_gain 0 # Other wiset commands changed to appropriately reflect new IP settings. wiset authgw_ip 0x0A030047 wiset asngw_dp_ip 0x0A030047 wiset asngw_ep_ip 0x0A030047 }}} * Change settings on the N/W card. - Login to the N/W card at 192.168.1.42/24 again as root, and change the IP configuration for eth1 in the /etc/network/interfaces file as : {{{ auto eth1 iface eth1 inet static address 10.3.0.51 network 10.3.0.0 netmask 255.255.0.0 broadcast 10.3.255.255 gateway 10.3.0.1 }}}