01-14-2015, 11:44 AM
Hi greenisland,
Sorry for the late follow-up, having a couple of issue with a new install.
On this new install, I followed my own guide, and all my networking/sharing worked out fine.
Here are a couple of things I do,
They maybe redundant legacy things from when I had Windows/Linux, but they still work for me.
Before I start on network setup and sharing I install various packages:
Then when doing the samba.conf file, I also add these 2 lines in the Global section
name resolve order = bcast host lmhosts wins
local master = no
This helps in name resolution & lookup, and stops various PC's competing for "who is master browser"
Then I do:
and change the hosts line, add the wins:
To this:
This helps in name resolution & lookup.
A couple of commands that I have found useful in checking everything is showing up.?
and
like:
Can't think of anything else
Dave
Sorry for the late follow-up, having a couple of issue with a new install.
On this new install, I followed my own guide, and all my networking/sharing worked out fine.
Here are a couple of things I do,
They maybe redundant legacy things from when I had Windows/Linux, but they still work for me.
Before I start on network setup and sharing I install various packages:
Code:
sudo apt-get install system-config-samba cifs-utils libnss-winbind winbind gvfs-backends
Then when doing the samba.conf file, I also add these 2 lines in the Global section
name resolve order = bcast host lmhosts wins
local master = no
This helps in name resolution & lookup, and stops various PC's competing for "who is master browser"
Then I do:
Code:
gksu leafpad /etc/nsswitch.conf
Code:
hosts: files mdns4_minimal [NOTFOUND=return] dns
Code:
hosts: files mdns4_minimal [NOTFOUND=return] wins dns
A couple of commands that I have found useful in checking everything is showing up.?
Code:
smbtree
Code:
nmblookup -S <your_workgroup_name>
like:
Code:
nmblookup -S WORKGROUP
Can't think of anything else
Dave
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks
Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) , BBC Micro B+64(1985) , My First PC HP-Vectra(1987)