Ubuntu Networking :: Setting Up LAN - \Lstoragemusic Is Not Accessible - The Network Path Was Not Found

Jan 10, 2010

I would like to know if there is a fairly easy "How To" for setting up my home network. I have 2 XP SP3 computers and 2 Linux with ver. 9.10. The XP boxes can see each other and share files and folders. I can see from an XP box one of the Ubuntu machines, but can't access any of the files or folders.

I get the following when I try: \Lstoragemusic is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. The network path was not found.

View 9 Replies


ADVERTISEMENT

OpenSUSE Network :: Unable To Setup 10.3 As Samba PDC - The Network Path Was Not Found

Jun 1, 2009

I am trying for the last many days to setup my opensuse 10.3 as Samba PDC Server according to the URL mentioned below, but in vain:How to setup SUSE 10.3 as Samba PDC - openSUSE When ever I try to join a Windows XP machine to the domain setup on Opensuse, I get the error:'The following error occured while attempting to join the domain. The network path was not found'. What could be the reason for this error despite of the fact the I am able to ping the FQDN of the PDC from the XP machine, but the XP machine simply denies to join the domain because of the above mentioned error.

View 7 Replies View Related

Networking :: SAMBA: "The Network Path Was Not Found."

Oct 15, 2010

I've been having an issue with samba; connecting to a share from my Windows 7 machine.

Note: Windows 7 firewall has been turned OFF.

When I try to connect to the share from windows I get this error "Windows cannot access \PROSPERITY/home/queenl" , below that the error details are "The network path was not found."

It seems to me that the syntax is not correct, hence in the error it states "\PROSPERITY/home/queenl"

I am able to print to the printer that is being shared by samba..

Below is a copy of my smb.conf file. I'm using swat to manage my smb.conf file.

# Samba config file created using SWAT
# from UNKNOWN (127.0.0.1)
# Date: 2010/10/15 17:30:15
[global]
server string = %h server (Samba, LinuxMint)
map to guest = Bad User

[Code]....

View 2 Replies View Related

Networking :: Ubuntu 9.04 SAMBA Not Connecting To Windows 98 Error Saying Inspiron 510m Is Not Accessible, The Computer Or Sharename Could Not Be Found?

Jul 15, 2009

My network comprises three PC's .... Windows XP, Windows 98SE and Ubuntu 9.04 running SAMBA. All PC's are configured WORKGROUP=WORKGROUP. The network connection To/From XP/UBUNTU via SAMBA Shares works perfectly OK. However, despite scouring all forum information regarding changes to Win98 ENCRYPTION, (Registry change re: DWORD "EnablePlainTextPasswords"), the Win98 PC refuses to connect to UBUNTU. The UBUNTU PC can conect to all the Win98 shared folders OK. I have disabled my Linux Firewall (Firestarter), I have run SMBCLIENT to check the user password for Win98 and it is validated OK. The Win98 error message is ....

"\Inspiron 510m is not accessible. The computer or sharename could not be found. Make Sure you typed it correctly and try again."

My samba.conf file is as follows ..... Any help or assistance PLEASE !

#======================= Global Settings =======================

[global]

## Browsing/Identification ###
# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = workgroup
# server string is the equivalent of the NT Description field
code....

View 20 Replies View Related

General :: Vbox Sharefolder - Error: Systemerror 53 Has Occurred The Network Path Was Not Found

Jun 3, 2010

I installed vbox and windowsXP as guest and fedora13 as host. As discussed in [URL] i have run: Quote: $ VBoxManage sharedfolder add "WinXP" -name "Downloads" -hostpath "/home/rudra/Downloads" --readonly but in guest, as i prompted Quote: net use x: \vboxsvrDownloads it gives error: Systemerror 53 has occured the network path was not found

View 6 Replies View Related

General :: Unable To Access From Windows Pc Shows Network Path Not Found Any Other Service To Start?

Dec 11, 2010

i format and reinstall centos after that i create one sambha share and valid users restart smb service but i am unable to access it from windows pc shows network path not found any other service need to start

View 2 Replies View Related

Ubuntu Networking :: Network Computers Not Accessible By Host-name

Aug 16, 2010

For some reason, all the computers on my network can't reach each other via their host names. For example, the ping command doesn't recognize host names:

Code:

$ ping file-server
PING file-server (208.68.139.89) 56(84) bytes of data.
^C
--- file-server ping statistics ---

