Installation Manual

GCT LTE Module Software Development Guide
Aquila Confidential
Version V2.2
Page9of27
example:
vlan_tag=100
ipaddr=10.166.194.196
netmask=255.0.0.0
gateway=10.0.0.59
device=eth2
vdevice=eth2.100
The steps are as follows:
1. ip link set dev eth2.100 down
2. ip link delete eth2.100
3. vconfig add eth2 100
4. ip link set vlan100 name eth2.100
5. ifconfig eth2.100 –arp
6. ifconfig eth2.100 10.166.194.196 netmask 255.0.0.0 up
7. ip link set txqueuelen 100 dev eth2.100
8. route add default gw 10.0.0.59 dev eth2.100
9. configDNSdifferent platform the way of config DNS will vary
can be configured to the default files/etc/resolv.conf
4. route
5. Ping network
Pingip
Pingdomain name
Figure 8eth2.100