Re: Listening Ports

2001-09-09 Thread Philipp Schulte
On Mon, Sep 10, 2001 at 10:02:12AM +1000, Roger Keays wrote: > You want to check out ipchains. It is a packet filter which you can use to > reject traffic based on protocol (tcp, udp, icmp), interface, > source/destination address and port numbers. Jeffs idea to control with interfaces a service

Re: Listening Ports

2001-09-09 Thread Roger Keays
Jeff, You want to check out ipchains. It is a packet filter which you can use to reject traffic based on protocol (tcp, udp, icmp), interface, source/destination address and port numbers. - Roger On Sun, 9 Sep 2001, Jeff Coppock wrote: > How would I control which ports listen on specified inte

Re: Listening Ports

2001-09-09 Thread hpknight
It depends on the process that is binding the port. If you're using xinetd you can specify which interface to bind the port on. If the program/daemon doesn't allow you to specify interfaces, then you're stuck .. unless you want to do some fancy stuff with ipchains/iptables to redirect ports, or h

Re: Listening Ports

2001-09-09 Thread Philipp Schulte
On Mon, Sep 10, 2001 at 10:02:12AM +1000, Roger Keays wrote: > You want to check out ipchains. It is a packet filter which you can use to > reject traffic based on protocol (tcp, udp, icmp), interface, > source/destination address and port numbers. Jeffs idea to control with interfaces a servic

Statically compiling BIND 9.1.3

2001-09-09 Thread Stefan Srdic
I want to statically build BIND 9 so that I can run it in a chroot jail. I have done this before with BIND 8.2.4 by editing the Makefile.set under /src/port/linux and changing CDEBUG= -O2 -g to -> CDEBIG= -02 -static. I'm not quite too sure how to do this with BIND 9. According to the docs on

Listening Ports

2001-09-09 Thread Jeff Coppock
How would I control which ports listen on specified interfaces? I have eth0 and eth1 and I want have certain ports listening on one, but not the other. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, C

Re: Listening Ports

2001-09-09 Thread Roger Keays
Jeff, You want to check out ipchains. It is a packet filter which you can use to reject traffic based on protocol (tcp, udp, icmp), interface, source/destination address and port numbers. - Roger On Sun, 9 Sep 2001, Jeff Coppock wrote: > How would I control which ports listen on specified int

Re: Listening Ports

2001-09-09 Thread hpknight
It depends on the process that is binding the port. If you're using xinetd you can specify which interface to bind the port on. If the program/daemon doesn't allow you to specify interfaces, then you're stuck .. unless you want to do some fancy stuff with ipchains/iptables to redirect ports, or

Statically compiling BIND 9.1.3

2001-09-09 Thread Stefan Srdic
I want to statically build BIND 9 so that I can run it in a chroot jail. I have done this before with BIND 8.2.4 by editing the Makefile.set under /src/port/linux and changing CDEBUG= -O2 -g to -> CDEBIG= -02 -static. I'm not quite too sure how to do this with BIND 9. According to the docs on

Listening Ports

2001-09-09 Thread Jeff Coppock
How would I control which ports listen on specified interfaces? I have eth0 and eth1 and I want have certain ports listening on one, but not the other. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara,

RE: Virtual Networking between Debian and Microsoft Windows systems

2001-09-09 Thread Jaroslaw Tabor
Hello! I did something like this, using sshd on Debian and portforwarder on windows. Portforwarder is able to forward any number of locat ports to remote machine over secure ssh tunel. I did it only for few services (POP3 and SMTP) but it should also works for any other services. Best

RE: Virtual Networking between Debian and Microsoft Windows systems

2001-09-09 Thread Jaroslaw Tabor
Hello! I did something like this, using sshd on Debian and portforwarder on windows. Portforwarder is able to forward any number of locat ports to remote machine over secure ssh tunel. I did it only for few services (POP3 and SMTP) but it should also works for any other services. Best