Thread: telnetd on a K4
View Single Post
Old 07-27-2013, 12:43 PM   #6
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@Oddbloke: Oops. Was looking at my SVN WC, so, yeah, got the wrong L° ;D.

Yeah, I indeed meant the iptables line .

Something in the vein of
Code:
iptables -A INPUT -i wlan0 -p tcp --dport telnet -j ACCEPT
should do the trick. (+ UDP if needed, I'm not familiar with the inner workings of the telnet protocol and can't remember how much of UDP is blocked by the default rules.)

Last edited by NiLuJe; 07-27-2013 at 07:30 PM.
NiLuJe is offline   Reply With Quote