- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating /dev/lo0 on 10.20
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
05-01-2001 08:10 AM
05-01-2001 08:10 AM
Creating /dev/lo0 on 10.20
Can anyone tell how to create /dev/lo0. i am trying to run "nmap" and it reports /dev/lo0 not available. I tried to create /dev/lo0 using "cd /dev; mknod lo0", but it is not creating.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 08:49 AM
05-01-2001 08:49 AM
Re: Creating /dev/lo0 on 10.20
What is nmap ??
Do the command> netstat -r
You will see an interface called lo0 already exists (but not a device file for it - its a logical name for local loopback). You should not try to create a /dev/lo0. I think your nmap program/app should be reconfigured to point to /dev/lanX (eg. lan0) instead of lo0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2001 09:35 AM
05-01-2001 09:35 AM
Re: Creating /dev/lo0 on 10.20
Thanks much for your response. I feel lo0 is the loopback Interface. "nmap" is used for Network exploration tool and security scanner
check this URL:
http://www.insecure.org/nmap/nmap_manpage.html
&
http://www.insecure.org/nmap
Now question is how should i create /dev/lo0 for loopback interface on 10.20?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2001 08:48 AM
05-02-2001 08:48 AM
Re: Creating /dev/lo0 on 10.20
I've not been able to unearth any more details on /dev/lo0. There is no mention of it in the HPUX documentation LLA Programmers and DLPI Programmers guides at http://docs.hp.com . I suspect this is because the local route thru all local lans goes via loopback.
Because of this info, and what you've discovered so far, I recommend checking with the authors of nmap, per http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/nmap-2.53/
If you get an answer or a solution, please let the rest of us know. Thanks!!
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 05:49 AM
05-25-2001 05:49 AM