- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dialup Modem Password
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2001 08:07 PM
тАО11-14-2001 08:07 PM
Dialup Modem Password
I am very new to system administration
to Unix. Recently, I've just add a
modem to the server (10.20) using SAM. I am able to login to the server remotely as a normal session via a terminal (I use HyterTerm).
With regards to this, I wanted to know if there is a way to add a security feature which will prompt "Dialup password" apart from the normal login prompt whenever user login to the server remotely. I notice however,
that under the Help menu in SAM, there are
some options pertaining to security
access in the "Terminals and Modems
Subarea Browsable Help".
Unfortunately,my server is not Trusted and unable to use these options.
Appreciate any assistance to setup the dialup modem password in an Untrusted system.
Thanks a lot ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2001 08:20 PM
тАО11-14-2001 08:20 PM
Re: Dialup Modem Password
Modem security features can be enabled within modem settings. It's one of the 'AT' command. Refer your Modem manual.
Two types security features can be configured
1. Dial back feaure in which server modem dails back to the source.
2. Storing password inside the modem
I did this long long time. But I;m sure if you have manual then it's easy one.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2001 09:57 PM
тАО11-14-2001 09:57 PM
Re: Dialup Modem Password
I have browse thru the modem manual and found one command "#Sy" to enter the remote configuration setup password.
Is this the correct command? If it is, how do I actually configure it in Unix.
Really appreciate your assistance in this.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2001 10:54 PM
тАО11-14-2001 10:54 PM
Re: Dialup Modem Password
Did you create the device files for the modem ( ttyxynn and cuaxynn and culxynn ) ?
If not, create them from SAM or search the ITRC for the word 'modem' ( you will find some docs there ).
If you have these files, enter 'cu -l /dev/culxynn direct'.
If you get an ok, you can setup the modem.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2001 06:49 AM
тАО11-15-2001 06:49 AM
Re: Dialup Modem Password
I'm not sure about that, because each modem would have different kind of settings. What modem you use..?
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2001 12:01 PM
тАО11-15-2001 12:01 PM
Re: Dialup Modem Password
/etc/dialups
/etc/d_passwd
Have a look at 'man dialups' for an explanation of both.
The first just defines the devices that you want to have use the dialup password. It'll be the device file associated with the modem. In my case the file contains these two lines (two modems):
# cat /etc/dialups
/dev/ttyd2a1
/dev/ttyd2a2
The second file is a password file, containing the dialup password in encrypted form, just like /etc/passwd - but you need one entry for every shell your users will be using. Mine looks like this:
# cat /etc/d_passwd
/usr/bin/csh:xxxxxxxxxxxxx:0:0:::
/usr/bin/ksh:xxxxxxxxxxxxx:0:0:::
The second field will actually have the password, encrypted, not xxx's as I have shown.
If I remember correctly you use the passwd command to set that up, but use the -F option to specify the /etc/d_passwd file. See 'man passwd'
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2001 01:15 PM
тАО11-15-2001 01:15 PM
Re: Dialup Modem Password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2001 05:05 PM
тАО11-15-2001 05:05 PM
Re: Dialup Modem Password
Here are my replies to each one of u.
Uday,
I am using MultiTech ZDX Modem. Model MT1932ZDX.
Alex,
I'm not too sure on creating the files.
Fred,
I've created the files /etc/dialups and /etc/d_passwd.
In my /etc/dialups, it contain /dev/ttyd0p7.
In my /etc/d_passwd, it contain /usr/bin/sh::0:0:::
Then, I issue the cmd "passwd -F /etc/d_passwd /usr/bin/sh". It gives me "Invalid login name".
I modify the /etc/d_passwd to replace the /usr/bin/sh with a userid and reissue the cmd passwd -F /etc/d_passwd userid. This time, it prompt me for "New Password:".
I then try to login to the server via a terminal and it will prompt for login and passwd. After responding to these, it prompt me another login "Dialup password". This time, I issue the password which I had changed thru the passwd -F cmd but it doesn't work.
What actually went wrong ?
Sorry guys, for these lengthy message.
Thanks for the response. Hope to hear from u guys soon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-16-2001 06:30 AM
тАО11-16-2001 06:30 AM
Re: Dialup Modem Password
# passwd -f /etc/d_passwd /bin/sh
New password:
Re-enter new password:
# passwd -f /etc/d_passwd /bin/csh
New password:
Re-enter new password:
Works for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-16-2001 06:35 AM
тАО11-16-2001 06:35 AM
Re: Dialup Modem Password
I don't recall why but I also tried that, had to use /bin/sh - maybe someone else here knows the reason. Both of those files have the same inode on my system so I assume they are really the same file.
In any case my users have /usr/bin/sh as the login shell (/etc/passwd) but the dialup modem has /usr/sh.
Try that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-16-2001 06:41 AM
тАО11-16-2001 06:41 AM
Re: Dialup Modem Password
http://us-support.external.hp.com/cki/bin/doc.pl/sid=af41df8014c09902ab/screen=ckiDisplayDocument?docId=200000054497757
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2001 06:55 PM
тАО11-22-2001 06:55 PM
Re: Dialup Modem Password
Sorry for the late reply. I've changed the /usr/bin/sh to /bin/sh in the /etc/d_passwd file. Issuing of passwd -F /etc/d_passwd /bin/sh was a success.
However, I still can't login to the server via a terminal. After typing the password at the "Dialup Password" prompt, error 'Invalid user' was given. What can possibly went wrong this time. Please help.