Berkeley CSUA MOTD:Entry 24814
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/07/08 [General] UID:1000 Activity:popular
7/8     

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
           monitor software is just not smart enough to connect to the right
           layer.
           \- normally lopback stuff doesnt hit the wire. however in
              freebsd if memory server, you can change something so that
              traffic for the locahost's ip does get put on the net.
              i dont have to to lookup details now but if you cant figure
              this out i might be able to help more later. --psb
           \_ Well the computer's in the lab (E450) so I can't check. I got
              the throughput using my home brewed network hogger. I've
              verified 1 process =~ 92Mbps, and 2 process =~ 89Mbps, etc...
                \_ why lower throughput with 2 processes? Broadcast conflict?
        \_ Normally yes - look at netstat -rn and notice that localhost has
           a special route that goes through the loopback device instead of
           your ethernet device and has a much higher MTU.
2025/07/08 [General] UID:1000 Activity:popular
7/8     

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/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'
	...
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
	...