Re: [Samba] Port 139 versus Port 445

2002-11-03 Thread Joel Hammer
Just make sure that the /etc/services file has microsoft-ds defined in it. Mine doesn't. Joel On Mon, Nov 04, 2002 at 11:51:54AM +1100, Glen Gibb wrote: > > Anyone have a sample line from inetd.conf that gets smbd to start on > > port 445 when smbd is already running on 139 from the samba start

Re: [Samba] Port 139 versus Port 445

2002-11-03 Thread Glen Gibb
> Anyone have a sample line from inetd.conf that gets smbd to start on > port 445 when smbd is already running on 139 from the samba startup > script? I haven't had any luck yet? The following works for me: (sorry abt the line break) microsoft-dsstream tcp nowait root/usr/loca

Re: [Samba] Port 139 versus Port 445

2002-10-31 Thread Jason Joines
Andrew Bartlett wrote: Joel Hammer wrote: I suspect that you can have two smbd's running. Each one will spawn other daemons as needed, I THINK. Joel You can only have one smbd running as a daemon. You can start others via inetd however. The issue of 139/445 has been addressed in 3.0 by

Re: [Samba] Port 139 versus Port 445

2002-10-07 Thread Andrew Bartlett
Joel Hammer wrote: > > I suspect that you can have two smbd's running. Each one will spawn other > daemons as needed, I THINK. > Joel You can only have one smbd running as a daemon. You can start others via inetd however. The issue of 139/445 has been addressed in 3.0 by listining on both port

Re: [Samba] Port 139 versus Port 445

2002-10-07 Thread Andrew Bartlett
Jason Joines wrote: > I have been running an smbd daemon on port 445 with the -p option but > have never been able to start a second daemon. No, you can only have one deamon, but you can run another via inetd. -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authen

Re: [Samba] Port 139 versus Port 445

2002-10-04 Thread Jason Joines
Joel Hammer wrote: >Just making all this stuff up off the top of my head. >I have never done this, but you could try: >Running two smbd daemon, each listening to different ports. >Redirecting traffic from port 445 to 139 with some firewall rules. I redirect >traffic with ipmasqadm, but there are

RE: [Samba] Port 139 versus Port 445

2002-10-03 Thread Javid Abdul-AJAVID1
:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 5:47 PM To: Javid Abdul-AJAVID1; [EMAIL PROTECTED] Subject: Re: [Samba] Port 139 versus Port 445 I suspect that you can have two smbd's running. Each one will spawn other daemons as needed, I THINK. Joel On Thu, Oct 03, 2002 at 05:41:39PM

Re: [Samba] Port 139 versus Port 445

2002-10-03 Thread Joel Hammer
re children > > -Original Message- > From: Joel Hammer [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 03, 2002 5:32 PM > To: Jason Joines; [EMAIL PROTECTED] > Subject: Re: [Samba] Port 139 versus Port 445 > > > Just making all this stuff up off the top of my h

Re: [Samba] Port 139 versus Port 445

2002-10-03 Thread Joel Hammer
man smb.conf / -p Joel -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

RE: [Samba] Port 139 versus Port 445

2002-10-03 Thread Javid Abdul-AJAVID1
I am just curious of running 2 smbds, as i think one parent smbd process runs on 139 and all others are children -Original Message- From: Joel Hammer [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 5:32 PM To: Jason Joines; [EMAIL PROTECTED] Subject: Re: [Samba] Port 139

RE: [Samba] Port 139 versus Port 445

2002-10-03 Thread Javid Abdul-AJAVID1
just a quick question, how do you run two smbd deamons on different ports -Original Message- From: Joel Hammer [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 5:32 PM To: Jason Joines; [EMAIL PROTECTED] Subject: Re: [Samba] Port 139 versus Port 445 Just making all this

Re: [Samba] Port 139 versus Port 445

2002-10-03 Thread Joel Hammer
Just making all this stuff up off the top of my head. I have never done this, but you could try: Running two smbd daemon, each listening to different ports. Redirecting traffic from port 445 to 139 with some firewall rules. I redirect traffic with ipmasqadm, but there are surely others. Running sm