Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Win98 PPP and AIX4.3.3

Status
Not open for further replies.
Jan 10, 2001
2,873
US
I am attempting to setup PPP on an AIX system. The AIX install aspect goes fine. Now, Win98 I can setup the PPP connection and connect fine, when it asks for the password I cannot type anything. I dont think it is an AIX issue cause I can connect fine and type the username and password fine in windows 2000. It has to be a win98 issue. any Ideas? James Collins
Systems Support Engineer
A+, MCP

email: butchrecon@skyenet.net

Please let us (Tek-tips members) know if the solutions we provide are helpful to you. Not only do they help you but they may help others.
 
you may try this:

TITLE : Setting up a dial in PPP connection
OS LEVEL : AIX 4.x
-----------------------------------------------------------

1. Check that the Async Point to Point Protocol software is installed:

lslpp -l bos.net.ppp

If not installed, then install using smit install_latest


2. Create a tty to attach the modem to:

smit maktty
select "tty rs232 Asynchronous Terminal"
select the parent adapter

a, fill in the port number
b, set "Enable LOGIN" to enable
c, select the baud rate required
d, set the flow control to rts (RTS/CTS)
e, leave all other options at their default values

Test the modem and the port by dialing in from a Windows95 machine using hyperterminal and logging into the RS6000 as root. If you are able to dialin and log on to the system then the tty port and modem are okay.


3. Create a PPP user called "ppp" and set the password:

mkuser ppp
passwd ppp
pwdadm -f NOCHECK ppp

4. Setting up PPP

smit ppp
select "Link Control Configuration"
select "Add a Link Configuration"
enter the following details :-

a, PPP subsystem name [ppp]
b, max server connections [1]
c, max client connections [0]
d, max demand connections [0]
e, max ip interfaces [1]
f, max async hdlc attachments [1]

leave all other options at their default values

smit ppp
select "PPP IP Interfaces"
select "Add a Server Interface"
enter the following details:

a, Local IP address [10.0.0.1]
b, Starting Remote IP address [10.0.0.2]
c, Number of addresses [1]
d, Netmask [255.255.255.0]

5, Start PPP using:

startsrc -s pppcontrold

Check that the ppp control daemon is running using:

lssrc -s pppcontrold

Check that the pp# network interfaces have been created using:

netstat -in

'hope it'll help...

 
Actually I think it may be a Windows issue. If I use PPP on a Win2K machine I can connect and type fine. With 98 I can connect just not type. James Collins
Systems Support Engineer
A+, MCP

email: butchrecon@skyenet.net

Please let us (Tek-tips members) know if the solutions we provide are helpful to you. Not only do they help you but they may help others.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top