Yeah - looks like it's not setting the virtual flag when it creates the extra 'devices'. Testing patch now...
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brett Meehan Sent: Tuesday, September 16, 2003 4:37 PM To: Chris Turbeville Cc: [EMAIL PROTECTED] Subject: [Ntop-dev] Re: Ntop Solaris 8 Folks, This does seem to be the problem. When I specify -i hme1 ntop does not segfault (though I have no traffic on this interface so I cant be sure its functioning correctly) I tried to specify -i hme0 but it still says "Listening on [hme0,hme0]". It seems ntop is unable to differentiate between hme0 and hme0:1 and this causes it some issue later down the track. I will ask today if I can remove the hme0:1 interface and see what happens. Will let you all know. Regards Brett From: Chris Turbeville <[EMAIL PROTECTED]> on 16/09/2003 08:51 AM EST To: [EMAIL PROTECTED] (Brett Meehan) cc: Subject: Re: Ntop Solaris 8 > > > Folks, > > <root>: pkginfo -l SMClpcap > PKGINST: SMClpcap > NAME: libpcap > CATEGORY: application > ARCH: sparc > VERSION: 0.7.2 > BASEDIR: /usr/local > VENDOR: The Tcpdump Group > PSTAMP: Steve Christensen > INSTDATE: Aug 27 2003 22:19 > EMAIL: [EMAIL PROTECTED] > STATUS: completely installed > FILES: 35 installed pathnames > 5 shared pathnames > 10 directories > 528 blocks used (approx) Same version as me. Shouldn't be the problem. > > <root>: ifconfig -a > lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 > inet 127.0.0.1 netmask ff000000 > hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 > inet xx.yy.zz.32 netmask ffffff00 broadcast xx.yy.zz.255 > ether 8:0:20:a7:be:d6 > hme0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 > inet xx.yy.zz.43 netmask ffffff00 broadcast xx.yy.zz.255 > hme1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3 > inet aaa.bbb.c.11 netmask ffffff00 broadcast aaa.bbb.c.255 > ether 8:0:20:cb:5b:5b > > the hme0:1 designates an ip alias (a function which came in solaris 8 to > allow a physical interface to have several logical ip addresses - used in > ip network multipathing and transition to ipv6). See "ifconfig hme0 addif" > command. > > It has been used for multipath testing in my environment. I could perhaps > remove the definition but would have to check with coleagues first. Hmm I don't know if you need to remove it but perhaps you don't need to specify it in your -i command line? So just a -i hme0,hme1 if those are the ones you want. -Chris -- [EMAIL PROTECTED] Chris Turbeville NTT/VERIO Send mail with subject "send PGP Key" for PGP 6.5.2 Public key *******************Confidentiality and Privilege Notice******************* This email is intended only to be read or used by the addressee. It is confidential and may contain legally privileged information. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone, and you should destroy this message and kindly notify the sender by reply email. Confidentiality and legal privilege are not waived or lost by reason of mistaken delivery to you. Qantas Airways Limited ABN 16 009 661 901 Visit Qantas online at http://www.qantas.com.au _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