20 packets transmitted, 0 received, 100% packet loss, time 19152ms However, ping works fine if I use IP addresses instead. I would put the address for "file-server" in my /etc/hosts file, except for the fact that DHCP changes it's address occasionally.I attempted changing the line

send host-name "<host-name>";
in /etc/dhcp3/dhclient.conf to
send host-name "file-server";

but to no avail.

View 2 Replies View Related

Ubuntu Networking :: Web Server Only Accessible By Local Network

Nov 3, 2010

I just setup a ubuntu 10.10 box learn linux and to play around with, and want it to host my website. I can see the web site on my local network no problem but the outside world gets a time out message. I check to make sure everything is forwarded correctly on my router and the dns so i has to be something in ubuntu blocking out-of-network traffic how do i turn port 80 on to the outside world

View 4 Replies View Related

Networking :: Com Port On Ubuntu Accessible To Remote Win Pc Via Network

Nov 4, 2010

I am trying to have a serial device connect to my ubuntu machine via the com port, and forward that comport over the network to a windows box so that I can configure/access the device. I have looked into socat/ sredird but still haven't found an option that I can get to work.

View 1 Replies View Related

Networking :: Get A Subdomain Accessible Outside The Local Network?

Jul 25, 2011

I have a subdomain called www3 and I cant see it outside of our network. It's added in vhosts.conf in /etc/httpd/conf.d, and I can access it through [URL], but only when on vpn.

We have another www2 that is both local AND outside the vpn. I am testing the site live and need access to it. Is there another file besides vhosts.conf that I need to add the ssubdomain in? Here's what I added in my vhosts.conf

Code:

<VirtualHost *:80>
ServerName www2.mydomain.com
ServerAlias www2.internal www2

[code]....

View 7 Replies View Related

Networking :: Creating Accessible Network Shares On (Fedora 15)?

Jun 29, 2011

Currently I am trying to get some fedora shares to simply connect to each other to access a read-only shared folder on a host machine (no security/encryption even required for these files!). I've tried to get a smb network share going but that didn't work (can't connect with nautilus), I've tried a quick fix with daap and rhythmbox so that they can at least access the music, but rhythmbox fails very miserably trying to connect/create that (and mt-daapd didn't help much) - Basically I get errors saying the host is unreachable.

I haven't even set up a firewall yet for this network and already I'm running into these fundamental problems. Currently I'm using Fedora 15. On a whim I tried the "public" folder and had sharing of the public folder over the network enabled - yep, didn't work (and I certainly didn't expect it to). I would be trying some more advanced CLI stuff, setting up an ssh server or something, but the computer-challenged people who have to access these files just want to be able to click something and have it work.For the operational requirements of this setup, a file synchronisation system would work (although highly inefficient since it would mean gigabytes sent over the network).

View 4 Replies View Related

CentOS 5 Networking :: Public Subnet Is Not Accessible From The Internal Network

Aug 6, 2010

I will try to explain a bit first about my network typology: I have one cent os 5.5 machine with 2 nics - external one 86.x.x.122 and internal one with 2 IPs: 192.168.1.1 and 89.x.x.121. The ideea is that I have a public subnet (86.x.x.120/29) of IPs which are routable only through 86.x.x.122 so I have a webserver hosted on a different machine with the IP of 89.x.x.122 and GW 89.x.x.121 - everything works perfectly fine, except that I cannot access from the internal network 192.168.1.0 / 24 the so called DMZ (roughly) - the 89.x.x.122.

What really makes me crazy is that I setup the IPtables rules correctly because I can access the webserver from the outside world but I cannot accessit from the internal network...

what I'm missing - why the 192.168.1.0/24 cannot see the 89.x.x.122 machine... What IPtables rules should I add?

View 2 Replies View Related

General :: Samba Error On Windows "Network Path Not Found"?

Mar 20, 2011

i am trying to solve this error from last 4 days.and dont know from where problem comes

i installed and configured smb.conf as follows:
[global]
workgroup = WORKGROUP

[code]...

View 2 Replies View Related

Software :: Error "Network Path Not Found"

Jun 19, 2011

i have problem in configuring samba 3.5 in redhat6 64 bit i can not access the linux share from windows.it show the error "Network path not found"

View 2 Replies View Related

Ubuntu Security :: Setting Up A Public Ally Accessible Computer?

Jan 13, 2011

Our local community wants to provide broadband access for people who don't own a computer. I have been given the task of setting this up and I am going to use Ubuntu. Internet access will be via a usb dongle to a T-Mobile 3.5g network. Initially we are intending to limit access to just Internet browsing. Most users will probably be older people, rather than teenage hackers. configuring/securing a default Ubuntu install for this sort of use.

View 3 Replies View Related

Ubuntu Networking :: Get "PATH: Command Not Found"

Apr 9, 2010

I'm using lucid on both my laptop and my desktop, both fully up to date. When I ssh from my laptop to my desktop, I get "PATH: command not found", and then a shell with no working path. I don't know enough about how bash starts up, or how ssh works, to figure it out.

Update - I've found .bash_profile, and commented out the first line, and now it works. I'd still like to sort this, though, so I don't have to keep commenting it in and out. The line is: export PATH=$(PATH):/usr/share/android-sdk/tools

View 1 Replies View Related

Networking :: Lost In Network / Setting Up Network On Laptop With Virtual Guest Machines

Feb 16, 2010

I've been trying to understand how Linux creates the network/interfaces on a machine (been reading the Linux admin guide), but as I'm pretty new to this subject, I've got lost in the forest.

To provide with my goal:
1.) Learn about network setups on Linux
2.) Be able to maintain my own (virtual) network
3.) Configure my (virtual) network

