Jump to content

DARPA

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by DARPA

  1. HI,

    first of hall it doesn't seem to be a problem of network or a Micorosoft Software, but anyway....

    Have a look a the event viewer, check for errors related to services... anything... on both sides Client/Server. Come back to us with it so we can have a look. Check if PC Anywhere as a Log.

    Does PC Anywhere has updates? Have you windows up to dates? server and client?

    Plz try to give us more information abou it.... or just contact me by msn, check on my profile.

    Darpa.

  2. Hi,

    you probably loose your signal, and when it tries to connect again you must release and renew the ip first. I belive the problem is in the quality of your antena. Try to get more from it increasing tx rate from your pc wireless adapter. If you can't, try to get a bigger antena or an expansion for this adapter...

    You can make a test with a capture (Netmon from microsoft or www.Ethereal.com) of your network wireless, seing if when turning the pc you loose connection.

    Plz give us a feedback....

    Darpa.

  3. Hi Andy,

    Wireless:

    If you are using a USB Wireless Adapter, try to share the local area network.

    In properties of Local Area Connection, go to advanced tab and have a look, if you need more explenation just tell us.

    About the first problem:

    10.0.0.2 is like a website, but it's where you can configure your router. It's where you have to put your ISP (Internet Service Provider) data, like your user account and password to gain access to the internet. Once you do that, anybody how connect to your router can access to the ineternet.

    Have a look to the properties of your network adapter. Check if you are using DHCP. If yes, go the CMD and lunch the following: ipconfig /all; check the Gateway. If, for ex, the IP of the gateway is 192.168.1.1, open Internet Explorer and in the address bar right 192.168.1.1 and enter, it should enter in the "webpage". It may ask you a password, plz check your manual to get those data or try admin:admin. Then there insert your user account and password, save it and try if you have internet.

    Darpa.

  4. Ok! great let me know about this issue.

    The thing is, when you ping "localhost" , you'r pinging yourself. This is what we call Name Resolution, if you check your file, you can found 127.0.0.1 localhost. It indicates that when you ping localhost it's redirected to ip 127.0.0.1; But if you try to connect to a site like www.microsoft.com and microsoft.com is present in your file and pointing to 127.0.0.1 you go nowhere... since for exemple to correct ip should be [207.46.19.30].

    When you try to resolve a name, there is a sequence and before you really go online to resolve a name, it will first check your cache and host file...

    I hope I could help you.

    Darpa

  5. Hi,

    have a check to your hosts file locate in:

    C:\WINDOWS\system32\drivers\etc

    If you found many sites, is was probably populated by a virus.

    to open it (it doesn't have any extension) use worpad or notepad.

    Resolution:

    1- select all

    2- delete

    3- paste the following to it, save it, run ipconfig /flushdns and reboot

    # Copyright © 1993-1999 Microsoft Corp.

    #

    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.

    #

    # This file contains the mappings of IP addresses to host names. Each

    # entry should be kept on an individual line. The IP address should

    # be placed in the first column followed by the corresponding host name.

    # The IP address and the host name should be separated by at least one

    # space.

    #

    # Additionally, comments (such as these) may be inserted on individual

    # lines or following the machine name denoted by a '#' symbol.

    #

    # For example:

    #

    # 102.54.94.97 rhino.acme.com # source server

    # 38.25.63.10 x.acme.com # x client host

    127.0.0.1 localhost

  6. Hi,

    have a check to your hosts file locate in:

    C:\WINDOWS\system32\drivers\etc

    If you found many sites, is was probably populated by a virus.

    to open it (it doesn't have any extension) use worpad or notepad.

    Resolution:

    1- select all

    2- delete

    3- paste the following to it, save it, run ipconfig /flushdns and reboot

    # Copyright © 1993-1999 Microsoft Corp.

    #

    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.

    #

    # This file contains the mappings of IP addresses to host names. Each

    # entry should be kept on an individual line. The IP address should

    # be placed in the first column followed by the corresponding host name.

    # The IP address and the host name should be separated by at least one

    # space.

    #

    # Additionally, comments (such as these) may be inserted on individual

    # lines or following the machine name denoted by a '#' symbol.

    #

    # For example:

    #

    # 102.54.94.97 rhino.acme.com # source server

    # 38.25.63.10 x.acme.com # x client host

    127.0.0.1 localhost

  7. Hi,

    no, the Data Base has been corrected and checked....

    I found the problem, it's a bug in the translation from english to french.

    ex:

    French key:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IAS.NTGroups]

    @="Contrainte d"

    It truncate the key in IAS.NTGroups (Windows Group) and IAS.Match(Wireless)

    SO resolve the issue, just copy those key to a REG file and run it :)

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IAS.Match]

    @="IAS Attribute Match Constraint"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IAS.Match\CLSID]

    @="{6BC098A4-0CE6-11D1-BAAE-00C04FC2E20D}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IAS.Match\CurVer]

    @="IAS.Match.1"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IAS.Match.1]

    @="IAS Attribute Match Constraint"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IAS.Match.1\CLSID]

    @="{6BC098A4-0CE6-11D1-BAAE-00C04FC2E20D}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IAS.NTGroups]

    @="IAS NT Group Membership Constraint"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IAS.NTGroups\CLSID]

    @="{6BC098A5-0CE6-11D1-BAAE-00C04FC2E20D}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IAS.NTGroups\CurVer]

    @="IAS.NTGroups.1"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IAS.NTGroups.1]

    @="IAS NT Group Membership Constraint"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\IAS.NTGroups.1\CLSID]

    @="{6BC098A5-0CE6-11D1-BAAE-00C04FC2E20D}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A4-0CE6-11D1-BAAE-00C04FC2E20D}]

    @="IAS Attribute Match Constraint"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A4-0CE6-11D1-BAAE-00C04FC2E20D}\InprocServer32]

    @="C:\\WINNT\\System32\\iasnap.dll"

    "ThreadingModel"="Free"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A4-0CE6-11D1-BAAE-00C04FC2E20D}\ProgID]

    @="IAS.Match.1"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A4-0CE6-11D1-BAAE-00C04FC2E20D}\TypeLib]

    @="{6BC098A0-0CE6-11D1-BAAE-00C04FC2E20D}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A4-0CE6-11D1-BAAE-00C04FC2E20D}\Version]

    @="1.0"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A4-0CE6-11D1-BAAE-00C04FC2E20D}\VersionIndependentProgID]

    @="IAS.Match"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A5-0CE6-11D1-BAAE-00C04FC2E20D}]

    @="IAS NT Group Membership Constraint"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A5-0CE6-11D1-BAAE-00C04FC2E20D}\InprocServer32]

    @="C:\\WINNT\\System32\\iasnap.dll"

    "ThreadingModel"="Free"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A5-0CE6-11D1-BAAE-00C04FC2E20D}\ProgID]

    @="IAS.NTGroups.1"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A5-0CE6-11D1-BAAE-00C04FC2E20D}\Programmable]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A5-0CE6-11D1-BAAE-00C04FC2E20D}\TypeLib]

    @="{6BC098A0-0CE6-11D1-BAAE-00C04FC2E20D}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A5-0CE6-11D1-BAAE-00C04FC2E20D}\Version]

    @="1.0"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6BC098A5-0CE6-11D1-BAAE-00C04FC2E20D}\VersionIndependentProgID]

    @="IAS.NTGroups"

    Obrigado, thanks... ;)

  8. Hi guys,

    I have a Windows 2000 Server SP4 (French), is a DC, DNS and IAS server.

    Made a DCpromo, installed DNS, created authentification certificates, installed IAS.

    IAS is authorized.

    The problem is when I created a policie with windows group and a wirless 802 Nas Type, IAS don't start, it return an error 7023 - invalid data.

    Without policies, it starts well. With a Date and time policie it start also...

    It works fine with 2003. But I need to work with 2000.

    Any suggestion or similar cases?

    Thanks a million.

    Darpa.

×
×
  • Create New...