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?

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

--
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

Reply via email to