Interesting update - <br><br>jeremy@Main:/etc$ host Main<br>Main.MSHOME has address <a href="http://208.67.219.40">208.67.219.40</a><br>Host Main.MSHOME not found: 3(NXDOMAIN)<br>jeremy@Main:/etc$ host localhost<br>localhost.MSHOME
 has address <a href="http://208.67.219.40">208.67.219.40</a><br>;; reply from unexpected source: 208.67.220.220#53, expected 208.67.222.222#53<br>;; Warning: ID mismatch: expected ID 54541, got 27575<br>Host localhost.MSHOME
 not found: 3(NXDOMAIN)<br> <br>Do I have a DNS problem?<br><br>JT<br><br><br><div><span class="gmail_quote">On 2/16/07, <b class="gmail_sendername">Jeremy Thompson</b> <<a href="mailto:jeremy.a.thompson+ubuntu@googlemail.com">
jeremy.a.thompson+ubuntu@googlemail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks for the replies..<br><br>
<div><span class="q"><span class="gmail_quote">On 2/16/07, <b class="gmail_sendername">Luis</b> <<a href="mailto:lemsx1@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">lemsx1@gmail.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Are you sure that you can resolve "server"?<br><br>$> host server</blockquote></span><div><br>jeremy@Main:/etc$ host server<br>server.MSHOME has address <a href="http://208.67.219.41" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
208.67.219.41</a><br>Host server.MSHOME
 not found: 3(NXDOMAIN)<br><br>So I would guess I can't resolve the server.  I don't know if I couldn't do this before hand...<br> </div><span class="q"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

That should give you the IP of "server". If that works, then try:<br><br>$> showmout -e server<br><br>And that should give you a list of all the shares that server is serving.<br><br>If any of those two commands don't work, then your problem is either
<br>/etc/hosts, /etc/resolv.conf and/or firewall issues (hint: iptables<br>-nL). </blockquote><br></span>jeremy@Main:/etc$ sudo iptables -nL<br>Chain INPUT (policy ACCEPT)<br>target     prot opt source               destination
<br>
<br>Chain FORWARD (policy ACCEPT)<br>target     prot opt source               destination<br><br>Chain OUTPUT (policy ACCEPT)<br>target     prot opt source               destination<br><br>Here's the other command.  
<br>
<br>jeremy@Main:/etc$ cat resolv.conf<br>nameserver <a href="http://208.67.222.222" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">208.67.222.222</a><br>nameserver <a href="http://208.67.220.220" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
208.67.220.220</a><br>domain MSHOME<br><br>Is there some service I should see as running?  Here's the output of hosts, I added the 
<a href="http://192.168.1.3" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.1.3</a> to it after it didn't resolve.  It still doesn't.<br><br>jeremy@Main:/etc$ cat hosts<br><a href="http://127.0.0.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
127.0.0.1</a> localhost Main<br><a href="http://127.0.1.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
127.0.1.1</a> Main<br><a href="http://192.168.1.3" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.1.3</a> server<br><br># The following lines are desirable for IPv6 capable hosts<br>::1 ip6-localhost ip6-loopback
<br>fe00::0 ip6-localnet<br>ff00::0 ip6-mcastprefix
<br>ff02::1 ip6-allnodes<br>ff02::2 ip6-allrouters<br>ff02::3 ip6-allhosts<br><br>Thanks again<br><span class="sg"><br>JT</span><div><span class="e" id="q_110cbd977e4ed959_6"><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

You don't need to do anything on server, since it works fine from Windows.<br><br>On 2/15/07, Jeremy Thompson <<a href="mailto:jeremy.a.thompson+ubuntu@googlemail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
jeremy.a.thompson+ubuntu@googlemail.com</a>> wrote:
<br>> Hello all,<br>>   I finally did the update to Dapper that's been there for a week.  Now I<br>> can't see my FreeNAS Server with SMB/NFS.  I can still reach it on my<br>> windows boxes with SMB.  My fstab file, which didn't change is -
<br>><br>>  /etc/fstab: static file system information.<br>> #<br>> # <file system> <mount point>   <type>  <options>       <dump>  <pass><br>> proc            /proc           proc    defaults        0       0
<br>> /dev/sda2       /               ext3    defaults,errors=remount-ro 0       1<br>> /dev/sda5       none            swap    sw              0       0<br>> /dev/hda        /media/cdrom0   udf,iso9660 user,noauto     0       0
<br>><br>> #NFS Share Mounts<br>> server:/mnt/Music /media/music   nfs<br>> rsize=8192,wsize=8192,timeo=14,intr<br>> server:/mnt/Backup /media/backup   nfs<br>> rsize=8192,wsize=8192,timeo=14,intr<br>> server:/mnt/Videos /media/videos   nfs
<br>> rsize=8192,wsize=8192,timeo=14,intr<br>><br>><br>> I issues the 'sudo mount -a' command and I get<br>><br>> mount to NFS server 'server' failed: server is down<br>><br>> The server isn't down.  None of the folder will come up in network browser
<br>> either.<br>><br>> Need some help, everything worked fine before I updated 20 minutes ago.<br>><br>> Thank you.<br>><br>> JT<br>><br>> --<br>> ubuntu-users mailing list<br>> <a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

ubuntu-users@lists.ubuntu.com</a><br>> Modify settings or unsubscribe at:<br>> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>><br>>
<br><br><br>--<br>----)(-----<br>Luis Mondesi<br>*NIX Guru<br><br>"Feliz el hombre que ha hallado sabiduria y el hombre que consigue<br>discernimiento, porque el tenerla como ganancia es mejor que tener la<br>plata como ganancia; y el tenerla como producto, [mejor] que el oro
<br>mismo" (Prov 3:13-14).<br>      |_|0|_|<br>      |_|_|0|<br>      |0|0|0|<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: 
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></span></div>
</div><br>
</blockquote></div><br>