I've been using NG Firewall on my Protectli FW1 for a while. But this weekend, I added the Protectli MDG100 4G LTE modem as a failover WAN.
The MDG100 4G LTE modem is, essentially, composed of four parts:
- The 4G LTE WAN interface,
- A lightweight HTTP server that serves up the configuration interface,
- A simple DHCP server, and
- The mini-PCIe LAN interface, usb0.
The modem comes pre-configured with the RFC 1918 Class B Private address 172.16.0.1 assigned to the internal interface.
The modem's built-in DHCP server will issue an address from that address range to the the mini-PCIe interface, usb0.
This arrangement allows the mini-PCIe interface, usb0, to communicate with the lightweight HTTP server so that the device can be configured.
In order to get started with it: I used the terminal that is accessible from the console to...
- enable the mini-PCIe interface, usb0...
Code:ifconfig usb0 up- request an IPv4 address for the mini-PCIe interface, usb0...
Code:dhclient usb0
And then I used the untangle client (i.e., the lightweight browser accessible from the console) to reconfigure the modem's LAN address.
But untangle won't recognize the mini-PCIe interface, usb0! i.e., usb0 does not appear in the list of interfaces in the Config::Network::Interfaces pane.
How can I configure the mini-PCIe interface, usb0, as a WAN in NG Firewall?
TIA,
Eric Pretorious
Portland, Oregon