Published:

Table of contents

You need 2 rules.

In

name: LONELY_IN

description: guest to LAN/WAN

default action Drop

interface: eth2, direction in

rules:

  1. allow http. source port 8080, protocol TCP, action Accept
    1. allow ssh. source port 22, protocol TCP, action Accept
  2. drop guest to LAN. destination: network group LAN_NETWORKS. protocol all, action Drop

Local

name: LONELY_LOCAL

description: guest to router

default action Drop

interface: eth2 direction local

rules:

  1. allow DNS. destination port 53, protocol TCP/UDP, action Accept
  2. allow DHCP. destination port 67, protocol UDP, action Accept

Rate this page