User's Manual
GO MBW Getting Started Guide
GO MBW Getting Started GuideGO MBW Getting Started Guide
GO MBW Getting Started Guide
Draft Version - Confidential - Page 28
Define the default gateway IP address on the same networking on which you connect
the NET interface. To accomplish this, use the following parameter:
configure ip default-gateway <ip address>
Step 4: Configure the DHCP Server
By default, the DHCP server is already defined. To create the IP range for the DHCP
Server, use the following parameter at the boot level:
configure ip dhcp pool add [<name> <start-address> <end-address>
<pool-netmask> <lease-spec>]
Step 5: Configure the DNS
To be able to surf the Internet, you will need to configure at least one DNS relay list
by using the following parameter at the boot level:
configure ip dns fwd-list <ip address list>
Additional DNS can be added to the list using a semi-colon separation. For example:
configure ip dns fwd-list 192.168.1.1; 192.168.2.1
Step 6: Configure the Radius Authentication Client Connectivity
Define the authentication Radius server IP address on the client in the WNC using
the following parameter at the boot level:
configure radius-client auth-primary-server-ip <ip address>
Step 7: Configure the Radius Authentication Shared Key
Define the authentication secret password Radius server IP address on the client in
the WNC, using the following parameter:
configure radius-client auth-primary-server-secret <string>
Step 8: Configure the Radius Authentication Port Connectivity
By default the port number of the authentication is 1812. To define the port number
of the Radius server on the client in the WNC, use the following parameter at the
boot level:
configure radius-client auth-primary-server-port <port-number>
Step 9: Configure the Radius Authentication Source IP Address
You should define the authentication source IP address of the client in the WNC by
using the following parameter at the boot level:
configure radius-client auth-source-ip <IP address>
Step 10: Configure the Radius Accounting Client Connectivity