Joshua Penix <[EMAIL PROTECTED]> wrote:
On Jun 9, 2005, at 1:39 PM, maverick wrote: > Network one 192.168.1.X My internal network > Network two 10.10.10.X Company windows network with AD Can you route between the two? Is there a firewall in between? MAV: Only the Linux RH 9 machine 2 nic's > mount -t smbfs \\server\folder \mnt\share -o USERNAME=username You can't use the \\servername nomenclature between subnetworks unless you have WINS running or a way to resolve Windows names via DNS. To eliminate naming as an issue, address the server by IP. Try: mount -t smbfs \\10.10.10.1\folder /mnt/share -o USERNAME=blah MAV: I though I did this but I will try again. -- Joshua Penix http://www.binarytribe.com Binary Tribe Linux Integration Services & Network Consulting -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list mav CCNA, CCA --------------------------------- Discover Yahoo! Find restaurants, movies, travel & more fun for the weekend. Check it out! -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
