EasyManua.ls Logo

ODROID C1 - Configure Network Interface; Assign Static IP Address

Default Icon
20 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Last
update:
2019/03/05
10:03
accessory:connectivity:wifi:wireless_ap_mode https://wiki.odroid.com/accessory/connectivity/wifi/wireless_ap_mode?rev=1551747785
https://wiki.odroid.com/ Printed on 2023/05/21 14:24
Bus 003 Device 003: ID 0bda:a811 Realtek Semiconductor Corp.
Configure Access Point
One user (tam1111574) reported there's an issue with USB 3.0 port on the XU4:
http://forum.odroid.com/viewtopic.php?f=97&t=19285
All commands must be executed in super user mode.
You should do apt update && apt full-upgrade before proceed.
It may need to do apt install libnl-3-dev libnl-genl-3-dev libssl-dev hostapd
iptables git pkg-config vim build-essential to work with.
Configure wireless network interface and dnsmasq daemon.
Configure access point can be divided into the following tasks.
Setup network interface configuration
Setup DHCP server configuration
Setup iptables to forward the internet traffic from Ethernet to wireless lan.
Setup hostapd server or wpa_supplicant configuration.
Check service & WIFI configuration
Step 1: Setup network interface configuration.
In order to configure Wireless Access Point you need to provide static IP address to Wireless network
card.
Check wlan0 part of the following contents that you should put.
target
root@odroid:~# vi /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
auto lo
iface lo inet loopback
auto eth0