ftp on security.debian.org

2002-11-21 Thread Björn Metzdorf
seems not to be up again by now (at least not with security-packages). http works fine, but debmirror wants ftp :) Is there any chance that this gets fixed? Thanks Regards, Bjoern

(sec.)Mirror mirror on the wall...

2002-11-21 Thread Andreas Syska
Dear all, after several mirrors of sec.d.o have been founded, I wanted to remember a discussion (I cant find at the moment) that took place in the debian-sec-german list several weeks ago. It was about the philosophy of just having one security.debian.org. I just found http://lists.debian.org/deb

unknown udp port

2002-11-21 Thread Costas Magos
Hi all, Anyone knows what 1025 udp stands for? This is a newly installed woody on a sparc classic. ns1:/etc# netstat -l Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 *:smtp *:* LISTEN

Re: unknown udp port

2002-11-21 Thread Steve Wright
On Thursday 21 November 2002 17:26, Costas Magos wrote: > Hi all, > > Anyone knows what 1025 udp stands for? This is a newly installed woody > on a sparc classic. rpc.statd uses this port.

Re: unknown udp port

2002-11-21 Thread Emmanuel Lacour
On Thu, Nov 21, 2002 at 07:26:13PM +0200, Costas Magos wrote: > Hi all, > > Anyone knows what 1025 udp stands for? This is a newly installed woody > on a sparc classic. > > try netstat -lp as root, to show the pid doing this. -- Easter-eggsSpécialiste GNU/Li

Re: unknown udp port

2002-11-21 Thread dsr
On Thu, Nov 21, 2002 at 07:26:13PM +0200, Costas Magos wrote: > Hi all, > > Anyone knows what 1025 udp stands for? This is a newly installed woody > on a sparc classic. > > > ns1:/etc# netstat -l > Active Internet connections (only servers) > Proto Recv-Q Send-Q Local Address Foreign A

Re: unknown udp port

2002-11-21 Thread Henrique Pedroni Neto
Hello Costa, To know how port is used by some program do this: # netstat -ln Get port number # fuser -n tcp port number This command gave to you the proces number that runs in this port. Now: # ps auxw | grep process number Done! Sample: # netstat -ln tcp0 0 0.0.0.0:1024

RE: unknown udp port

2002-11-21 Thread Costas Magos
Ok, it turns out that the process listening on this port is named. But why named should ever listen on udp 1025? sparc:/etc# netstat -lp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name udp0 0 *:1025

subscribe

2002-11-21 Thread Ricardo Castanheira
 

Re: unknown udp port

2002-11-21 Thread Phillip Hofmeister
On Thu, 21 Nov 2002 at 07:26:13PM +0200, Costas Magos wrote: > Hi all, > > Anyone knows what 1025 udp stands for? This is a newly installed woody > on a sparc classic. try: netstat -ap | less (as root). This will tell you which process is bound to that port. Hope this helps. -- Phil PGP/GPG

Re: unknown udp port

2002-11-21 Thread Georgatos Vaggelis
Good evening Well which bind version are you running?? Could it be an rndc or ndc listener?? Have you made any special configuration in order to set the queries source port ?? for example: query-source address * port 1; -- Georgatos Evaggelos Network Operations Center Department of Informa

Re: ftp on security.debian.org

2002-11-21 Thread Wichert Akkerman
Previously Björn Metzdorf wrote: > seems not to be up again by now (at least not with security-packages). http > works fine, but debmirror wants ftp :) Ftp works again (was silly problem with a symlink and a directory being the wrong way around). Wichert. -- __

Re: ftp on security.debian.org

2002-11-21 Thread Bjoern Metzdorf
> Ftp works again (was silly problem with a symlink and a directory being > the wrong way around). Great work! Thanks Wichert! Regards, Bjoern

security updates for testing?

2002-11-21 Thread martin f krafft
help me clear up a confusion: does a line deb http://security.debian.org testing/updates main non-free contrib in /etc/apt/sources.list provide security updates to testing, or is that simply carried over from when woody was frozen? in short: does Debian support security updates for testing?

Re: security updates for testing?

2002-11-21 Thread Rolf Kutz
* Quoting martin f krafft ([EMAIL PROTECTED]): > in short: does Debian support security updates for testing? No. - rk -- These wheels are for inline skates only, unless you are stupid. Aggressive skating can be dangerous and hazardous to your health. If you get hurt, you are doing it wrong.

Re: security updates for testing?

2002-11-21 Thread Yven Leist
On Friday 22 November 2002 01:14, martin f krafft wrote: > help me clear up a confusion: > > does a line > > deb http://security.debian.org testing/updates main non-free contrib > > in /etc/apt/sources.list provide security updates to testing, or is > that simply carried over from when woody was

filtering between bridge device (br0) and regular ethernet device (ethx)

2002-11-21 Thread Marcel Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I've got a special problem: I would like to use a debian box as a firewall with an interface for the internal, external network and one for the dmz. The problem is this: The database server that has to be accessed from the webservers in the dmz i

Re: filtering between bridge device (br0) and regular ethernet device (ethx)

2002-11-21 Thread Henrique de Moraes Holschuh
On Fri, 22 Nov 2002, Marcel Weber wrote: > external and take eth2, eth3 and eth5 as one bridged device br0 for the > dmz. Could I filter traffic between eth0 and br0, resp. eth1 and br0? Yes. And among components of br0 as well, if you really need to. Make sure to enable IP forwarding, or it won

ftp on security.debian.org

2002-11-21 Thread Björn Metzdorf
seems not to be up again by now (at least not with security-packages). http works fine, but debmirror wants ftp :) Is there any chance that this gets fixed? Thanks Regards, Bjoern -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED

(sec.)Mirror mirror on the wall...

2002-11-21 Thread Andreas Syska
Dear all, after several mirrors of sec.d.o have been founded, I wanted to remember a discussion (I cant find at the moment) that took place in the debian-sec-german list several weeks ago. It was about the philosophy of just having one security.debian.org. I just found http://lists.debian.org/debi

unknown udp port

2002-11-21 Thread Costas Magos
Hi all, Anyone knows what 1025 udp stands for? This is a newly installed woody on a sparc classic. ns1:/etc# netstat -l Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 *:smtp *:* LISTEN

Re: unknown udp port

2002-11-21 Thread Steve Wright
On Thursday 21 November 2002 17:26, Costas Magos wrote: > Hi all, > > Anyone knows what 1025 udp stands for? This is a newly installed woody > on a sparc classic. rpc.statd uses this port. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Re: unknown udp port

2002-11-21 Thread Emmanuel Lacour
On Thu, Nov 21, 2002 at 07:26:13PM +0200, Costas Magos wrote: > Hi all, > > Anyone knows what 1025 udp stands for? This is a newly installed woody > on a sparc classic. > > try netstat -lp as root, to show the pid doing this. -- Easter-eggsSpécialiste GNU/Li

Re: unknown udp port

2002-11-21 Thread dsr
On Thu, Nov 21, 2002 at 07:26:13PM +0200, Costas Magos wrote: > Hi all, > > Anyone knows what 1025 udp stands for? This is a newly installed woody > on a sparc classic. > > > ns1:/etc# netstat -l > Active Internet connections (only servers) > Proto Recv-Q Send-Q Local Address Foreign A

Re: unknown udp port

2002-11-21 Thread Henrique Pedroni Neto
Hello Costa, To know how port is used by some program do this: # netstat -ln Get port number # fuser -n tcp port number This command gave to you the proces number that runs in this port. Now: # ps auxw | grep process number Done! Sample: # netstat -ln tcp0 0 0.0.0.0:1024

RE: unknown udp port

2002-11-21 Thread Costas Magos
Ok, it turns out that the process listening on this port is named. But why named should ever listen on udp 1025? sparc:/etc# netstat -lp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name udp0 0 *:1025

subscribe

2002-11-21 Thread Ricardo Castanheira
 

Re: unknown udp port

2002-11-21 Thread Phillip Hofmeister
On Thu, 21 Nov 2002 at 07:26:13PM +0200, Costas Magos wrote: > Hi all, > > Anyone knows what 1025 udp stands for? This is a newly installed woody > on a sparc classic. try: netstat -ap | less (as root). This will tell you which process is bound to that port. Hope this helps. -- Phil PGP/GPG

Re: unknown udp port

2002-11-21 Thread Georgatos Vaggelis
Good evening Well which bind version are you running?? Could it be an rndc or ndc listener?? Have you made any special configuration in order to set the queries source port ?? for example: query-source address * port 1; -- Georgatos Evaggelos Network Operations Center Department of Informa

Re: ftp on security.debian.org

2002-11-21 Thread Wichert Akkerman
Previously Björn Metzdorf wrote: > seems not to be up again by now (at least not with security-packages). http > works fine, but debmirror wants ftp :) Ftp works again (was silly problem with a symlink and a directory being the wrong way around). Wichert. -- __

Re: ftp on security.debian.org

2002-11-21 Thread Bjoern Metzdorf
> Ftp works again (was silly problem with a symlink and a directory being > the wrong way around). Great work! Thanks Wichert! Regards, Bjoern -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

security updates for testing?

2002-11-21 Thread martin f krafft
help me clear up a confusion: does a line deb http://security.debian.org testing/updates main non-free contrib in /etc/apt/sources.list provide security updates to testing, or is that simply carried over from when woody was frozen? in short: does Debian support security updates for testing?

Re: security updates for testing?

2002-11-21 Thread Rolf Kutz
* Quoting martin f krafft ([EMAIL PROTECTED]): > in short: does Debian support security updates for testing? No. - rk -- These wheels are for inline skates only, unless you are stupid. Aggressive skating can be dangerous and hazardous to your health. If you get hurt, you are doing it wrong.

Re: security updates for testing?

2002-11-21 Thread Yven Leist
On Friday 22 November 2002 01:14, martin f krafft wrote: > help me clear up a confusion: > > does a line > > deb http://security.debian.org testing/updates main non-free contrib > > in /etc/apt/sources.list provide security updates to testing, or is > that simply carried over from when woody was

filtering between bridge device (br0) and regular ethernet device(ethx)

2002-11-21 Thread Marcel Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I've got a special problem: I would like to use a debian box as a firewall with an interface for the internal, external network and one for the dmz. The problem is this: The database server that has to be accessed from the webservers in the dmz is

Re: filtering between bridge device (br0) and regular ethernet device (ethx)

2002-11-21 Thread Henrique de Moraes Holschuh
On Fri, 22 Nov 2002, Marcel Weber wrote: > external and take eth2, eth3 and eth5 as one bridged device br0 for the > dmz. Could I filter traffic between eth0 and br0, resp. eth1 and br0? Yes. And among components of br0 as well, if you really need to. Make sure to enable IP forwarding, or it won

Re: security updates for testing?

2002-11-21 Thread Stephen Gran
This one time, at band camp, martin f krafft said: > help me clear up a confusion: > > does a line > > deb http://security.debian.org testing/updates main non-free contrib > > in /etc/apt/sources.list provide security updates to testing, or is > that simply carried over from when woody was fro