- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't get Ethereal to work....
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
тАО10-11-2001 08:05 AM
тАО10-11-2001 08:05 AM
First !
Got message "Can't find PPA for /dev/lan_ ..." I have tried for the lan I know the system has...same message.
I have tried:
1. Creating a symbolic link:
ln -s /dev/dlpio /dev/lan0
2. Creating a device for this:
mknod /dev/lan1 c 173 0x000000
major #173 is what shows in my lsdev for btlan1
Neither of the above worked.....
Anybody know some sure fire way to make this work. Trying it on K570 running 10.2. And yes the gui and everything comes up fine...it just won't capture anything.
Second !
Possibly need to set card promiscuous...so my last question is this:
I found this info on setting up card for promiscuous...is it accurate?
"To trace the outbound packets, please do the following to turn on a global promiscuous switch before running the promiscuous applications like snoop or tcpdump:
adb -w /stand/vmunix /dev/mem lanc_outbound_promisc_flag/W 1
(adb will echo the result showing that the flag has been changed)
$quit
Thanks,
Rita
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2001 07:08 AM
тАО10-12-2001 07:08 AM
Re: Can't get Ethereal to work....
Come on...one of you brave brilliant folks out there...any suggestions ??
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2001 07:09 AM
тАО10-12-2001 07:09 AM
Re: Can't get Ethereal to work....
You're going to hate this. I just loaded it
on my 11.11 sandbox using the 11.0 binaries and it worked the first time and I was able to capture data. I don't have an old 10.20 sandbox to try it on.
You must have the following from GNU as well:
gettext
glib
gtk+
libiconv
licpcap
smnp
zlib
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 09:03 AM
тАО10-15-2001 09:03 AM
Re: Can't get Ethereal to work....
It seems to be a popular problem, but one without a popular solution. :-(
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xd96287dc4d7dd5118ff00090279cd0f9,00.html
I also have multiple NICs on my system, but it sounds like you're having problems with good ol' lan0.
I've installed ethereal on all my systems without any problems. What's especially strange is that ethereal works on the same system where nmap fails. It seems like pcap_open_live() should fail on both or neither.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 09:56 AM
тАО10-15-2001 09:56 AM
Re: Can't get Ethereal to work....
We have exact same problem (Could not find PPA ????) couple week ago on N-4000. I will try to locate call-log.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 10:06 AM
тАО10-15-2001 10:06 AM
Re: Can't get Ethereal to work....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 10:18 AM
тАО10-15-2001 10:18 AM
Re: Can't get Ethereal to work....
Perhaps ethereal deals with this better, but I think Rita mentioned that was already tried...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 10:25 AM
тАО10-15-2001 10:25 AM
Re: Can't get Ethereal to work....
Didn't have gettext and libiconv...so loaded it up !
...and so far I am still shootin blanks....Wish I had a 11.11 box to try on. I've set this up on a PC to sniff that network and it worked slicker'n anything...but not on HPUX.
Even tried doing the adb command...nothing.
So I'm a gonna wait and see if you find that call ticket and had a resolution before I give some points here....
Thanks,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 11:13 AM
тАО10-15-2001 11:13 AM
SolutionFixed HP-UX libpcap implementation to correctly get the PPA for an interface, to allow interfaces to be opened by interface name.
You may want to look at an updated version of libpcap. You did not mention what version you were using.
Lou Zirko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 11:21 AM
тАО10-15-2001 11:21 AM
Re: Can't get Ethereal to work....
If only HP's raw interface API weren't so extraterrestrial libpcap would work a lot better. ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 11:37 AM
тАО10-15-2001 11:37 AM
Re: Can't get Ethereal to work....
It should work straight with glib, gtk, libpcap, snmp,zlib and gettext softwares. Try the following.
1. Get all the softwares into a single depot including ethereal. Call it nettools.
2. Install everything under nettools with
taking out "reinforcing dependency errors".
3. You don't need to create any device files. Ethereal will pick up the device files from /dev/ directory as /dev/lan*.
***Did you try running ethereal as root***??
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 11:41 AM
тАО10-15-2001 11:41 AM
Re: Can't get Ethereal to work....
I've had the same luck as Clay. I gathered everything together, and put it into it's own depot, and installed it all at once and ethereal came up like a champ.
I know you said you're on 10.20, but I've got all the 11.00 stuff in the depot if you're interested.
You know where to find me! :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2001 11:56 AM
тАО10-15-2001 11:56 AM
Re: Can't get Ethereal to work....
It works...got it going on 10.2 and 11.0.
Hot diggity !!
It was a combination of what Clay said needed to be loaded that I had missed...and than loading the latest version of libpcap (6.2)...and woosh....I be sniffin big time...oohhh baby....I am too happy !!
Thank you all and especially Clay & Lou !!!
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2002 10:06 AM
тАО03-20-2002 10:06 AM