Vantron
| Embedded in your success, Embedded in your better life
World-leading provider of embedded/IoT products and solutions
VT-SBC-C3558R | User Manual 32
wpa_passphrase=
12345678
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
rsn_pairwise=CCMP
3.
Run the following command to open the hotspot configuration file and enable the
hotspot service;
# hostapd -B hostapd.conf
Configuration file: hostapd.conf
Using interface wlan0 with hwaddr f0:57:a6:26:8e:91 and ssid "vt-sbc-c3558-AP"
IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
wlan0: interface state UNINITIALIZED->ENABLED
wlan0: AP-ENABLED
root@vt-sbc-c3558r:~# pcieport 0000:00:09.0: AER: Multiple Corrected error received:
id=0048
pcieport 0000:00:09.0: PCIe Bus Error: severity=Corrected, type=Physical Layer,
id=0048(Receiver ID)
pcieport 0000:00:09.0: device [8086:19a4] error status/mask=00000001/00002000
pcieport 0000:00:09.0: [ 0] Receiver Error (First)
4.
Open and edit the configuration file of the DHCP server;
# vi ~/wlan0_dhcpd.conf
start 192.168.100.3
end 192.168.100.100
interface wlan0
opt dns 8.8.8.8
opt subnet 255.255.255.0
opt router 192.168.100.222
opt lease 23
5.
Start the DHCP service;
# udhcpd -fS ~/wlan0_dhcpd.conf
udhcpd: started, v1.27.2