Hey Jarrod,

I only run TCP/IP, the less protocals you run - the faster your network will 
be.  But I could be missing something here.

If you want everyone to see the laptop, change your smb.conf to look like 
this.

Change the netbios name from "JASON" to the name of your Laptop.

# Global parameters
[global]
        writable = yes
        netbios name = JASON
        public = yes
        security = SHARE
        create mask = 0777
        directory mask = 0777

Don't worry about the printer

Then add this

Path being the path of the folder you want to share
Allow hosts are the IPs of the clients that will have access

[user]
        path = /home/razor/User
        comment = User files
        allow hosts = 192.168.0.18 192.168.0.7 192.168.0.9 192.168.0.14

Don't worry about the fax lines.

And that's all you need.
It's pretty simple at this level.

I've attached a file showing what it should look like.

Regards
Jason
# Global parameters
[global]
        writable = yes
        netbios name = Jarrods_Laptop_name
        public = yes
        security = SHARE
        create mask = 0777
        directory mask = 0777

[user]
        path = /home/jarrod/
        comment = User files
        allow hosts = 192.168.0.1 192.168.0.2 192.168.0.3 192.168.0.4

Reply via email to