Webinterface für das GastNetzwerk deaktivieren

Post new topic   Reply to topic    DD-WRT Forum Index -> Allgemeine Fragen
Author Message
iDeathz
DD-WRT Novice


Joined: 07 Oct 2014
Posts: 6

PostPosted: Tue Oct 21, 2014 7:17    Post subject: Webinterface für das GastNetzwerk deaktivieren Reply with quote
Guten Morgen,

seit einigen Tagen funktioniert bei mir tadellos das GastWlan.

Nun möchte ich gerne das Webinterface des Routers für meine Gäste sperren.

Momentan erhalten meine Geräte die IP-Adressen ab 192.168.0.1

Für Gäste die 192.168.178.1

Nun habe ich versucht das Webinterface per Firewall Regel zu blockieren, was jedoch scheiterte.

iptables -I FORWARD -s 192.168.178.1 -j DROP


Auf eure Hilfe wäre ich euch sehr dankbar:)
Sponsor
iDeathz
DD-WRT Novice


Joined: 07 Oct 2014
Posts: 6

PostPosted: Thu Oct 23, 2014 12:32    Post subject: Reply with quote
hat denn keiner eine Idee, wie man das Webinterface für Gäste Blockieren kann?

Momentan wird ein Passwort gebraucht, aber ich möchte dieses Interface komplette für Gäste sperren.
ciscodlink
DD-WRT User


Joined: 13 May 2014
Posts: 273

PostPosted: Sat Oct 25, 2014 13:08    Post subject: Reply with quote
It’s also probably unnecessary (depending on your needs) to allow users on the guest network SSH, Telnet, or GUI access to the router. Append these firewall rules to harden the security of all of your networks!

Code:

iptables -I FORWARD -i br0 -o br1 -m state --state NEW -j DROP
iptables -I INPUT -i br1 -p tcp --dport telnet -j REJECT --reject-with tcp-reset
iptables -I INPUT -i br1 -p tcp --dport ssh -j REJECT --reject-with tcp-reset
iptables -I INPUT -i br1 -p tcp --dport www -j REJECT --reject-with tcp-reset
iptables -I INPUT -i br1 -p tcp --dport https -j REJECT --reject-with tcp-reset
iDeathz
DD-WRT Novice


Joined: 07 Oct 2014
Posts: 6

PostPosted: Sun Oct 26, 2014 9:42    Post subject: Reply with quote
@ciscodlink

Thank you:)

It works for me Very Happy Very Happy
ciscodlink
DD-WRT User


Joined: 13 May 2014
Posts: 273

PostPosted: Mon Oct 27, 2014 7:17    Post subject: Reply with quote
aye!

Immer gut wenn man helfen kann Very Happy
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Allgemeine Fragen All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum