Configure the network interfaces using the CLI:
Enter the following commands in the CLI:
cong system interface
edit “4g”
set vdom “root”
set mode dhcp
set allowaccess ping https ssh http telnet
set type physical
set defaultgw enable
next
edit “modem”
set vdom “root”
set allowaccess ping https ssh http telnet
next
edit “internal”
set vdom “root”
set ip 192.168.1.99 255.255.255.0
set allowaccess ping https ssh http telnet
set type physical
next
end
Configure the network modem using the Web-based Manager:
1. In the Web-based Manager, go to System > Network > Modem.
2. Check Enable Modem.
3. Set the Mode to Redundant and select 4g in the Redundant for
drop-down list.
4. Set Dial Mode to Always Connect.
5. Under the CDMA Modem settings, in the Phone Number text box
enter #777.
6. Select Apply.
Configure the network modem using the CLI:
Enter the following commands in the CLI:
cong system modem
set status enable
set mode redundant
set interface “4g”
set modem-dev1 pcmcia-wireless
set phone1 “#777”
end