background image

 

13

#authentication_pkm_type=EAP-TLS   
#authentication_pkm_type=EAP-TTLS-CHAP   
authentication_pkm_type=EAP-TTLS-MSCHAPV2   
 
[EAPTLS setparam]   
tls_cacert=/etc/auth/cacert.pem   
tls_pricert=/etc/auth/client.pem   
tls_pripasswd=whatever   
tls_userid=socswtls   
tls_userpasswd=whatever   
[EAPTTLSCHAP setparam]   
ttls-chap_cacert=/etc/auth/cacert.pem   
ttls-chap_pricert=/etc/auth/client.pem   
ttls-chap_pripasswd=whatever   
ttls-chap_anonyid=ttls   
ttls-chap_userid=socswchap   
ttls-chap_passwd=whatever   
[EAPTTLSMSCHAPV2 setparam]   
ttls-mschapv2_cacert=/etc/auth/cacert.pem   
ttls-mschapv2_pricert=/etc/auth/client.pem   
ttls-mschapv2_pripasswd=whatever   
ttls-mschapv2_anonyid=ttls   
ttls-mschapv2_userid=socswmschap   
ttls-mschapv2_passwd=whatever   
…   
[DM command]   
wb_ru   
cfg sbc param_set 0   
…   
 
 

The setparam sections have some variables, and you should fill them with the data from your service provider. 

Cacert 

is root certificate, and you can change file name but you should not modify the path name. 

Pricert 

is 

client client certificate with(or without) a private key. The restrictions for file and path name are same to the 

cacert

Pripasswd 

is private key. 

Anonyid 

is anonymous id, or outer NAI(Network Access Identifier). 

Userid 

is user id, or inner NAI. 

Passwd 

is the password for userid. 

Authentication_alpha_delimiter_enable

” makes the character, “@”, in 

userid 

or 

anonyid 

as a delimiter or 

as just a character. If it is YES, “@” is a delimiter, if not, “@” is a character. If your set 

userid 

with 

[email protected]” and the variable is YES, then your 

userid 

is just “aaa”. If it is NO, then your 

userid 

is 

[email protected]” .   
For the time being, because our EAP method support the base64 encoding, you should change the encoding 
format to base64 if your certificate is encoded by DER method. You can use certificate administrator’s tools 
in MS Windows for this purpose.   
You can update certificates files with FTP. That is, you change directory to /etc/auth, get CA certificate and 
Private certificate by binary mode FTP, and change the name of the files or change filenames in wcm.conf. 
Another tools for updating certificate files is web access, and it is explained in section 5.4.3.   
If you want to connect to WiMAX service provider with authentication mode, then you should run a 
command, “cfg sbc param_set 0”, after RF_UP and before NET_ENTRY. This can be done by inserting the 
command in “DM command” section in “wcm.conf”, when booting time   

Summary of Contents for SWC-3100

Page 1: ...1 SEOWON INTECH SWC 3100 Simple CPE User Guide ...

Page 2: ...Connection Manager User Interface 9 2 2 1 System Commands 10 2 2 2 WiMAX Connection Manager Commands 10 2 2 3 WiMAX Text DM Commands 11 2 2 4 Command Batch Processing 11 2 3 Control of connection to WiMax network 11 2 3 1 Connection with dynamic IP allocation 11 2 3 2 Connection with static IP allocation 12 2 3 3 Enabling authentication mode 12 2 4 Configuring CPE with web browser 14 2 4 1 Network...

Page 3: ...ernet address supplied by high speed internet service provider Functional Features Function Features IEEE802 16e WiMAX Support Wave1 DL 10Mbps UL 4Mbps Wave2 DL 20Mbps UL 6Mbps IEEE802 3u Ethernet Support 10 100Mbps wired LAN connectable LAN Port 1 Port 10 100Mbps Ethernet Switch built in Cable Auto Sense Straight Direct or Cross Cable auto sensing NAT function Possible of max 253 wired and connec...

Page 4: ...4 1 2 Packaging Contents Figure Main Unit Figure CD Figure Antenna X 2 Figure Quick Guide Figure UTP Cable Figure USB Cable Figure Adapter ...

Page 5: ... 2 3GHz 5 2 5GHz blank 3 5GHz Power S W Power On Off Switch On Off by pressing right or left DC IN Power Adapter connection DC 5V LAN PC or Hub connection Factory Reset Restore the Simple CPE Factory Default Note If you lost LOGIN password for router or IP address after change use the Reset switch to restore its original Factory Default settings WiMAX Main Antenna WiMAX Diversity Antenna Power Swi...

