Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 25, 2024, 09:29:39 AM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
Network Browsing Problem With Samba Server
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Network Browsing Problem With Samba Server (Read 11251 times)
gauravbajaj
LST CareTaker
Experienced
Posts: 658
Network Browsing Problem With Samba Server
«
Reply #15 on:
April 13, 2007, 05:36:45 AM »
Try and add the following at interfaces
[global]
workgroup = MYGROUP
server string = Samba Server
printcap name = /etc/printcap
load printers = yes
printing = cups
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = eth1 lo -----------> { add l0 also here i.e loopback }
bind interfaces only = Yes
local master = yes
preferred master = yes
Give one more try........
Logged
rajesh.bahl
Linux Learner
Posts: 86
Re: Network Browsing Problem With Samba Server
«
Reply #16 on:
April 26, 2007, 04:40:28 PM »
No improvement !!!
rajesh.bahl
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
Re: Network Browsing Problem With Samba Server
«
Reply #17 on:
April 26, 2007, 07:04:48 PM »
hmm...
I saw that Gaurav already suggested all possible solution.
You may now try something different.
May be blocking query by Samba on eth0 ie. internet using iptables ?
May I know which port exactly is used by Samba to do its stuff .?
Logged
Print
Pages:
1
[
2
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
Network Browsing Problem With Samba Server