Networking Forums

Networking Forums > Computer Networking > Windows Networking > Address table conflicts

Reply
Thread Tools Display Modes

Address table conflicts

 
 
Tony Birnseth
Guest
Posts: n/a

 
      08-19-2004, 07:41 PM
I'm getting the following events. I can't find any
details on the event number and references I have don't
seem to know about 'local address table' and/or 'windows
routing table'.

How do I find out what I need to correct?

thanks,
tony

Event info is:
The ISA Server services cannot create a packet filter
207.46.253.253. This event occurs when there is a conflict
between the Local Address Table (LAT) configuration and
the Windows 2000 routing table. Check the routing table
and the LAT to find the source of the conflict.

 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      08-19-2004, 08:05 PM
The LAT should only contain addresses from the private network and not
anything else. If this ISA has 2 nics, then the "internet facing" NIC must
*not* be in the LAT and neiter should any thing from that subnet. Only the
IP Ranges from the LAN side should be in the LAT.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

"Tony Birnseth" <(E-Mail Removed)> wrote in message
news:94be01c48624$88d0dab0$(E-Mail Removed)...
> I'm getting the following events. I can't find any
> details on the event number and references I have don't
> seem to know about 'local address table' and/or 'windows
> routing table'.
>
> How do I find out what I need to correct?
>
> thanks,
> tony
>
> Event info is:
> The ISA Server services cannot create a packet filter
> 207.46.253.253. This event occurs when there is a conflict
> between the Local Address Table (LAT) configuration and
> the Windows 2000 routing table. Check the routing table
> and the LAT to find the source of the conflict.
>



 
Reply With Quote
 
Guest
Posts: n/a

 
      08-19-2004, 09:25 PM
This system has a single NIC. It sits behind a router
that has a variety of ports enabled for pass-through to
this server. Where can I find what to look at in order to
resolve the conflicts. I.e. where can I see the LAT?

thanks,
tony
>-----Original Message-----
>The LAT should only contain addresses from the private

network and not
>anything else. If this ISA has 2 nics, then

the "internet facing" NIC must
>*not* be in the LAT and neiter should any thing from that

subnet. Only the
>IP Ranges from the LAN side should be in the LAT.
>
>--
>
>Phillip Windell [MCP, MVP, CCNA]
>www.wandtv.com
>
>"Tony Birnseth" <(E-Mail Removed)> wrote in message
>news:94be01c48624$88d0dab0$(E-Mail Removed)...
>> I'm getting the following events. I can't find any
>> details on the event number and references I have don't
>> seem to know about 'local address table' and/or 'windows
>> routing table'.
>>
>> How do I find out what I need to correct?
>>
>> thanks,
>> tony
>>
>> Event info is:
>> The ISA Server services cannot create a packet filter
>> 207.46.253.253. This event occurs when there is a

conflict
>> between the Local Address Table (LAT) configuration and
>> the Windows 2000 routing table. Check the routing table
>> and the LAT to find the source of the conflict.
>>

>
>
>.
>

 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      08-19-2004, 09:31 PM
In the ISA's MMC, near the bottom under the Network Configuration heading.


--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


<(E-Mail Removed)> wrote in message
news:23fb01c48633$17c1fde0$(E-Mail Removed)...
> This system has a single NIC. It sits behind a router
> that has a variety of ports enabled for pass-through to
> this server. Where can I find what to look at in order to
> resolve the conflicts. I.e. where can I see the LAT?
>
> thanks,
> tony
> >-----Original Message-----
> >The LAT should only contain addresses from the private

> network and not
> >anything else. If this ISA has 2 nics, then

> the "internet facing" NIC must
> >*not* be in the LAT and neiter should any thing from that

> subnet. Only the
> >IP Ranges from the LAN side should be in the LAT.
> >
> >--
> >
> >Phillip Windell [MCP, MVP, CCNA]
> >www.wandtv.com
> >
> >"Tony Birnseth" <(E-Mail Removed)> wrote in message
> >news:94be01c48624$88d0dab0$(E-Mail Removed)...
> >> I'm getting the following events. I can't find any
> >> details on the event number and references I have don't
> >> seem to know about 'local address table' and/or 'windows
> >> routing table'.
> >>
> >> How do I find out what I need to correct?
> >>
> >> thanks,
> >> tony
> >>
> >> Event info is:
> >> The ISA Server services cannot create a packet filter
> >> 207.46.253.253. This event occurs when there is a

