Ban I.P. Addresses From your Network

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
Mic67

Ban I.P. Addresses From your Network

#1 Post by Mic67 »

How TO Ban I.P. Addresses From your Network
Using IPTABLES - the Linux firewall

Open RXVT or the terminal box (samething)

Copy and paste in the following:

iptables -I INPUT -s 123.456.789.0 -j DROP

Press Enter

NOTE the 123.456.789.0 is the IP # you want to ban

http://www.yolinux.com/TUTORIALS/LinuxT ... teway.html
"Using Linux iptables or ipchains to set up an
internet gateway / firewall / router for home or office"

http://www.alexa.com/browse?CategoryID=1

http://forums.digitalpoint.com/index.php
Kind of interesting.....

http://pingomatic.com/
What is this?
Ping-O-Matic is a service to update different search engines that your blog has updated

Cheers,

User avatar
willhunt
Posts: 495
Joined: Wed 05 Oct 2005, 18:19

Now that you bring it up

#2 Post by willhunt »

how do I ban all internet I.P's And keep all intranet I.P's
at current I'm using the moblock utility but I'm not married to that as a solution
[url=http://hostfile.org/icepak.pet]176 Icewm Themes :!:[/url]
[url=http://tinyurl.com/39fl3x]vlc-0.8.6c-i586.pet[/url]
[url=http://tinyurl.com/2q7cbp]vlc-0.8.6c-i586.pet[/url]

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#3 Post by trapster »

wildcards seem to work.

good info Here
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

Mic67

#4 Post by Mic67 »

I am trying to understand why you would want to do that?

Humm... you said:
"how do I ban all internet I.P's And keep all intranet I.P's
at current"

So interNET IP's vs intraNET IP's??? right?

What are you trying to do (and why) and what kind of network is it?

Post Reply