Gentoo Archives: gentoo-security

From: morgan allen <morganrallen@×××××××××.net>
To: gentoo-security@l.g.o
Subject: [gentoo-security] RE: port knocking
Date: Tue, 04 Oct 2005 20:17:49
Message-Id: 20051004201253.8329.qmail@web80707.mail.yahoo.com
1 Here is a method I use to frustrate people trying to
2 nab my wifi connection using iptables (wireless router
3 -> linux router -> dsl -> net). The wireless router in
4 setup with a basic NAT for my desktops and wireless
5 but the wireless comes in on its own nic. with
6 prerouting set to drop, I have
7 [1:56] -A PREROUTING -m ttl --ttl-eq 202 -j ACCEPT
8
9 echo 204 > /proc/sys/net/ipv4/ip_default_ttl
10 on my laptop init
11
12 --
13 gentoo-security@g.o mailing list

Replies

Subject Author
Re: [gentoo-security] RE: port knocking boger <boger@×××.ru>
Re: [gentoo-security] RE: port knocking Dan Gregory <dan.gregory@×××.com>