Page 6: ...power failure LAN ON when cable is connected normally Check cable connection and PC power supply WiMAX RSSI Representation WiMAX received signal strength indication RSSI on when the mode was selected router Check the mode selected router SEOWONINTECH To Verify normal operation of router LEDs You have to check if each LED of the router operates properly after connecting router modem and PC with LAN...

Page 7: ...a router after connecting to network If normal connection between router and PC is checked you have to set up PC and router Router setup is to connect a router to Internet which is suitable for the Internet line type that is connected to router It is progressed by referring to Chapter II depending on Internet type ...

Page 8: ...8 1 5 WiMAX Wired LAN Connection CPE PC WiMAX ...

Page 9: ...file Controlling WiMAX connection manager by this file is explained with example cases in section 5 3 The connection manager reads this file on startup and performs the necessary actions In addition one can list up the GCT WiMAX text DM commands in DM command section so that the connection manager executes these commands in batch mode 2 2 Connection Manager User Interface The WiMAX connection mana...

Page 10: ...s used to read the current state the device is in The device can be in one of the following states NULL This is the initial device state when its modem and RF is turned off OUT OF ZONE The device cannot locate any available WiMAX network STANDBY The device has achieved PHY and MAC synchronization and keeps listening to DCD UDC DL MAP and UL MAP from the base station NETENTRY The device is in netwo...

Page 11: ...ation file etc wibro conf The WiMAX connection manager executes these commands automatically alleviating the need to the same thing repeatedly For example we have listed two commands d ver is the WiMAX Text DM commands that shows the MAC PHY version of the firmware and wb_ru turns on the WiMAX modem and RF The developers can find the MAC and PHY parameters that best fit the targeting WiMAX network...

Page 12: ... they maintain ARP list with the IP and MAC address of mobile so your IP address should be allocated in advance by base stations or service providers 2 3 3 Enabling authentication mode To enable authentication process while in WiMAX connecting the variable Authentication_pkm_enable should be YES Then WiMAX connection manager tries authentication processing You can choose the kind of authentication...

Page 13: ...ert Pripasswd is private key Anonyid is anonymous id or outer NAI Network Access Identifier Userid is user id or inner NAI Passwd is the password for userid Authentication_alpha_delimiter_enable makes the character in userid or anonyid as a delimiter or as just a character If it is YES is a delimiter if not is a character If your set userid with aaa bbb ccc com and the variable is YES then your us...

Page 14: ...need change so as to meet your individual needs You can use crossover Ethernet cable directly between PC and CPE Ethernet port Then you can configure the CPE with your web browser To access CPE enter http 192 168 1 1 in your web browser After that you can see a screen like this ...

Page 15: ...can change WCM configuration The content will show up in the right window The detailed explanation for the content is done in section 5 1 and 5 2 Choosing WIMAX configuration will show the following screen This window is used for static network setup for WiMax device as shown in section 5 3 2 ...

Page 16: ... following window In this example IP address of eth0 is 192 168 1 1 and its netmask is 255 255 255 0 IP address pool for DHCP server on eth0 dhcpd starts with 10 ends to 250 and its subnet is 192 168 1 The variable DHCPSERVER will control whether DHCP server will run or not ...

Page 17: ...17 NAT configuration in uClinux system can be changed by this window but no change in this window is recommended ...

Page 18: ... a server in local area network of CPE that is enabling outer world to connect the internal server for this purpose they should set up port forwarding method in uClinux In this example user can open some port with iptables command ...

Page 19: ...19 ...

Page 20: ... commercial product So System Menu in left window help you to update the images At first you should find a image to update with Browse or 찾아보기 button then you can upload the image to the CPE and write it to flash file system with update button This step could be repeated until three images are uploaded and programmed to flash system After that you can press Reset button to reboot the CPE ...

Page 21: ...tton WCM EAP Setting then you can see the following With this menu you can update the certificate files If you click Browse or 찾아보기 button in CA Cert File field then you can see the following popup menu You should choose an appropriate CA certificate files which the service provider gives to you ...

Page 22: ...22 In Client Cert File with private key field the operation is same as in CA Cert File field ...

Page 23: ...nnection Manager If you are also provided with WCM source code you should turn on the code define WCM_CONF_ENV_FROM_BINARY in config h and recompile the source codes of WCM Then your executable wcm does not use etc wcm conf but uses etc wcmconf dat Therefore all fields in WCM EAP Setting menu should be written with correct values as in etc wcm conf and each field has same meaning as in etc wcm con...

Page 24: ...15 of the FCC Rules These limits are designed to provide reasonable protection against harmful interference in a residential installation This equipment generates uses and can radiate radio frequency energy and if not installed and used in accordance with the instructions may cause harmful interference to radio communications However there is no guarantee that interference will not occur in a part...

Reviews: