Ubuntu Networking :: How To Find Network Password For Windows Sharing
Feb 26, 2010
I've looked at all 250 threads that come up when I search "Windows network password" and can't seem to find the answer. On my win7 box, when I try to connect to an Ubuntu share on my ubuntu box, it asks for username and password. I have tried my ubuntu username and password, the windows networking password, and my win7 user account name and password, and I cant get in.
View 1 Replies
ADVERTISEMENT
Jul 17, 2010
I want to use samba for file sharing like on a Windows home network. Actually they are all Linux machines but nfs is too complicated. On my host machine I installed samba and system-config-samba. I created a new share for /home, check marked writable and visible and put access to everybody. For preferences-->server settings--> security the "authentication mode" is set to user, encrypt passwords is no, and guest account is no guest account. Under preferences-->samba users I added myself as a user with the same windows user name as my Linux user name and the same password.
My client is a virtualbox fedora (used for testing purposes but actual clients will be real computers on my home network). I entered the address smb://192.168.1.184. When asked for the user name and password I put my regular user name and password since that was what I set in samba users. However, the password dialog keeps coming up and won't let met into my own computer. If I quit it says something like access is denied. How can I get my home network back? I liked this feature when my home computers ran XP but I switched them to Fedora 12.
View 2 Replies
View Related
Sep 18, 2010
I am using ubuntu 10.04 .I tried to share my files on windows network using samba , I changed theworkgroup name in samba configuration file ..but it dint work for me will you please tell me the exact procedure to share the files on windows network ..
View 7 Replies
View Related
Jan 5, 2011
Have followed swerdna's guide as in the past and my wife from her win7 computer can see and has read write access to all the shares & can print to the shared printer attached to the Opensuse computer etc. However, when I try to access her Win7 shares from my opensuse computer I am presented with a username / password prompt. Here is my smb.conf
[code]...
have followed swerdna's guide (as mentioned previously) and set 'password protected sharing' to off on the win7 computer.
View 9 Replies
View Related
Mar 28, 2011
I have a win XP box and want to share files on this win XP box In Ubuntu 10.10 I previous used, I just connect the win XP sahred folder via file browser without any username and password. In my Debian Squeeze, when I connect to my win XPIt poped up a window and asked me the username and password. But I don't set any password in my win XP even my administrator account. How can I do to make my connecting to win XP smoothly like the Ubuntu does?
View 1 Replies
View Related
Mar 30, 2010
I set up a samba file sharing system but my workgroup asks for a username and password see this-This is the text in /etc/samba/smb.conf:
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
[code]...
View 9 Replies
View Related
May 9, 2010
I am using 10.4 desktop and currently got everything setup the way i like it, but when sharing my network folder I can see the folders and everything seems fine then when i click to access the files it gives me an error message of not having permission to the folders. I tried going into the basic permissions tab in folder properties like you normally would with ntfs permission sharing in windows (don't know if thats how things work in Ubuntu but i gave it a try) and nothing would change when trying to change read/write permissions or read only permissions.
View 4 Replies
View Related
Jun 26, 2011
I'm trying to get a pc running xubuntu to share with a few pc's running windows vista & 7.Right now the xubuntu pc can read & write to the windows computers, but not vice-versa.
View 1 Replies
View Related
May 20, 2009
youve fixed all my problems but one, sharing my ftp's HDD over my network so i can send files directly thru the network instead sending thru my ftp client because its slow..
View 2 Replies
View Related
Nov 18, 2010
I have two partitions, both formatted as ext4. One with Ubuntu 10.10 64-bits and the other just for data (formatted as ext4 zero). I wanted to share a folder from this second partition. I followed the instructions on http://tech.mobiletod.com/how-enable...cation-ubuntu/ but there was not any "Windows networks (SMB)" option, only "Unix networks (NFS)".
View 14 Replies
View Related
Nov 2, 2010
I was wondering if it was possible within Ubuntu to:
a) Make a shared folder to the extent that people can view it but to access/open it requires a password.
b) Set that folder to have a set size (quota) so that people putting files onto the store/folder don't flood my computer with video/music.
I am currently at Loughborough University and am on their LAN as I type.So guys/gals are there any programs on the synaptic that do such a job or does Ubuntu already have an inbuilt way of doing that.
View 1 Replies
View Related
Mar 26, 2011
I have an opensuse machine - 11.4, running KDE as my desktop. My wifes computer is a Windows 7 PC.
I have installed SAMBA and have configured it to load at each boot. I have set the domain name to WORKGROUP as this is domain name my wife has on her pc. I have shared the video folder within Dolphin in KDE. I'm uncertain about the meaning of the netbios setting (despite reading Chapter29.Samba) and whether I should adjust this setting. Basically, I'm able to see my wife's computer name within Linux, though within Windows, I'm unable to see my linux network. Is it due to the settings that I currently have on my linux pc. The documentation that I'm reading so far is confusing for me.
View 5 Replies
View Related
Jul 28, 2009
I am an old Ubuntu user and have just strted running F11 on my iBook. I always run system-config-samba on all my machines including my server and even on my work server which shares with windows, Linux and OSX and have found it to be perfect. I installed it straight away on the new Fedora system but It doesn't seem to be functioning the way i expected it to.
I installed system-config-samba and then set up one share folder "Public" with open read write privileges and then turned off the Fedora Firewall all together. But "public" did not become open until I entered the user password for the fedora machine. But, then I could see all folders on the Fedora machine. Even root on the fedora machine became write-able on the network. This was not the desired effect at all. I am assuming fedora is using a non system-config-samba file share system that I am unfamiliar with. what is it? and how does it work?
View 1 Replies
View Related
Jan 6, 2011
i have a printer which is shared across the network. All the computers have ubuntu installed. I want that some computers should not be allowed to use this printer.
View 8 Replies
View Related
Mar 28, 2011
I seem to be having difficulties sharing a CDROM... Here is where I am at: My smb.conf section looks like this
Code:
[cdrom]
comment = Samba server's CD-ROM
read only = yes
locking = no
[code]....
My fstab looks like this, (as directed in smb.conf)
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
[code]....
I am trying to read the CDROM with a Windows 7 netbook.My mount folder has the following permissions:
Code:
dr-xr-xr-x 1 root root 2048 2007-10-10 01:00 samba
View 2 Replies
View Related
Jan 17, 2010
I have a laptop running Windows XP with a secure wireless internet connection. I want to share this connection to my desktop running Ubuntu 9.10 via an direct ethernet cable connection. So far in Windows I checked the "Allow other network users to connect through this computer's Internet connection" in the Wireless Network Connection Properties menu. Doing this creates a new IP Configuration. Here is an output of running the ipconfig command: Windows IP Configuration
Code:
Ethernet adapter Wireless Network Connection:
Connection-specific DNS Suffix . : home
IP Address. . . . . . . . . . . . : 192.168.1.3
Subnet Mask . . . . . . . . . . . : 255.255.255.0
[code]...
View 2 Replies
View Related
Feb 26, 2010
I have an Ethernet hub, and want two computers (both notebooks) to share my internet connection. One is running Ubuntu 9.10 and the other is running Windows Vista. I want both computers to be able to connect to the internet (I use a cable modem).
However, when I plug both computers in, I am able to get only one of them working at one time. When Ubuntu works with the internet, Windows does not work (although it sees the internet connection). When Windows works, Ubuntu sees the connection, but cannot connect.
View 9 Replies
View Related
Aug 30, 2010
Just took the plunge and removed Windows 7 from my desktop rig and I am currently using Ubuntu 10.04
I was using this PC to share my Internet (DSL) connection to any and all other PC's on my network, wired and wireless, and I am attempting to set this up in Ubuntu.
My desktop, other wired PC's, a wireless AP and my DSL modem are all connected to a 8 port Ethernet switch and I was using ICS in Windows 7 to share my Internet connection once I established the connection from my desktop.
Can this be done in Ubuntu? As soon as I make the DSL connection it says that Auto eth0 disconnects (which I set to share to all in IPv4 settings which I read on the forum is the way to share)... thus nothing is currently shared :/
In this document it states that the sharing computer needs two network interfaces... but in Windows I only used the one...
View 7 Replies
View Related
Sep 15, 2010
How would I set up a LAN network at home between my computer that has Linux and someone else's computer that has Windows? and how would we share files and folders? It's easy if we both are using windows, so now I'm trying to figure this out in ubuntu.
View 1 Replies
View Related
Sep 23, 2010
I have pc and a laptop. On the pc i have winXP 32-bit and on the laptop Ubuntu 10.04 64-bit . Can I share files between these two computers (cause i don't want to make dual-boot on my laptop), and if I can, how ?
View 4 Replies
View Related
Jan 20, 2011
I have set up a fileserver using ubuntu before, but never on 10.10. i have installed samba set the folder to share, can see the folder on windows 7 but when i try and view it says.
Windows cannot access \FILESERVERBackup
You do not have permission to access \FILESERVERBackup. Contact your network administrator to request this action
Quote:
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
[code]....
View 2 Replies
View Related
Sep 1, 2011
i have 2 laptops which is one installing windows 7 and the other one is ubuntu 10.04. i have internet on windows 7 and want to share to linux ubuntu 10.04 through wireless connection. How to setting that?
View 2 Replies
View Related
Jan 16, 2011
I just want to use Internet Connection Sharing (ICS) to connect to the internet. I have done a massive amount of troubleshooting, but some of it seems to contradict itself, and the only two things that I know for sure are that it used to work, and that my Ethernet cable is not the problem. When I use Terminal utilities like ifup and dhclient it seems that it can not determine IP information, but when I try to put it in manually, the "Apply" button grays out right after I finish typing it in. When I try to connect normally, in KDE or GNOME, the icon acts like it's connecting, then instead of having the connected icon, I receive a notification that "the network has been disconnected", and it goes back to the disconnected icon.
Oh, and by the way, I know that I could probably find a workaround, but I have limited resources, and this used to work. The Linux is a Dell desktop with Fedora 12 and the Windows is a Windows 7 HP laptop.EDIT: I hope that I didn't mess something up, but I accidentally used system-network-config to try putting in the IP address there, and ended up changing it back to the original settings, but the computer is now calling it Auto Ethernet in the taskbar icon, although sudo iwconfig in the terminal still calls it eth0.
View 7 Replies
View Related
Sep 5, 2010
I have recently set up an ubuntu installation on an old PC. After some fiddling with both it, and the windows 7 machine, I have managed to share all of my drives. However, when attempting to access them from ubuntu, only 2 of the 4 hard disk shares will mount, with the other 2 failing with a Unable to mount location, failed to mount windows share error message.
View 2 Replies
View Related
Mar 7, 2010
Trying to set up network sharing between Ubuntu 9.10 and Vista. I already did this with a wired Ubuntu 9.10 desktop and my Vista laptop but for some reason my Ubuntu 9.10 wireless and Vista wireless aren't as easy. They are all on the same workgroup "MAGIC" and I can see my ubuntu shares on the Vista computer but can't see the Vista shares on the ubuntu computer. In ubuntu I go to network>windows network>MAGIC but it times out at the MAGIC workgroup part and says 'unable to mount'.
[URL]
but no luck I also checked and there isn't a firewall that's in the way.
View 3 Replies
View Related
Jul 28, 2010
For the first time networking my home computers I'm not interested in getting Ubuntu boxes to to talk to Windows and we now have Ubuntu on all machines.
I'm trying to use the "Personal Files Sharing Preferences" but there is a message telling me I require some packages. Most unlike Ubuntu but it doesn't tell me what packages I do need.
Uploaded with ImageShack.us
What I would really like to do is have access to sertain directory's on other computers and have full access to read/write within the home directory.
View 6 Replies
View Related
Aug 4, 2010
Here's the setup:
I have 2 laptops:
1. Dell Inspiron 8600 with an intel 2200BG wifi card (Ubuntu 10.04)
2. Asus eeePC 1000 (Ubuntu 9.04)
Internet setup:
Laptop 1 connects to a 3G connection and shares it with laptop 2 using an ad-hoc network.
I upgraded to Lucid on Laptop 1. Prior to the upgrade everything was working. Now, when laptop 1 tries to connect to the ad-hoc network it almost immediately disconnects and tries to reconnect again.
Ad-hoc network settings:
The ad-hoc network uses a WEP key. In IPv4 settings, "Share to other computers" is selected.
Dmesg output:
Code:
are: requesting ipw2200-bss.fw .....
** (nm-applet:4259): WARNING **: _nm_object_get_property: Error getting 'Default' for /org/freedesktop/NetworkManager/ActiveConnection/327: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
** (nm-applet:4259): DEBUG: going for offline with icon: notification-network-wireless-disconnected
View 9 Replies
View Related
Oct 10, 2010
ive just installed ubunutu 10.10 and its connected to the internet via a wireless conection. However I would like to share the connection with an xbox 360 connected to the computer via a ethernet cable. I changed the method under ip4 in the auto eth0 wire connection to "shared to other computers" aplyed and restarted, however whenever the 360 tries to connect itll take a while and then say unable to connect. I also tried this using a ps3 and the ps3 says timed out waiting for ip address. Ive doen this on windows by bridging the connection and it worked without the use of a crossover wire. Would I need a crossover wire?
View 3 Replies
View Related
Jan 3, 2011
I used network manager to share internet connection coming to wlan0 with eth1.
I have internet in my PC coming to wlan0 and I want the client I hook to eth1 to have internet too.
It works with network manager but I think it added something I didn't ask for... Apparently the client connecting to eth1 is recieving an IP from a DHCP server outside the range of wlan0 IPs.
How can I configure eth1 to assign an IP that is inside my wlan0 LAN or at least give a static address to eth1 client that's inside my wlan0 LAN and internet keeps functionning.
View 1 Replies
View Related
May 30, 2011
i connect to the internet on my laptop using a usb modem. i want to share this connection with other computers. connected through lan cable. i want to manually assign ip on all computers. what should i do
View 3 Replies
View Related