Hi there,
My network-data:
Turris omnia:
- internal IP: 192.168.1.1
- public access via: sub.my-domain.tl
Homeserver: - internal IP: 192.168.1.4
- webservice running on port: 40000
What I’d like to achive:
I’d like to grant friends connected to my guest-network so they are able to access my public domain without being routed over the internet.
My actual rules are as followed (just like the common turris guest-setup)
config zone 'gast'
option name 'gast'
option forward 'REJECT'
option output 'ACCEPT'
option input 'REJECT'
list network 'gast'
config forwarding
option name 'Allow Gast forwarding'
option src 'gast'
option dest 'wan'
config rule
option name 'Allow Gast DHCP request'
option src 'gast'
option proto 'udp'
option src_port '67-68'
option dest_port '67-68'
option target 'ACCEPT'
config rule
option name 'Allow Gast DNS Queries'
option src 'gast'
option proto 'tcpudp'
option dest_port '53'
option target 'ACCEPT'
Any suggestions are appreciated!
Best,
ssdnvv
