Skip to content

Raspap Couldn't Get Ip Address help a newbie please 😢 #1381

Answered by billz
astrawnuts asked this question in Q&A
Discussion options

You must be logged in to vote

It appears your AP interface has an automatically assigned IP from the 169.254.x.x private address range. This is a failover mechanism for local IPv4 networks when clients are unable to obtain an IP address from a DHCP server.

The AP interface requires a static IPv4 address, eg.:

# RaspAP wlan0 configuration
interface wlan0
static ip_address=10.3.141.1/24
static routers=10.3.141.1

This is done automatically by RaspAP's default settings, however it doesn't know how to handle the predictable network interface name assigned to your wlx[...] USB device.

If you'd like to use your external wireless adapt…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by billz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants