Creating an anonymous samba share in CentOS 7
-
Starting this now.
-
-
@scottalanmiller said in Creating an anonymous samba share in CentOS 7:
@wirestyle22 said in Creating an anonymous samba share in CentOS 7:
Starting this now.
And......
Two things:
- For some reason the CentOS 7 iso doesn't start with the network interface enabled.
- Lost power last night Starting again now.
-
@wirestyle22 Ran into that in the past as well, i set it to automatic using nmtui and never have to worry about it again.
-
@tiagom Yeah. I did that to apply updates etc but now I'm setting up a static ip as this is a server.
-
This post is deleted! -
This post is deleted! -
@Romo said in Creating an anonymous samba share in CentOS 7:
semanage fcontext โat samba_share_t "/home /public(/.*)?"
need to delete the space between /home and /public to make it
/home/public
-
@wirestyle22 said in Creating an anonymous samba share in CentOS 7:
@Romo said in Creating an anonymous samba share in CentOS 7:
semanage fcontext โat samba_share_t "/home /public(/.*)?"
need to delete the space between /home and /public to make it
/home/public
Edited, thanks
-
So I finished this guide but my CentOS 7 file server isn't discoverable. Ideas?
-
@wirestyle22 Discoverable? You couldn't access using \\server-ip-address\sharename ?
-
@wirestyle22 said in Creating an anonymous samba share in CentOS 7:
So I finished this guide but my CentOS 7 file server isn't discoverable. Ideas?
Are you a Windows shop? Did you add it to DNS?
-
@Romo No but maybe I did it wrong. Does the path look like this?
\\192.168.1.202\etc\home\public
-
@BRRABill said in Creating an anonymous samba share in CentOS 7:
@wirestyle22 said in Creating an anonymous samba share in CentOS 7:
So I finished this guide but my CentOS 7 file server isn't discoverable. Ideas?
Are you a Windows shop? Did you add it to DNS?
Yes I want to acces it from a Windows PC. No I didn't add it to DNS. Can we add this to the guide?
-
@wirestyle22 said
Yes I want to acces it from a Windows PC. No I didn't add it to DNS. Can we add this to the guide?
I meant if you are used to the Windows world (which I am), the devices just automagically add themselves to DNS.
I have memorized all my Linux box IPs because I haven't had the desire to add them into DNS manually yet. Which made me wonder if it was the same issue.
-
@BRRABill said in Creating an anonymous samba share in CentOS 7:
@wirestyle22 said
Yes I want to acces it from a Windows PC. No I didn't add it to DNS. Can we add this to the guide?
I meant if you are used to the Windows world (which I am), the devices just automagically add themselves to DNS.
I have memorized all my Linux box IPs because I haven't had the desire to add them into DNS manually yet. Which made me wonder if it was the same issue.
I'm just attempting to mount the drive. With a static IP I don't think that's required, right? Or do you mean to make it discoverable on the network? It's probably required for that.
-
@wirestyle22 said in Creating an anonymous samba share in CentOS 7:
@BRRABill said in Creating an anonymous samba share in CentOS 7:
@wirestyle22 said
Yes I want to acces it from a Windows PC. No I didn't add it to DNS. Can we add this to the guide?
I meant if you are used to the Windows world (which I am), the devices just automagically add themselves to DNS.
I have memorized all my Linux box IPs because I haven't had the desire to add them into DNS manually yet. Which made me wonder if it was the same issue.
I'm just attempting to mount the drive. With a static IP I don't think that's required, right? Or do you mean to make it discoverable on the network? It's probably required for that.
Right, I was answering the "discoverable on the network", but actually "by name" which I now realize isn't what you are asking.
-
@BRRABill said in Creating an anonymous samba share in CentOS 7:
@wirestyle22 said in Creating an anonymous samba share in CentOS 7:
@BRRABill said in Creating an anonymous samba share in CentOS 7:
@wirestyle22 said
Yes I want to acces it from a Windows PC. No I didn't add it to DNS. Can we add this to the guide?
I meant if you are used to the Windows world (which I am), the devices just automagically add themselves to DNS.
I have memorized all my Linux box IPs because I haven't had the desire to add them into DNS manually yet. Which made me wonder if it was the same issue.
I'm just attempting to mount the drive. With a static IP I don't think that's required, right? Or do you mean to make it discoverable on the network? It's probably required for that.
Right, I was answering the "discoverable on the network", but actually "by name" which I now realize isn't what you are asking.
Oh I see. Yeah
-
@wirestyle22 said in Creating an anonymous samba share in CentOS 7:
@Romo No but maybe I did it wrong. Does the path look like this?
\\192.168.1.202\etc\home\public
Should be
\\192.168.1.202\public
if your share is named public. It should also be visible if you go to\\192.168.1.202
In the guide the share name is called public, check your smb.conf to make sure the name of share and your path to the folder is correct .
[public]
path = /home/public
read only = No
guest ok = Yes
browseable = Yes
public = Yes -
@wirestyle22 I'm confused do you want to make it discoverable when using network discovery on windows?