> conflict
> >> between the Local Address Table (LAT) configuration and
> >> the Windows 2000 routing table. Check the routing table
> >> and the LAT to find the source of the conflict.
> >>

> >
> >
> >.
> >



 
Reply With Quote
 
Tony Birnseth
Guest
Posts: n/a

 
      08-21-2004, 06:18 PM
Okay, found the LAT! Range is 192.168.1.0 -
192.168.1.255. This supports your original statement
about the LAT only containing addresses for the local
network.

A 'route PRINT' shows the table below. The only potential
conflict I can see (but not sure) is the route for
192.168.1.0 which shows 192.168.1.3 (the server) as the
gateway. I would think it would be the router
(192.168.1.1).

What is the conflict that it's trying to resolve (Error
code 14120?

Really appreciate your help.

thanks,
tony

================================================== =========
================
================================================== =========
================
Active Routes:
Network Destination Netmask Gateway
Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1
192.168.1.3 1
127.0.0.0 255.0.0.0 127.0.0.1
127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.3
192.168.1.3 20
192.168.1.3 255.255.255.255 127.0.0.1
127.0.0.1 20
192.168.1.255 255.255.255.255 192.168.1.3
192.168.1.3 20
224.0.0.0 240.0.0.0 192.168.1.3
192.168.1.3 20
255.255.255.255 255.255.255.255 192.168.1.3
192.168.1.3 1
Default Gateway: 192.168.1.1
================================================== =========
================
Persistent Routes:
None

C:\Documents and Settings\Administrator>

thanks,
tony
>-----Original Message-----
>In the ISA's MMC, near the bottom under the Network

Configuration heading.
>
>
>--
>
>Phillip Windell [MCP, MVP, CCNA]
>www.wandtv.com
>
>
><(E-Mail Removed)> wrote in message
>news:23fb01c48633$17c1fde0$(E-Mail Removed)...
>> This system has a single NIC. It sits behind a router
>> that has a variety of ports enabled for pass-through to
>> this server. Where can I find what to look at in order

to
>> resolve the conflicts. I.e. where can I see the LAT?
>>
>> thanks,
>> tony
>> >-----Original Message-----
>> >The LAT should only contain addresses from the private

>> network and not
>> >anything else. If this ISA has 2 nics, then

>> the "internet facing" NIC must
>> >*not* be in the LAT and neiter should any thing from

that
>> subnet. Only the
>> >IP Ranges from the LAN side should be in the LAT.
>> >
>> >--
>> >
>> >Phillip Windell [MCP, MVP, CCNA]
>> >www.wandtv.com
>> >
>> >"Tony Birnseth" <(E-Mail Removed)> wrote in message
>> >news:94be01c48624$88d0dab0$(E-Mail Removed)...
>> >> I'm getting the following events. I can't find any
>> >> details on the event number and references I have

don't
>> >> seem to know about 'local address table'

and/or 'windows
>> >> routing table'.
>> >>
>> >> How do I find out what I need to correct?
>> >>
>> >> thanks,
>> >> tony
>> >>
>> >> Event info is:
>> >> The ISA Server services cannot create a packet filter
>> >> 207.46.253.253. This event occurs when there is a

>> conflict
>> >> between the Local Address Table (LAT) configuration

and
>> >> the Windows 2000 routing table. Check the routing

table
>> >> and the LAT to find the source of the conflict.
>> >>
>> >
>> >
>> >.
>> >

>
>
>.
>

 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      08-23-2004, 02:08 PM
I don't see anything wrong with the routing table. You might want to post
in the ISA Group since this is an ISA specific error.

You can tell 'em I sent ya :-)

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


"Tony Birnseth" <(E-Mail Removed)> wrote in message
news:a51701c487ab$4d030f20$(E-Mail Removed)...
> A 'route PRINT' shows the table below. The only potential
> conflict I can see (but not sure) is the route for
> 192.168.1.0 which shows 192.168.1.3 (the server) as the
> gateway. I would think it would be the router
> (192.168.1.1).



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
PDC - BDC Conflicts Jean Paul Mertens Windows Networking 15 08-21-2007 12:22 PM
IP address lookup table seossenk Linux Networking 1 12-05-2005 07:27 AM
MAC address does not show up on the telco's ARP table caches dennishartman Linux Networking 1 10-04-2005 08:33 PM
Ip address conflicts =?Utf-8?B?QWwgSA==?= Windows Networking 1 02-24-2004 06:14 PM
IP conflicts Rene Buenrostro Windows Networking 2 02-04-2004 07:05 AM



1 2 3 4 5 6 7 8 9 10 11