- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ifconfig error !!
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
03-27-2002 11:55 PM
03-27-2002 11:55 PM
After I change the IP address of /etc/rc.config.d/netconf file,
I do stop and start the "net daemon".
But That show the message.
ERROR: lan0 interface: ifconfig : ioctl
(SIOCSIFNETMSK) : vad value
lanscan and linkloop command OK!
I do "ifconfig lan0" command,
the result is " no such interface".
thanks!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:04 AM
03-28-2002 12:04 AM
Re: Ifconfig error !!
just do
#ifconfig lan0 down
#ifconfig lan0 up
or else reboot the machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:07 AM
03-28-2002 12:07 AM
Re: Ifconfig error !!
You could try to run the 'lanadmin' command and
reset your card.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:12 AM
03-28-2002 12:12 AM
Re: Ifconfig error !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:41 AM
03-28-2002 12:41 AM
Re: Ifconfig error !!
I do ifconfig lan0 down and ifconfig lan0 up.
And rebooting the system.
But The result same.
My system is the name of E45 and O/S is 11.0.
As my company was changed IP address, I work
that IP change.
After I change IP address, I do "ifconfig lan0"
the result is "no Such interface".
the sloution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 12:42 AM
03-28-2002 12:42 AM
Re: Ifconfig error !!
could there be something with the netmask in your netconf file.
It looks like he is complaining about a bad value !
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 02:35 AM
03-28-2002 02:35 AM
Re: Ifconfig error !!
do you use sam to change IP adress ?
if not , try use sam , if may show you the error massage , some subnetmask is not valid in HP-UX because of some RFC ... I cannot rember it number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 02:39 AM
03-28-2002 02:39 AM
Re: Ifconfig error !!
send your netcof so we can help if there is an error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 03:00 AM
03-28-2002 03:00 AM
Solution# ndd -set /dev/ip ip_check_subnet_addr 0
To make this change permanent you can edit /etc/rc.config.d/nddconf.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 01:07 PM
03-28-2002 01:07 PM
Re: Ifconfig error !!
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2002 01:14 PM
03-28-2002 01:14 PM
Re: Ifconfig error !!
#set_parms ip_address
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 05:43 AM
03-29-2002 05:43 AM
Re: Ifconfig error !!
Does the command "ioscan -C lan" shows the network card you have.
Are you in runlevel 3 or not "
who -r" .
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2002 10:33 AM
03-29-2002 10:33 AM
Re: Ifconfig error !!
11i defaults to ip_check_subnet_addr = 0 so no more need to tweak things with ndd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2002 05:41 PM
03-31-2002 05:41 PM
Re: Ifconfig error !!
I thank you for reply.
My system seems to problem the net mask.
I have done everything.
Eventually, I succeed that ndd command use.
"ndd -set /dev/ip ip_check_subnet_addr 0"
Referencely, my company IP address is 211.241.160.0 and subnet mask is 255.255.255.224
thank you.