NT taking RAS IP address

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Guest
Archived from groups: microsoft.public.windowsnt.protocol.ras (More info?)

I have an NT 4.0 Server and this is a RAS server also. A
couple months ago I noticed that my server was taking tha
RAS ip addres every time somebody dial in (static ip
10.10.10.10 - 10.10.10.11 range in RAS service)

I hardcoded the tcp IP addres and still is taking the RAS
ip addres.

if I ping the server from the itself, it reply with the ip
from RAS. Does anybody knows why is doing this???

i.e static IP addres 10.10.10.20
RAS ip range 10.10.10.10 - 10.10.10.11

c:\ping <hostname>

Pinging <hostname> [10.10.10.10] with 32 bytes of data:

Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
Reply from 10.10.10.10: bytes=32 time<1ms TTL=128

c:\

instead of 10.10.10.20

c:\>ipconfig

Windows NT IP Configuration

Ethernet adapter iANSMiniport3:

IP Address. . . . . . . . . : 10.10.10.20
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . : 10.10.10.1

PPP adapter NdisWan6:

IP Address. . . . . . . . . : 10.10.10.10
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . :

thanks,

Jay
 
Archived from groups: microsoft.public.windowsnt.protocol.ras (More info?)

That by deinition ras IP going before LAN in Windows tcp stack.
Maybe that possible to overcome changing metric parameter in
route table.
Can you show results of "route print" command in dos box ?
Arkady

"Jay Brus" <jaybrus@yahoo.com> wrote in message
news:1d6af01c453e3$32225950$a101280a@phx.gbl...
> I have an NT 4.0 Server and this is a RAS server also. A
> couple months ago I noticed that my server was taking tha
> RAS ip addres every time somebody dial in (static ip
> 10.10.10.10 - 10.10.10.11 range in RAS service)
>
> I hardcoded the tcp IP addres and still is taking the RAS
> ip addres.
>
> if I ping the server from the itself, it reply with the ip
> from RAS. Does anybody knows why is doing this???
>
> i.e static IP addres 10.10.10.20
> RAS ip range 10.10.10.10 - 10.10.10.11
>
> c:\ping <hostname>
>
> Pinging <hostname> [10.10.10.10] with 32 bytes of data:
>
> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
>
> c:\
>
> instead of 10.10.10.20
>
> c:\>ipconfig
>
> Windows NT IP Configuration
>
> Ethernet adapter iANSMiniport3:
>
> IP Address. . . . . . . . . : 10.10.10.20
> Subnet Mask . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . : 10.10.10.1
>
> PPP adapter NdisWan6:
>
> IP Address. . . . . . . . . : 10.10.10.10
> Subnet Mask . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . :
>
> thanks,
>
> Jay
 
Archived from groups: microsoft.public.windowsnt.protocol.ras (More info?)

Arkady,

thanks for your help. If I do router print in command
prompt it shows the RAS address first, then shows the
ethernet IP address. The Metric is the same "1".

How can I change this, to put first the ethernet address
then RAS????

Jay


>-----Original Message-----
>That by deinition ras IP going before LAN in Windows tcp
stack.
>Maybe that possible to overcome changing metric parameter in
>route table.
>Can you show results of "route print" command in dos box ?
>Arkady
>
>"Jay Brus" <jaybrus@yahoo.com> wrote in message
>news:1d6af01c453e3$32225950$a101280a@phx.gbl...
>> I have an NT 4.0 Server and this is a RAS server also. A
>> couple months ago I noticed that my server was taking tha
>> RAS ip addres every time somebody dial in (static ip
>> 10.10.10.10 - 10.10.10.11 range in RAS service)
>>
>> I hardcoded the tcp IP addres and still is taking the RAS
>> ip addres.
>>
>> if I ping the server from the itself, it reply with the ip
>> from RAS. Does anybody knows why is doing this???
>>
>> i.e static IP addres 10.10.10.20
>> RAS ip range 10.10.10.10 - 10.10.10.11
>>
>> c:\ping <hostname>
>>
>> Pinging <hostname> [10.10.10.10] with 32 bytes of data:
>>
>> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
>> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
>> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
>> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
>>
>> c:\
>>
>> instead of 10.10.10.20
>>
>> c:\>ipconfig
>>
>> Windows NT IP Configuration
>>
>> Ethernet adapter iANSMiniport3:
>>
>> IP Address. . . . . . . . . : 10.10.10.20
>> Subnet Mask . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . : 10.10.10.1
>>
>> PPP adapter NdisWan6:
>>
>> IP Address. . . . . . . . . : 10.10.10.10
>> Subnet Mask . . . . . . . . : 255.255.255.0
>> Default Gateway . . . . . . :
>>
>> thanks,
>>
>> Jay
>
>
>.
>
 
Archived from groups: microsoft.public.windowsnt.protocol.ras (More info?)

You can ( if system will allow ) change metric ( route change or route
delete and route add ) ,l ike set metric for ras more than for LAN.
The more the number ( number of hops to gateway ) the less priority in
routes it receive.
Arkady

"Jay" <jaybrus@yahoo.com> wrote in message
news:1e0e301c4553c$fd1e0be0$a301280a@phx.gbl...
> Arkady,
>
> thanks for your help. If I do router print in command
> prompt it shows the RAS address first, then shows the
> ethernet IP address. The Metric is the same "1".
>
> How can I change this, to put first the ethernet address
> then RAS????
>
> Jay
>
>
> >-----Original Message-----
> >That by deinition ras IP going before LAN in Windows tcp
> stack.
> >Maybe that possible to overcome changing metric parameter in
> >route table.
> >Can you show results of "route print" command in dos box ?
> >Arkady
> >
> >"Jay Brus" <jaybrus@yahoo.com> wrote in message
> >news:1d6af01c453e3$32225950$a101280a@phx.gbl...
> >> I have an NT 4.0 Server and this is a RAS server also. A
> >> couple months ago I noticed that my server was taking tha
> >> RAS ip addres every time somebody dial in (static ip
> >> 10.10.10.10 - 10.10.10.11 range in RAS service)
> >>
> >> I hardcoded the tcp IP addres and still is taking the RAS
> >> ip addres.
> >>
> >> if I ping the server from the itself, it reply with the ip
> >> from RAS. Does anybody knows why is doing this???
> >>
> >> i.e static IP addres 10.10.10.20
> >> RAS ip range 10.10.10.10 - 10.10.10.11
> >>
> >> c:\ping <hostname>
> >>
> >> Pinging <hostname> [10.10.10.10] with 32 bytes of data:
> >>
> >> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
> >> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
> >> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
> >> Reply from 10.10.10.10: bytes=32 time<1ms TTL=128
> >>
> >> c:\
> >>
> >> instead of 10.10.10.20
> >>
> >> c:\>ipconfig
> >>
> >> Windows NT IP Configuration
> >>
> >> Ethernet adapter iANSMiniport3:
> >>
> >> IP Address. . . . . . . . . : 10.10.10.20
> >> Subnet Mask . . . . . . . . : 255.255.255.0
> >> Default Gateway . . . . . . : 10.10.10.1
> >>
> >> PPP adapter NdisWan6:
> >>
> >> IP Address. . . . . . . . . : 10.10.10.10
> >> Subnet Mask . . . . . . . . : 255.255.255.0
> >> Default Gateway . . . . . . :
> >>
> >> thanks,
> >>
> >> Jay
> >
> >
> >.
> >