Berkeley CSUA MOTD:Entry 12259
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/04 [General] UID:1000 Activity:popular
4/4     

2003/8/29-2004/2/14 [Computer/Networking] UID:12259 Activity:nil
2/13    In NT or XP, is there a way to display the IP address of a remote
        machine when the remote machine is pinging my machine?  Thanks.
        \_ netstat?
              \- netstat is ridiculous for this. hammer. nail. bad. wrong.
                 i believe tcpdump runs on msftware:
                 tcpdump -i <if> 'icmp[0] = 8 or icmp[0] = 0'
                 --mr. tcpdump
                 \_ Or ethereal
           \_ I think the ping connection is too short-lived for netstat to
              catch.  Anyway, what I'm trying to do is to have a way to find
              out the IP address of the remote XP machine after it changes due
              to rebooting.  It always takes my local machine a long time to
              realize the new IP address.  So I was thinking that I can add
              a batch file to the Startup menu on the remote machine to ping
              the local machine.  Then I could watch for the ping request and
              find its IP address.  Is there another way to do what I want?  Is
              there a way to tell my local NT/XP machine to clear its cached
              hostname->IP mapping and search for the new IP again?  Thanks in
              advance.
              \- do you know what arp/rarp is? what you are doing sounds weird
                 and i'm not exactly sure what the point of it all is but i
                 answered your first Q and you might look at arp if apropriate.
                 i dont know anything about msftware.
              \_ windows has the 'arp' command which the person above is
                 talking about.  it has an option to clear the whole cache or
                 delete individual entries.  are you using wins and pdc/bdc?
        \_ To the OP, if you want help, please tell us what you're trying to
           do.  Don't just ask how to do some lower level task, because you
           may be barking up the wrong tree.
2025/04/04 [General] UID:1000 Activity:popular
4/4     

You may also be interested in these entries...
2004/8/16-17 [Computer/SW/Unix, Computer/SW/Mail] UID:32946 Activity:moderate
8/16    Anybody know of an existing program similar to pop-before-smtp
        but for IMAP. It wou use a current IMAP connection to allow
        SMTP relaying from the same IP addres as that IMAP connection?
        \_ it's the same program, just change the regexp used to search
           for login lines and change the logfile watched
           \_ Nope, That does not work. IMAP connections are persistent and
	...
2003/3/16-17 [Computer/Companies/Yahoo] UID:27717 Activity:low
3/16    If i'm online using yahoo messenger,  Is my IP address
        viewable to someone who sees me "online" by methods short
        of having access to yahoo's servers?
        \_ type netstat from dos prompt while connected to another user
	...
2002/5/13-14 [Computer/Networking] UID:24814 Activity:high
5/13    Suppose I send something to localhost or the local name. Will the
        computer be smart enough to not route stuff on the interface card?
        I've noticed that I'm getting 92Mbps on FTP across my LAN, but
        a whopping 200Mbps using localhost name (I have a 100Mbps LAN). I'm
        wondering how that could happen.
        \_ Do the LEDs on your hub or the card actually blink?  I guess your
	...