PPP on AIX accessing NT/Win95 LAN

PPP on AIX accessing NT/Win95 LAN

Post by Bill Cook » Fri, 26 Feb 1999 04:00:00



I have successfully configured our main Aix box to be a PPP server.  We are
able to dial into the Aix box from home via Win95 and access other Aix boxes
on LAN as well as having access to the Internet.

However, I cannot access any NT Servers or Win95 Workstations on the LAN,
eg. either via "Network Neighborhood" or "Mapping a Network Drive".  On my
home PC I have enabled all the protocols, ie. NetBEUI, IPX/SPX and TCP/IP,
in my "dial-up networking" utility, but I still cannot access any NT/Win95
boxes.

Is it possible to access the NT/Win95 boxes via an Aix PPP session ???
How do you do it ??

I know you can dial into an NT Server and you'll have access to the rest of
the LAN, but I hoping to keep the PPP link on the AIX box.

Any help would be appreciated.

 
 
 

PPP on AIX accessing NT/Win95 LAN

Post by James Carlso » Fri, 26 Feb 1999 04:00:00



> eg. either via "Network Neighborhood" or "Mapping a Network Drive".  On my
> home PC I have enabled all the protocols, ie. NetBEUI, IPX/SPX and TCP/IP,
> in my "dial-up networking" utility, but I still cannot access any NT/Win95
> boxes.

This is a common problem with Windoze.  The problem is that the MS
stuff uses UDP broadcast messages from the servers in order to locate
them on the client.  Of course, those broadcasts aren't normally
forwarded across the PPP links, so the PPP users don't see the
servers.

It would be pretty easy to write a little applicate to listen for
broadcasts on UDP ports 137, 138, and 139, and then read the AIX
kernel interface tables and forward the datagrams out to all the
dial-up users ...

--

IronBridge Networks / 55 Hayden Avenue  71.246W    Vox:  +1 781 372 8132
Lexington MA  02421-7996 / USA          42.423N    Fax:  +1 781 372 8090
"PPP Design and Debugging" --- http://people.ne.mediaone.net/carlson/ppp

 
 
 

PPP on AIX accessing NT/Win95 LAN

Post by Ron van Wie » Fri, 26 Feb 1999 04:00:00



Quote:>I have successfully configured our main Aix box to be a PPP server.  We are
>able to dial into the Aix box from home via Win95 and access other Aix
boxes
>on LAN as well as having access to the Internet.

>However, I cannot access any NT Servers or Win95 Workstations on the LAN,
>eg. either via "Network Neighborhood" or "Mapping a Network Drive".  On my
>home PC I have enabled all the protocols, ie. NetBEUI, IPX/SPX and TCP/IP,
>in my "dial-up networking" utility, but I still cannot access any NT/Win95
>boxes.

>Is it possible to access the NT/Win95 boxes via an Aix PPP session ???
>How do you do it ??

>I know you can dial into an NT Server and you'll have access to the rest of
>the LAN, but I hoping to keep the PPP link on the AIX box.

>Any help would be appreciated.

Try putting the IP address of an NT server in the file LMHOSTS (there is
already an lmhosts.sam in your windows directory)

For testing the connection you could also use the command nbtstat -A
ip-adres-of-server to check if you could get to the NT server.

--
Ron van Wier

 
 
 

PPP on AIX accessing NT/Win95 LAN

Post by Ken Abrahamse » Wed, 03 Mar 1999 04:00:00


Dear Bill,
I've tried under AIX 4.3.1 to setup dialin PPP from the 'cookbook'
instructions on the IBM AIX web site but it doesn't work for me. I am most
probably interpreting these instructions wrong but when you set up ppp, was
there anything you needed to do outside of IBM's normal setup to get it to
work? When I login as 'pppuser', the cookbook says I should see a line of
'garbage' on my screen as the system tries to do authentication and
eventually be presented with a login prompt. I don't get either of these.

Any suggestions would be appreciated.
Thanks!
ken
==============


>I have successfully configured our main Aix box to be a PPP server.  We are
>able to dial into the Aix box from home via Win95 and access other Aix
boxes
>on LAN as well as having access to the Internet.

>However, I cannot access any NT Servers or Win95 Workstations on the LAN,
>eg. either via "Network Neighborhood" or "Mapping a Network Drive".  On my
>home PC I have enabled all the protocols, ie. NetBEUI, IPX/SPX and TCP/IP,
>in my "dial-up networking" utility, but I still cannot access any NT/Win95
>boxes.

>Is it possible to access the NT/Win95 boxes via an Aix PPP session ???
>How do you do it ??

>I know you can dial into an NT Server and you'll have access to the rest of
>the LAN, but I hoping to keep the PPP link on the AIX box.

>Any help would be appreciated.

 
 
 

PPP on AIX accessing NT/Win95 LAN

Post by LAIX Software Consultin » Thu, 04 Mar 1999 04:00:00


Ken,

is pppcontrold running?
If you do netstat -in do you see your pp# network interfaces?
In your PPP user's .profile do you have:
    exec /usr/sbin/pppattachd server

