- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: samba remote problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2002 09:50 PM
07-28-2002 09:50 PM
samba remote problem
Can any one help me on my samba 2.04,my samba is working fine on
my local lan that use 64.0.0.The problem is i cannot se my
samba server on the remote side which are using 68.0.0, 66.0.0, 69.0.0
and 65.0.0 but from this remote i can telnet to the HP server which is
using 64.0.0.100. I have attached my smb.conf file. Can any one
tell me where the problem. Please help me on this.
Thanks
rajen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 01:21 AM
07-29-2002 01:21 AM
Re: samba remote problem
This could be the problem:
[global]
.
.
.
hosts allow = 64.0.
From O'Reilly's Using Samba book, "hosts allow option specifies the machines that have permission to access shares on the Samba server...."
You may wish to include your other networks in this option, or maybe even open it to all networks (depending on your network security.)
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 01:56 AM
07-29-2002 01:56 AM
Re: samba remote problem
your hosts allow = 64.0. setting is the problem. you defenately allow only Computers with an IP 64.0.x.x the access to your samba server.
Change your hosts allow statement to :
hosts allow = 64.0., 65.0., 66.0., 68.0., 69.0.
This will do the trick after restarting your samba daemons.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 01:15 AM
07-30-2002 01:15 AM
Re: samba remote problem
Thanks for your response, i have added the
hosts and i am facing another problem, i am
unable to see my local also.I have
this error on my log.nmb.nmb.Can you please
advice me how trouble shoot this problem, my
etc/services i have swat 901/tcp netbios-ssn 139/tcp and netbios-ns 137/udp. When i do
a netstat -an it seems like some one is using
139 and 137.How can i over come this problem.
Thanks
rajen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 01:30 AM
07-30-2002 01:30 AM
Re: samba remote problem
Problem with this line.
interfaces = 64.0.0./255.0.0.0
Give the exact ip address of the interface you
want the samba to listen.
eg.-
interfaces = 64.0.0.1/255.0.0.0
where 64.0.0.1 is the LAN card IP address of that server.
If you omit that data completely , samba will
listen on all interfaces in the server.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 01:51 AM
07-30-2002 01:51 AM
Re: samba remote problem
I suggest you check out p105 of O'Reilly's Using Samba book which discusses the interfaces option.
You should also consider the following - has Samba been working successfully before on this server? If it has, what has recently changed on the networking side as that is where your queries have been centred. If Samba hasn't worked on this server before I'd question why the smb.conf file has been setup in this way.
As an aside you have also assigned the guest account twice in your smb.conf. It's worth running testparms to check which one Samba will actually use.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 07:59 AM
07-30-2002 07:59 AM
Re: samba remote problem
Chnage you smb.conf file to include all the networks that you require to access your samba server.
I.e. hosts allow = 64., 65., 66., 68., 69.
Also your interfaces line soes not been to be included by default but its ok to have it. but chnage it to.
interfaces =
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 11:26 PM
07-31-2002 11:26 PM
Re: samba remote problem
Thanks a lot guys my samba is working,now
i use 64.,65.,68.,69.and i use the interface
with full path that is 64.0.0.100/255.0.0.0
Thanks
rajen