Skip to content

How to set up a kind of reverse access point (allowing access from the outside only) #1628

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

You must be logged in to vote

You can set up RaspAP to achieve the configuration you described, where eth0 manages the untrusted LAN and the wlan interface connects to the trusted WAN. Broadly speaking, you'll want to do the following:

  1. Configure the eth0 interface with a static IP address (eg. 192.168.50.1/24) and connect your untrusted devices to it.
  2. Set up wlan0 as the trusted network: make sure wlan0 gets its IP address from the trusted network's DHCP server.
  3. Firewall rules: RaspAP's optional firewall can be used as a base for this, although your implementation requires some custom rules not included in the default package. For example, at a minimum you'll probably want to prevent clients on the untrusted network …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mjmeans
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