PC Review


Reply
Thread Tools Rate Thread

Block specifice private ip

 
 
dsmcd
Guest
Posts: n/a
 
      15th Nov 2004
Hello...

I have live servers and testing/training servers on my LAN. I'd
like to ensure I don't inadvertently connect to a live server
when I think I'm connected to a tester/training server and thus
do irreparable damage.

I'd like to prevent connections to specific private ips. Subnets
don't do it since the IPs I'm after are scattered in a range of
IPs.

Any suggestions?

Thx,
D.

 
Reply With Quote
 
 
 
 
Malke
Guest
Posts: n/a
 
      15th Nov 2004
dsmcd wrote:

> Hello...
>
> I have live servers and testing/training servers on my LAN. I'd
> like to ensure I don't inadvertently connect to a live server
> when I think I'm connected to a tester/training server and thus
> do irreparable damage.
>
> I'd like to prevent connections to specific private ips. Subnets
> don't do it since the IPs I'm after are scattered in a range of
> IPs.
>
> Any suggestions?
>
> Thx,
> D.


Are you using a router? If so, you can deny specific IP addresses access
to the Internet from the configuration interface.

Malke
--
MS MVP - Windows Shell/User
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
 
Reply With Quote
 
dsmcd
Guest
Posts: n/a
 
      15th Nov 2004
Malke <(E-Mail Removed)> wrote:
>dsmcd wrote:
>
>> Hello...
>>
>> I have live servers and testing/training servers on my LAN.
>>I'd
>> like to ensure I don't inadvertently connect to a live server
>> when I think I'm connected to a tester/training server and
>>thus
>> do irreparable damage.
>>
>> I'd like to prevent connections to specific private ips.
>>Subnets
>> don't do it since the IPs I'm after are scattered in a range
>>of
>> IPs.
>>
>> Any suggestions?
>>
>> Thx,
>> D.

>
>Are you using a router? If so, you can deny specific IP
>addresses access
>to the Internet from the configuration interface.
>
>Malke


The servers are on the LAN so preventing internet access won't
do it. I'm thinking more along the lines of a hosts file, but
for ip address. Redirect all traffic to a specidifed address to
a null host.

Any other suggestions?

Thx,
D.

 
Reply With Quote
 
Malke
Guest
Posts: n/a
 
      15th Nov 2004
dsmcd wrote:

> Malke <(E-Mail Removed)> wrote:
>>dsmcd wrote:
>>
>>> Hello...
>>>
>>> I have live servers and testing/training servers on my LAN.
>>>I'd
>>> like to ensure I don't inadvertently connect to a live server
>>> when I think I'm connected to a tester/training server and
>>>thus
>>> do irreparable damage.
>>>
>>> I'd like to prevent connections to specific private ips.
>>>Subnets
>>> don't do it since the IPs I'm after are scattered in a range
>>>of
>>> IPs.
>>>
>>> Any suggestions?
>>>
>>> Thx,
>>> D.

>>
>>Are you using a router? If so, you can deny specific IP
>>addresses access
>>to the Internet from the configuration interface.
>>
>>Malke

>
> The servers are on the LAN so preventing internet access won't
> do it. I'm thinking more along the lines of a hosts file, but
> for ip address. Redirect all traffic to a specidifed address to
> a null host.
>
> Any other suggestions?
>
> Thx,
> D.


I don't have any Windows server operating systems installed right now so
I can't check. On my machine I can set a Hosts Deny which will do
exactly what you want, but that won't help you because this is Linux.
I'm sure Windows servers must have the equivalent. Try posting your
question in one of the servers groups such as:

microsoft.public.windows.server.general

Sorry I wasn't able to help you with this.

Malke
--
MS MVP - Windows Shell/User
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
 
Reply With Quote
 
dsmcd
Guest
Posts: n/a
 
      16th Nov 2004
