Re: Blocking the world
From: sponge (mtubi@python.net)
Date: 12/14/02
- Next message: Nasko Oskov: "Re: ICMP"
- Previous message: sponge: "Re: security effects of adding wireless access"
- In reply to: \: "Re: Blocking the world"
- Next in thread: mh: "Re: Blocking the world"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: mtubi@python.net (sponge) Date: Sat, 14 Dec 2002 11:55:34 GMT
*** post for FREE via your newsreader at post.newsfeed.com ***
Better yet, allow only those IPs of your local network to pass, and
add the following rule to your firewall (make sure it is BELOW or
last.)
Network Address: 0.0.0.0
Network Mask: 0.0.0.0
Action: DENY
Above this you would have, say, 192.168.0.1 for your LAN, and whatever
other addresses are on it, and, if needed, possibly addresses for DHCP
and your Router (Allow 0.0.0.0:67 and :68, and allow 255.255.255.255)
and perhaps 127.0.0.1
You should also disable traffic to all ports except 80 and/or 8080,
since you're doing web. You will, of course, need to allow 67 and 68,
and possibly 53, (for DNS) as I mentioned above. Open other ports on
an as-needed basis, such as if you decide to develop FTP.
On Tue, 3 Dec 2002 12:35:49 -0500, "\"Crash\" Dummy"
<dvader@deathstar.mil> wrote:
>>I have IIS installed for website developement and would like to know if
>it's
>>possible to block all access from the net whilst allowing local network
>>access only.
>
>Yes, it is. It is very easy, in fact. If you have your firewall set with a
>rule or an option to allow unfettered LAN access, that may be all you need.
>Just block the IIS ports to the internet.
>
>You can also set IIS for your LAN address. Your machine has two IP's, the
>LAN address (e.g. 192.168.0.1) and the internet address. By default, IIS is
>set to work with either, but you can set it to work with only one. Open
>"properties" for the Default Web Site in ISM, and there will be a drop down
>menu for "IP."
>
>>I know it's probably a very basic question but I'm still learning this
>>security lark. I'm using Sygate Personal Firewall Pro if that's any help
>
>I am not familiar with SPF, so I don't know what limitations, if any, it
>would impose on local connections.
>--
>Dave "Crash" Dummy
>Certified Dilettante
>crash@gpick.com
>http://lists.gpick.com
>
>
-----= Posted via Newsfeed.Com, Uncensored Usenet News =-----
http://www.newsfeed.com - The #1 Newsgroup Service in the World!
-----== 100,000 Groups! - 19 Servers! - Unlimited Download! =-----
- Next message: Nasko Oskov: "Re: ICMP"
- Previous message: sponge: "Re: security effects of adding wireless access"
- In reply to: \: "Re: Blocking the world"
- Next in thread: mh: "Re: Blocking the world"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|