-
Notifications
You must be signed in to change notification settings - Fork 1
fconf 4g‐ndis
Geofrey Ernest edited this page Jan 26, 2017
·
3 revisions
This command is used to configure LTE modem via NDIS interface
Description of the actions executed by specifying flags (if interface name is eth1):
create state file in /etc/fconf/4g-ndis@eth1.json
create configuration in /etc/systemd/network/fconf-4g-eth1.network
, e.g:
[Match]
Name=eth1
[Network]
DHCP=ipv4
note: You can combine this flag with --config
, which will configure the network then enable it.
run:
ip link set up dev eth1
systemctl restart systemd-networkd
run:
ip addr flush dev eth1
rm /etc/systemd/network/fconf-4g-eth1.network
systemctl restart systemd-networkd
note: this flag can't be used together with --config
assume running --disable
run:
systemctl restart systemd-networkd
rm /etc/fconf/4g-ndis@eth1.json