![]() |
Can't see Fedora box from Windows XP box.
I have a Fedora Core 5 box on my Windows network now, and it can see and access windows files and folders. The windows machine can NOT see the fedora box. I followed the Perfect Setup. I'm still trying to learn ispConfig and get my "main" webpage up, but that's an entirely different issue. I'm reading the manuals and will post if I have problems with that... BUT...
How do i share the Linux file system with the rest of the network, but still make sure is protected from the internet hacks? :confused: |
What are you trying to share? Storage space? You could create a user called storage on the new machine, and then have your LAN access it via an FTP client or SFTP. A couple of years ago I came across a nice client called winscp for Windows machines:
http://winscp.net/eng/index.php |
Quote:
I tried connecting via ftp with filezilla using the ip address of the box (192.168.0.100) to upload my webpages for my main domain. I wanted to have my page up before I went "live". This is the response: Status: Connecting to 192.168.0.100 ... Status: Connected with 192.168.0.100. Waiting for welcome message... Response: 220 FTP Server ready. Command: USER root Response: 331 Password required for root. Command: PASS ******** Response: 530 Login incorrect. Error: Unable to connect! I know it's the correct password since I had just logged into the box as root. Somehow, somewhere, it looks as if I don't have the correct username and/or password. I even tried logging in as "admin" for the main user of ispConfig. I CAN login to ipConfig via https://192.168.0.100:100:81 so I tried ftps://192.168.0.100 and the response: Status: Connecting to 192.168.0.100 ... Status: Connected with 192.168.0.100, negotiating SSL connection... Error: Can't establish SSL connection Error: Disconnected from server Error: Unable to connect! |
I'm a nobb too. :)
Keep in mind that FTP sends username/password in clear text, and your FTP daemon may not allow root to loging remotely. In fact, you can set up the SSH daemon to also disallow root login. this is a good thing. How about making a new user and loggin in as this user instead of root? /usr/sbin/useradd newUser passwd newUser <- you are prompted twice for the password for newUser |
You should try the winscp client I linked to above. It has drag and drop capability, and you can even edit the files on your server through this client.
And SFTP does not send username/password in plain text. ;) FTP: File Transfer Protocol SFTP: Secure Fire Tansfer Protocol |
Quote:
|
Oh I get it. Can't see it.
Are they both on the same network? Same subnet? Can one ping the other? Can they both ping the router? |
Quote:
I can ping the fedora box from the windows box, and ping the windows box from the fedora box. Both are on the same router, with the same subnet. I've assigned static ip's to both (Win = 192.168.0.50 Fedora 192.168.0.100 both have a subnet of 255.255.255.0). I can access the internet from both. |
Quote:
Okay, I get it. I think you want to use Samba or SMB to allow Windows users, using Network Neighborhood, to access the Fedora server. I get it now. You might check this out for SMB background: http://samba.anu.edu.au/cifs/docs/what-is-smb.html And this for 'How To': http://www.reallylinux.com/docs/basicnetworking.shtml |
To easier set up Samba stuff, try SWAT. It is a webinterface but you should only activate it if you really want to change anything in your configs.
I would no use this neighbourhood stuff from windows. I Prefer directly typing the IP in to the URL-bar because that's much faster than browsing the neighboorhood folders and waiting for windows to look the whole stuff up. |
| All times are GMT +2. The time now is 11:13. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.