If that fails, ppp will put some debugging output to syslog.  I
believe there are signals that can be sent to the pppcontrold
process to enable and disable detailed debugging (ie
kill -## process ID to enable or disable the debugging)

Regards,
Paul


> Dear Bill,
> I've tried under AIX 4.3.1 to setup dialin PPP from the 'cookbook'
> instructions on the IBM AIX web site but it doesn't work for me. I am most
> probably interpreting these instructions wrong but when you set up ppp, was
> there anything you needed to do outside of IBM's normal setup to get it to
> work? When I login as 'pppuser', the cookbook says I should see a line of
> 'garbage' on my screen as the system tries to do authentication and
> eventually be presented with a login prompt. I don't get either of these.

> Any suggestions would be appreciated.
> Thanks!
> ken
> ==============

> >I have successfully configured our main Aix box to be a PPP server.  We are
> >able to dial into the Aix box from home via Win95 and access other Aix
> boxes
> >on LAN as well as having access to the Internet.

> >However, I cannot access any NT Servers or Win95 Workstations on the LAN,
> >eg. either via "Network Neighborhood" or "Mapping a Network Drive".  On my
> >home PC I have enabled all the protocols, ie. NetBEUI, IPX/SPX and TCP/IP,
> >in my "dial-up networking" utility, but I still cannot access any NT/Win95
> >boxes.

> >Is it possible to access the NT/Win95 boxes via an Aix PPP session ???
> >How do you do it ??

> >I know you can dial into an NT Server and you'll have access to the rest of
> >the LAN, but I hoping to keep the PPP link on the AIX box.

> >Any help would be appreciated.

 
 
 

PPP on AIX accessing NT/Win95 LAN

Post by Steven A. Bad » Sat, 06 Mar 1999 04:00:00


Given that the "line of garbage" is not coming out (assuming that the original
poster is using
a terminal emulator program to login to AIX and not expecting the PPP protocol
information
to be showing in the dialup message) it is most likely that the .profile is not
execing the attachment
daemon.

To put full debugging to syslog (assuming that daemon.debug facility is enabled
in the syslog.conf
file) send SIGUSR1 (SIGUSR2 will turn it off).   This works to PPPcontrold and
PPPauthd.  The
attachd is pretty stupid and just connects the streams.


> Ken,

> is pppcontrold running?
> If you do netstat -in do you see your pp# network interfaces?
> In your PPP user's .profile do you have:
>     exec /usr/sbin/pppattachd server

> If that fails, ppp will put some debugging output to syslog.  I
> believe there are signals that can be sent to the pppcontrold
> process to enable and disable detailed debugging (ie
> kill -## process ID to enable or disable the debugging)

> Regards,
> Paul


> > Dear Bill,
> > I've tried under AIX 4.3.1 to setup dialin PPP from the 'cookbook'
> > instructions on the IBM AIX web site but it doesn't work for me. I am most
> > probably interpreting these instructions wrong but when you set up ppp, was
> > there anything you needed to do outside of IBM's normal setup to get it to
> > work? When I login as 'pppuser', the cookbook says I should see a line of
> > 'garbage' on my screen as the system tries to do authentication and
> > eventually be presented with a login prompt. I don't get either of these.

> > Any suggestions would be appreciated.
> > Thanks!
> > ken
> > ==============

> > >I have successfully configured our main Aix box to be a PPP server.  We are
> > >able to dial into the Aix box from home via Win95 and access other Aix
> > boxes
> > >on LAN as well as having access to the Internet.

> > >However, I cannot access any NT Servers or Win95 Workstations on the LAN,
> > >eg. either via "Network Neighborhood" or "Mapping a Network Drive".  On my
> > >home PC I have enabled all the protocols, ie. NetBEUI, IPX/SPX and TCP/IP,
> > >in my "dial-up networking" utility, but I still cannot access any NT/Win95
> > >boxes.

> > >Is it possible to access the NT/Win95 boxes via an Aix PPP session ???
> > >How do you do it ??

> > >I know you can dial into an NT Server and you'll have access to the rest of
> > >the LAN, but I hoping to keep the PPP link on the AIX box.

> > >Any help would be appreciated.

 
 
 

1. how to ppp(win95) - pppd(linux)+eth0 -- lan -- win95

I'm looking for some pointers on setting up linux as a ppp router of tcp/ip
and IPX.  I'd like a remote computer to be able to dial into my linux box
and have it routed onto my lan such that tcp/ip traffic and IPX would work.

If this is set up correctly will the remote computer appear in the
network neighborhood of the other machines?

thanks

2. apache: CGI-scripts using PATH_TRANSLATED, .htaccess

3. Can't access NT services on LAN thru Linux to NT

4. Symbol clash

5. IP-Forwarding PPP-LAN but not LAN-LAN

6. my web page not able to access on internet

7. M$ Win95/98/NT hosts on LAN causing dialout

8. XFree86 3.0 problem (NOT "where-to-find?")

9. Appletalk on a LAN with Win95 & NT?

10. M$ Win95/98/NT hosts on LAN causing dial-out

11. NT NT NT NT NT NT NT MT

12. AIX and Windows NT: AIX RS6000 as a application and database server over an NT network ?

13. using win95 with ppp and linux on a lan