- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /dev/lan0 permissions HPUX 11.0
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
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
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
04-19-2001 11:59 AM
04-19-2001 11:59 AM
/dev/lan0 permissions HPUX 11.0
I don't remember this happening with 10.20 but all my 11.0 systems are doing this. Why is this happening? How can I fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 12:03 PM
04-19-2001 12:03 PM
Re: /dev/lan0 permissions HPUX 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 01:17 PM
04-19-2001 01:17 PM
Re: /dev/lan0 permissions HPUX 11.0
Why are you changing to 777??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 01:23 PM
04-19-2001 01:23 PM
Re: /dev/lan0 permissions HPUX 11.0
These systems function as license servers. Users are unable to connect unless I change the permissions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 03:14 PM
04-19-2001 03:14 PM
Re: /dev/lan0 permissions HPUX 11.0
How are your users connecting that they can't connect unless you change the permissions? Telnet, rlogin, and all networking services should work fine with 600 permissions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 04:10 PM
04-19-2001 04:10 PM
Re: /dev/lan0 permissions HPUX 11.0
ll /dev/lan*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 07:53 AM
04-20-2001 07:53 AM
Re: /dev/lan0 permissions HPUX 11.0
ln -s /usr/local/support/fixlan0 S920fixlan0
This is the last entry in my rc2.d directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 08:24 AM
04-20-2001 08:24 AM
Re: /dev/lan0 permissions HPUX 11.0
My users are running ProE (CAD software) on MicroSoft NT workstations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 10:25 AM
04-20-2001 10:25 AM
Re: /dev/lan0 permissions HPUX 11.0
Thanks for your response! I intended to do the same. But I still can't help but wonder why this became an issue with hpux 11.0? And it sounds like you had the same issue with users getting a license. In my case it's a Flex license and a system reboot for loss of power will get me a call every time when users can't get their licenses. Changing permissions on lan0 fixes it. I also agree with those above that 666 or possibly 766 would be better. I'll try 666 first. Thanks to all that responded!!