[OpenAFS] v1.3.6200 on windows fails to start

David Bear David.Bear@asu.edu
Thu, 01 Apr 2004 16:35:00 -0700


On Thu, Apr 01, 2004 at 04:54:23PM -0500, Jeffrey Altman wrote:
> David Bear wrote:
> >On Thu, Apr 01, 2004 at 02:03:51PM -0500, Jeffrey Altman wrote:
> >>The more interesting item is the fact that the name of the SMB service
> >>is being set to "WILSN202-A-AFS" which indicates that the adapter
> >>being used is not in fact a MS Loopback Adapter. 
> >well I don't think that is the case.  the name "WILSN202-A" looks like
> >it was bound/registered to BOTH interfaces.
> WILSN202-A is the name of your machine.  It is not
> the name of the AFS SMB Service.
> 

thanks.  excellent points.

I went to the loopback and hard coded 192.168.0.2, 255.255.255.0
subnet mask, and 192.168.0.1 as the default gateway.

This gets the afs client service started.  However, it also create a
routing table the breaks EVERYTHING else.. ie, no access to the wired
ethernet interface.

Here's the relevent info:


C:\WINNT\Temp>ipconfig /all

Windows 2000 IP Configuration

        Host Name . . . . . . . . . . . . : WILSN202-A
        Primary DNS Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Hybrid
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No
        DNS Suffix Search List. . . . . . : dhcp.asu.edu.

Ethernet adapter Local Area Connection 2:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : Microsoft Loopback Adapter
        Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
        DHCP Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 192.168.0.2
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.0.1
        DNS Servers . . . . . . . . . . . : 192.168.0.2
                                            129.219.17.5

Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . : dhcp.asu.edu.
        Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network 
Connect
ion
        Physical Address. . . . . . . . . : 00-0D-56-1D-55-7A
        DHCP Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 149.169.240.11
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 149.169.204.1
        DHCP Server . . . . . . . . . . . : 129.219.110.130
        DNS Servers . . . . . . . . . . . : 129.219.17.5
                                            129.219.13.81
                                            129.219.17.200
        Primary WINS Server . . . . . . . : 129.219.17.11
        Secondary WINS Server . . . . . . : 129.219.13.105
        Lease Obtained. . . . . . . . . . : Thursday, April 01, 2004 
4:01:08 PM
        Lease Expires . . . . . . . . . . : Saturday, April 03, 2004 
4:01:08 PM

C:\WINNT\Temp>nbtstat -n

Local Area Connection 2:
Node IpAddress: [192.168.0.2] Scope Id: []

                NetBIOS Local Name Table

       Name               Type         Status
    ---------------------------------------------
    WILSN202-A     <00>  UNIQUE      Registered
    WILSN202-A     <20>  UNIQUE      Registered
    PPASUEDU       <00>  GROUP       Registered
    AFS            <20>  UNIQUE      Registered
    PPASUEDU       <1E>  GROUP       Registered
    PPASUEDU       <1D>  UNIQUE      Registered
    ..__MSBROWSE__.<01>  GROUP       Registered

Local Area Connection:
Node IpAddress: [149.169.240.11] Scope Id: []

                NetBIOS Local Name Table

       Name               Type         Status
    ---------------------------------------------
    WILSN202-A     <00>  UNIQUE      Registered
    WILSN202-A     <20>  UNIQUE      Registered
    PPASUEDU       <00>  GROUP       Registered
    PPASUEDU       <1E>  GROUP       Registered
    PPASUEDU       <1D>  UNIQUE      Registered
    ..__MSBROWSE__.<01>  GROUP       Registered

C:\WINNT\Temp>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000004 ...00 0d 56 1d 55 7a ...... Intel(R) PRO/1000 MT Network 
Connection
0x2000002 ...02 00 4c 4f 4f 50 ...... MS LoopBack Driver
===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0    149.169.204.1  149.169.240.11       1
          0.0.0.0          0.0.0.0      192.168.0.1     192.168.0.2       1
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
    149.169.240.0    255.255.255.0   149.169.240.11  149.169.240.11       1
   149.169.240.11  255.255.255.255        127.0.0.1       127.0.0.1       1
  149.169.255.255  255.255.255.255   149.169.240.11  149.169.240.11       1
      192.168.0.0    255.255.255.0      192.168.0.2     192.168.0.2       1
      192.168.0.2  255.255.255.255        127.0.0.1       127.0.0.1       1
    192.168.0.255  255.255.255.255      192.168.0.2     192.168.0.2       1
        224.0.0.0        224.0.0.0   149.169.240.11  149.169.240.11       1
        224.0.0.0        224.0.0.0      192.168.0.2     192.168.0.2       1
  255.255.255.255  255.255.255.255   149.169.240.11  149.169.240.11       1
Default Gateway:       192.168.0.1
===========================================================================
Persistent Routes:
  None



so, now I'm revealing my ignorance about how ms routing works.  What
are the recommended values to plug into the loopback, including the
subnetmask and default gateway..

-- 
David Bear
phone: 	480-965-8257
fax: 	480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 "Beware the IP portfolio, everyone will be suspect of trespassing"