- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ifconfig
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
10-23-2006 09:10 PM
10-23-2006 09:10 PM
Does it call ioctl command ? Which parameters does it use ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2006 09:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2006 09:58 PM
10-23-2006 09:58 PM
Re: ifconfig
please check 'man ifconfig' in Description section. There is a good explaination about ifconfig.
About ioctl: I remember something about ifconfig sometimes fails with ioctl messages, something like
ifconfig
icotl ... bad value
This just demonstrates that ifconfig calls ioctl and 'strings' command as already suggested should show further. Which parameters it uses I think depends on ifconfig code and how it has been ran.
Hope this helps, otherwise please formule the question with more info.
Regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 02:52 AM
10-24-2006 02:52 AM
Re: ifconfig
You also could use set_parms to setup the network.
Ex: set_parms network
Doru Barit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 12:54 PM
10-24-2006 12:54 PM
Re: ifconfig
However, it does beg the question - why do you wish to know? Idle curiousity, or something more?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2006 02:21 AM
10-27-2006 02:21 AM
Re: ifconfig
Now I propably found that it locks on
close operation on device file associated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2006 02:35 AM
10-27-2006 02:35 AM
Re: ifconfig
You could check by (where ppa is the digit folowing: lan?)
# lanadmin -x
or better use the linkloop command.
But for it to work you need to have a MAC address of a connected device in the same LAN segment.