Malke <(E-Mail Removed)> wrote:
>dsmcd wrote:
>
>> Malke <(E-Mail Removed)> wrote:
>>>dsmcd wrote:
>>>
>>>> Hello...
>>>>
>>>> I have live servers and testing/training servers on my LAN.
>>>>I'd
>>>> like to ensure I don't inadvertently connect to a live
>>>>server
>>>> when I think I'm connected to a tester/training server and
>>>>thus
>>>> do irreparable damage.
>>>>
>>>> I'd like to prevent connections to specific private ips.
>>>>Subnets
>>>> don't do it since the IPs I'm after are scattered in a range
>>>>of
>>>> IPs.
>>>>
>>>> Any suggestions?
>>>>
>>>> Thx,
>>>> D.
>>>
>>>Are you using a router? If so, you can deny specific IP
>>>addresses access
>>>to the Internet from the configuration interface.
>>>
>>>Malke

>>
>> The servers are on the LAN so preventing internet access won't
>> do it. I'm thinking more along the lines of a hosts file, but
>> for ip address. Redirect all traffic to a specidifed address
>>to
>> a null host.
>>
>> Any other suggestions?
>>
>> Thx,
>> D.

>
>I don't have any Windows server operating systems installed
>right now so
>I can't check. On my machine I can set a Hosts Deny which will
>do
>exactly what you want, but that won't help you because this is
>Linux.
>I'm sure Windows servers must have the equivalent. Try posting
>your
>question in one of the servers groups such as:
>
>microsoft.public.windows.server.general
>
>Sorry I wasn't able to help you with this.
>
>Malke


OK, thanks.

D.

 
Reply With Quote
 
Ron Lowe
Guest
Posts: n/a
 
      16th Nov 2004
"dsmcd" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello...
>
> I have live servers and testing/training servers on my LAN. I'd
> like to ensure I don't inadvertently connect to a live server
> when I think I'm connected to a tester/training server and thus
> do irreparable damage.
>
> I'd like to prevent connections to specific private ips. Subnets
> don't do it since the IPs I'm after are scattered in a range of
> IPs.
>
> Any suggestions?
>
> Thx,
> D.
>



I've had a think, and all I can come up with is to use a
software firewall on your PC, and spcifically block that IP address.

The servers are not on the same local subnet as you, by any chance, are
they?


--
Best Regards,
Ron Lowe
MS-MVP Windows Networking


 
Reply With Quote
 
dsmcd
Guest
Posts: n/a
 
      21st Nov 2004
"Ron Lowe" <ron-msng@{d.e.l.e.t.e.}lowe-family.me.uk> wrote:
>"dsmcd" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> Hello...
>>
>> I have live servers and testing/training servers on my LAN.
>>I'd
>> like to ensure I don't inadvertently connect to a live server
>> when I think I'm connected to a tester/training server and
>>thus
>> do irreparable damage.
>>
>> I'd like to prevent connections to specific private ips.
>>Subnets
>> don't do it since the IPs I'm after are scattered in a range
>>of
>> IPs.
>>
>> Any suggestions?
>>
>> Thx,
>> D.
>>

>
>
>I've had a think, and all I can come up with is to use a
>software firewall on your PC, and spcifically block that IP
>address.
>
>The servers are not on the same local subnet as you, by any
>chance, are
>they?


No. Unfortunately they're on a WAN...different subnets.

D.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove Row numbers and Column letters from a specifice workbook ArcticWolf Microsoft Excel Worksheet Functions 3 24th Oct 2008 01:17 PM
Enable Windos firewall in a specifice network =?Utf-8?B?U0E=?= Windows XP General 2 18th Jul 2006 07:59 AM
How do I uncheck the Private block on all contacts in Outlook? =?Utf-8?B?bXJnYW1iaW5v?= Microsoft Outlook Contacts 3 3rd Aug 2005 10:52 PM
Configuration Application Block and private user settings Mariusz Wojsyk Microsoft C# .NET 1 26th Apr 2005 12:34 PM
Stop specifice programs from starting at boot up Andy Microsoft Windows 2000 4 2nd Apr 2004 05:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:16 AM.