Re: What is vnlru really?

2002-10-27 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-26 14:17:50 -0400:
 On Wed, 23 Oct 2002, DaleCo Help Desk wrote:
  PL PS - Is `arp -a` the most reliable way to get one's current IP address?
  What's wrong with ifconfig ???
  Kevin Kinsey
 
 I was not familiar with ifconfig and am surprised at such a similar
 name to winipcfg for Win98.

try ipconfig. IIRC it works even on w98 (no box in sight to test),
and i'm positive that's the name on NT4, NT5, and XP.

oh, and you're pointed at ifconfig(8) by the SEE ALSO section of
arp(8). have you read it?

 It seems arp -a tells me one IP while ipconfig tells me another.  Is
 that because I'm using DHCP, or is arp -a maybe reporting a DNS value,
 not my currently-assigned IP?

arp -a doesn't display your ip at all. Read The Fine Manpage, and
experiment with the other options.

-- 
If you cc me or take the list(s) out completely I'll most likely ignore
your message.  see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: What is vnlru really?

2002-10-26 Thread Peter Leftwich
On Wed, 23 Oct 2002, DaleCo Help Desk wrote:
 PL PS - Is `arp -a` the most reliable way to get one's current IP address?
 What's wrong with ifconfig ???
 Kevin Kinsey

I was not familiar with ifconfig and am surprised at such a similar name to
winipcfg for Win98.  It seems arp -a tells me one IP while ipconfig tells
me another.  Is that because I'm using DHCP, or is arp -a maybe reporting a
DNS value, not my currently-assigned IP?

PS - Yack! .biz?!

--
Peter Leftwich
President  Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: What is vnlru really?

2002-10-26 Thread DaleCo Help Desk
From: Peter Leftwich [EMAIL PROTECTED]
To: DaleCo Help Desk [EMAIL PROTECTED]
Cc: FreeBSD LIST [EMAIL PROTECTED]
Sent: Saturday, October 26, 2002 1:17 PM
Subject: Re: What is vnlru really?


 On Wed, 23 Oct 2002, DaleCo Help Desk wrote:
  PL PS - Is `arp -a` the most reliable way to get one's current
IP address?
  What's wrong with ifconfig ???
  Kevin Kinsey

 I was not familiar with ifconfig and am surprised at such a similar
name to
 winipcfg for Win98.  It seems arp -a tells me one IP while ipconfig
tells
 me another.  Is that because I'm using DHCP, or is arp -a maybe
reporting a
 DNS value, not my currently-assigned IP?

 PS - Yack! .biz?!

Depends on your network configuration, I guess.
It only occurred to me after I had posted that
you might be interested in what IP you were
presenting to the world, and not just what addy
was assigned to the local interface.

However, ifconfig, which Windows has
M-ulated (immolated?) with winipcfg
and the even more sinister ipconfig, will
tell you lots about all the system interfaces
when used with the -a switch, ie:

 #ifconfig -a
dc0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 192.168.2.103 netmask 0xff00 broadcast 192.168.0.255
inet6 fe80::2a0:ccff:fe25:9347%dc0 prefixlen 64 scopeid 0x1
ether 00:a0:cc:25:93:47
media: Ethernet autoselect (100baseTX full-duplex)
status: active
lp0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST mtu 1500
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff00
ppp0: flags=8010POINTOPOINT,MULTICAST mtu 1500
sl0: flags=c010POINTOPOINT,LINK2,MULTICAST mtu 552
faith0: flags=8002BROADCAST,MULTICAST mtu 1500

As you see from this example, this host is on a LAN
at 192.168.2.103... I assume, if you're using dialup,
that the IP addy would appear in the ppp0: section

arp -a is going to give you information about more
machines than just your own, quite possibly.  I'd use
this instead:

#arp -n your.hostname.tld
your.hostname.tld (11.22.33.44) -- no entry

HTH,

Kevin Kinsey


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: What is vnlru really?

2002-10-24 Thread Marc Perisa
Hi Peter,

Peter Leftwich wrote:

Good evening,

I ran `ps auxww | more` and noticed some processes in parentheses.  One
that did not have a manpage (I suspect some other process kicked it off?)
was vnlru and all I could find out about it are the following:

http://www.google.com/search?hl=enie=ISO-8859-1q=vnlru+freebsdbtnG=Google+Search
http://docs.freebsd.org/mail/archive/2002/freebsd-stable/20020120.freebsd-stable.html
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=489990+0+archive/2002/freebsd-stable/20020120.freebsd-stable
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=491439+0+archive/2002/freebsd-stable/20020120.freebsd-stable

This explanation seemed the most authoritative ...


... should be this:
http://groups.google.com/groups?q=vnlru+matt+freebsdhl=enlr=ie=UTF-8selm=fa.l50hqsv.1sh0n2k%40ifi.uio.nornum=4
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=603119+0+archive/2002/freebsd-hackers/20020310.freebsd-hackers


http://www.unixguide.net/freebsd/faq/10.31.shtml


That's a good short description. But the above tells more.



But one post said something about ipfw (which I do not yet run).  I've been
trying to get the program gaim to direct connect and want to make sure my
IP is not masked in a firewall or proxy sort of way.  What else is there
to check, using `ps auxww`?  Thanks as always and ever after,

PS - Is `arp -a` the most reliable way to get one's current IP address?


If you want to know your own IP address(es) you should use ifconfig.

Thanks,

Marc



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



What is vnlru really?

2002-10-23 Thread Peter Leftwich
Good evening,

I ran `ps auxww | more` and noticed some processes in parentheses.  One
that did not have a manpage (I suspect some other process kicked it off?)
was vnlru and all I could find out about it are the following:

http://www.google.com/search?hl=enie=ISO-8859-1q=vnlru+freebsdbtnG=Google+Search
http://docs.freebsd.org/mail/archive/2002/freebsd-stable/20020120.freebsd-stable.html
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=489990+0+archive/2002/freebsd-stable/20020120.freebsd-stable
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=491439+0+archive/2002/freebsd-stable/20020120.freebsd-stable

This explanation seemed the most authoritative:
http://www.unixguide.net/freebsd/faq/10.31.shtml

But one post said something about ipfw (which I do not yet run).  I've been
trying to get the program gaim to direct connect and want to make sure my
IP is not masked in a firewall or proxy sort of way.  What else is there
to check, using `ps auxww`?  Thanks as always and ever after,

PS - Is `arp -a` the most reliable way to get one's current IP address?

--
Peter Leftwich
President  Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: What is vnlru really?

2002-10-23 Thread DaleCo Help Desk
- Original Message -
From: Peter Leftwich [EMAIL PROTECTED]
To: FreeBSD Questions LIST [EMAIL PROTECTED]
Sent: Wednesday, October 23, 2002 9:34 PM
Subject: What is vnlru really?



 PS - Is `arp -a` the most reliable way to get one's current IP
address?

 --
 Peter Leftwich
 President  Founder
 Video2Video Services
 Box 13692, La Jolla, CA, 92039 USA
 +1-413-403-9555


What's wrong with ifconfig ???

Kevin Kinsey



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message