View 1 Replies View Related

Networking :: Add Network Attached Storage As Download Path

Feb 28, 2010

I have got a Arch Linux laptop running KDE. I have recently purchased a Dlink DNS 323 network attached storage and have installed Debian Lenny on it. I have been connecting to it via ssh and have created a network folder on Dolphin for easy GUI access ( using ssh protocol). However I cannot seem to figure out how to download stuff directly to the network drives. In firefox, it does not allow me to browse to the Dlink when I try to specify the download path.

View 3 Replies View Related

Ubuntu :: Universal PATH Setting In Karmic

Apr 2, 2010

Where is the universal PATH variable set/exported in Karmic?It is not exported from the normal place (/etc/profile). I can't find where it is set. I tried Code:find /etc/* | xargs grep "export PATH=" and it did not reveal the magic place.

View 2 Replies View Related

Software :: Setting Up An App So It's In The Path?

Sep 29, 2010

I have an app (a game, actually) that's sitting in a subdirectory in my /home/user and I was wondering how I could set it up so that I could run it directly without having to go into its directory. (ie: putting it in the path)

View 6 Replies View Related

Software :: Setting Up An App So It's In The Path

Dec 23, 2010

I have an app (a game, actually) that's sitting in a subdirectory in my /home/user and I was wondering how I could set it up so that I could run it directly without having to go into its directory. (ie: putting it in the path)

View 2 Replies View Related

Ubuntu Networking :: Setting Up USB Network Adapter?

Apr 20, 2010

I'm trying Ubuntu for the first time; it's actually the first time I've messed with Linux at all-- and, well, it's kind of intimidating. One of my hobbies is playing with dead computers, and long story short, I have Ubuntu installed to a partition on an external drive connected to an older Dell desktop with no internal storage to call its own. The only network adapter I have to spare right now is the rather wimpy USB one that came with said desktop. I have the CD with the drivers to it, but I think the Linux drivers on it are for a different distribution. Am I going to need to scrounge up another network card or adapter, or am I going to have to start sheepishly asking ridiculous questions regarding basic operation of the command console?

View 4 Replies View Related

Ubuntu Networking :: Setting Up Network Between Two Laptops

Apr 28, 2010

I have two laptops with Ubuntu 9.10

I want to connect them with a wireless router. phillips snb5600 router.

So I can go online and share files with both laptops

My LG E500 laptop to function as a modem with a connection to the internet with a 3g usb modem.

There are built-in wireless LG E500.

My other laptop is an old webtech without wireless built in, but I have a wireless USB thing fully with snb5600 Router. Ubuntu can find the wireless USB thing. so it's not a problem.

Both laptops can also connect with the router with cable.

View 5 Replies View Related

Ubuntu Networking :: Setting Up Ad-hoc Network To Printer?

Mar 28, 2011

I recently purchased an hp 3050 printer because of it's wireless functionality. I found this (click me) where someone got it working. I tried to follow it step by step, but I couldn't get the ad-hoc network to work reliably.

I used the network manager to locate the printer's ad hoc network (it correctly identified it as ad-hoc) I then edited this connection, made it a "Link-local only" network in the ipv4 tab and then connected.

Usually what happens is that networkmanager claims that it has connected. I get a signal strength and everything, but I can't actually communicate with the printer. I entered the ip address (into firefox) given to me by asking the printer to print it's network settings, and I don't get a response.

