Berkeley CSUA MOTD:Entry 26271
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/24 [General] UID:1000 Activity:popular
5/24    

2002/10/21-22 [Computer/Networking] UID:26271 Activity:moderate
10/21   Is this a DNS or an ARP problem? Is there
        any easy way to clear the arp entry (-d doesn't wrok because there
        is no entry).
        pluto [/htm/mrtg/cfg]# nslookup argon
        Server:  localhost
        Address:  127.0.0.1

        Name:    http://argon.nerdnet.org
        Address:  207.112.118.66

        pluto [/htm/mrtg/cfg]# arp argon
        ruhs (207.112.118.6) -- no entry
        \_ it could very well be neither.  argon may have multiple IPs on
           a single mac.
           \_ Argon is a router. .66 is one of the routers IPs, .6 is not.
              It was (incorrectly) named in the DNS. Which I removed, and then
              got what you see above... but I didn't know how to clear the
              cache.
2025/05/24 [General] UID:1000 Activity:popular
5/24    

You may also be interested in these entries...
2009/9/26-10/8 [Computer/Networking] UID:53403 Activity:nil
9/25    What's a nslookup equivalent to look up "set type=all"? I don't
        have nslookup anymore.
        \_ I think nslookup is deprecated and you're supposed to be using
           dig and host now.  Do you want the equiv 'host' acommand?
           \_ is it host -av <host>?
	...
2008/9/7-12 [Computer/SW/Unix, Computer/Domains] UID:51089 Activity:nil
9/7     Dear Linux DNS experts, how do you find out if a domain has
        published SPF records? Is there a magic command like hostname,
        nslookup, etc that does this? I'm a UNIX noob. Thanks!
        \_  host -t txt $DOMAINNAME     -ERic
	...
2005/8/11-13 [Computer/Networking] UID:39093 Activity:low
8/10    I've been getting the following message
            nslookup: Can't open nslookup: No such file or directory
        dozens of times in my .procmailrc log file since the new disk was
        installed.  All mail seems to be delivered fine.  Anyone have
        any ideas what this is about?
        \- you're not trying to run nslookup in any dotfiles that might be
	...
2005/6/17-20 [Computer/Networking] UID:38176 Activity:nil
6/17    Dumb question, in Linux, how do you find out your current IP?
        \_ ifconfig
        \_ nslookup <hostname>
	...
2005/1/13-14 [Computer/Networking] UID:35697 Activity:high
1/13    I need help fixing someone's Win2K box.  Setup:  Win2K box -> D-Link
        router -> DSL modem.  The Win2K box cannot obtain a DHCP address
        (other computers can).  So, I assign a static IP, and set the default
        gateway and DNS server to be the D-Link router.  After this, the Win2K
        box can access web pages on the Internet as long as you specify the
        web site IP address directly -- but DNS doesn't work.  Computer used
	...
2004/12/18-19 [Computer/Networking] UID:35351 Activity:high
12/18   How do I find soda's IP address?  More specifically, if I want to
        give out my email address as <login>@IP_address, how would I do it?
        \_ host http://soda.csua.berkeley.edu
           Why would you want to give that out as an email address?
           It would be very ill-advised. IP addresses change.
           \_ Wanted to trick a subscription list into letting me have more
	...
2004/4/8-9 [Computer/Networking] UID:13097 Activity:nil
4/8     If I set up a BIND nameserver for a domain that doesn't exist yet,
        and I use this nameserver in nslookup to query hostnames from
        this domain, will the nameserver recognize that it's (configured to be)
        authoritative for that domain and reply directly, or will it try
        to start from the root servers and work its way down (thus not
        succeeding in finding itself)? Thanks.
	...
2003/1/15-16 [Computer/Networking] UID:27105 Activity:kinda low
1/15    What is in-addr.arpa do?  Zoen alarm says I have traffic coming from
        12.141.96.211, and nslookup says the Name is:
        211.96.141.12.in-addr.arpa.   Does the traffic really come from the
        12.* address or the 211.* address?
        \_ 12.*.  in-addr-arpa is reverse lookup, and it's configured
           from right to left.  'in' stands for 'inverse', I think.  -John
	...
2002/12/13-16 [Computer/Networking] UID:26810 Activity:moderate
12/13   Hmm, I can't get out to http://wamu.com from work by name, but i can get out
        by IP. dns lookups on all other sites seem to work ok. it works from
        soda. any ideas on what is wrong?
        \_ RU going THRU a proxy? What about security(SSL) proxy?
           Online banking sites?
           \_ nslookup fails. As a temporary fix, the admin setup an SOA
	...
2002/11/6-7 [Computer/Networking] UID:26444 Activity:moderate
11/6    What's the easiest way to resolve a name to an IP on a machine
        that doesn't have bind. Is there a shell function?
        \_ ping
        \_ nslookup?
        \_ many os's have "host", but ping is probably most universal.
        \_ The machine doesn't have BIND installed?  Or doesn't use a
	...
2002/11/6-7 [Computer/Networking] UID:26427 Activity:nil
11/5    How do I find out who "owns" a specific IP address when it doesn't
        resolve with nslookup? ie. There's a host down, and I want to
        report the outage to the appropriate company.
        \_ whois -a address (substitute -e or -p for non-US addresses)
	...