Notice that I said "usually". I've tried this many times, and one time, I actually connected to the printer, got the browser interface, tried to use the interface to connect the printer to my wireless router, and failed (then the browser interface didn't work anymore [which of course would make sense if the printer tried to connect to the router, but I don't even know if I got far enough into the process for that to be the problem]). The printer does not show up as a device on my wireless router (my router has a list of all devices that are logged into it), so it failed somehow. I have never been able to duplicate that "success" again in spite of the fact that I've used the printers control panel to reset network defaults.

It seems that the people who were on the questions forum had no problem connecting the ad-hoc network. I kind of suspect that there is something wrong with the printer's wireless device.

PS: I noticed that hp-setup has an option to plug a wireless printer in via USB, set it up then it should work wirelessly, however, I couldn't get that to work with this printer.

View 3 Replies View Related

Ubuntu Networking :: Setting Up Network - Can't Access Any Other PC

Apr 23, 2011

I can communicate to Windows perfectly (Internet sharing, file sharing, printer sharing, etc), but Windows controls everything, and I can't access any other Ubuntu PC, or host a printer or Internet connection. I have been fighting Samba for quite a long time, and I finally am able to access Windows shares from Ubuntu, but I want to host the shared folders (and everything else) on Ubuntu instead, because I have a bigger HD on it, and it is just a faster computer.

I tried personal file sharing and shared folders, but it doesn't work. I am also not able to access other Ubuntu PCs in the network, for printing, remote desktop, or file-sharing. All the computer are connected to the same Ethernet router. I'm using XP Home SP3, Ubuntu 10.04 x64, and a laptop running 11.04 beta 2.

View 7 Replies View Related

Ubuntu Networking :: Setting Up A Home Network?

May 23, 2011

I have 4 computers at home: 1 XP, 1 Laptop w/ Win7, 1 Mac, and 1 Ubuntu (hey, I like to try most everything). Anyway, I'm wanting to set up a home server to save everything on so that I don't have 3-4 copies of one file floating around. I was planning on using Ubuntu because I've always heard that Linux is a good system for a server and that Ubuntu is one of the easiest to work with.
Anyway, I just installed the Ubuntu OS, and the only software that I installed with it was Samba (I don't have a printer hooked up to this computer). Is samba the best software to use for this, or is there any other option that would be easier to use? I've heard that with samba there are a lot of things you have to change using the CLI (something about chmod, whatever that is, and others like it), which doesn't bother me, I've used CLI since the years before Windows, good ol' DOS.

View 6 Replies View Related

Ubuntu Networking :: Setting Up Network For Multi-OS

Jul 4, 2011

I have 4 computers in my house, all with different OS's. (XP, Vista, 7, and Ubuntu) They would all be on Linux but haven't found a way to get my wife to stop using Windows. Anyways, I'd like to set up a home network to connect all 4 computers that would provide filesharing and print server. Does anybody know if this is even possible?

View 1 Replies View Related

Ubuntu Networking :: Setting DNS On Network Manager?

Jul 24, 2011

I am trying to set a fix ip address with network manager since my router is not able to set it in order to make port forwarding for aMule.I managed to set the IP address and also de primary/secondary DNS on network manager.My question is: should I set the same DNS on bot the router and network manager?More detail: my router has its own DNS's other than those of OpenDNS. At the moment, I left those DNS's on the router and set up the OpenDNS ones on network manager.Is it correct or should I set the same DNS's on both the router and network manager? In this case, would it be a waste of time since there will be a sort of "double requesting" to the same DNS? Or one of the 2 DNS settings overrides the other one (for example, just the network manager DNS's are considered)?buntu NattyKernel 2.6.38-10-generic #46-Ubuntu SMPNetwork Manager version 0.8.4~git.20110318t152954.9c4c9a0-0ubuntu1

View 1 Replies View Related

General :: Setting PATH Variable To Bin Directory In Ubuntu

Feb 18, 2011

I installed java in my pc by running the following on the shell
./jdk-6u24-linux-i586.
I need to set the path to the bin directory and also a new environmental variable JAVA_HOME.

View 2 Replies View Related

General :: Setting An Executable To Be In Another's Path?

Dec 6, 2010

I have program (command line) that requires another program be installed and in its path. So I downloaded the file (.tgz), and extracted. I followed the compile and make instructions and ended up with a folder on my desktop that contains the excutable but is not in the path of the the other program. How can I do this..I think that I have about 20 more .tgz files to do this with.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved