tcpserver: relay iface question

2001-06-25 Thread GARGIULO Eduardo INGDESI
Hi all. How can I tell tcpserver to relay clients connected from an interface instead of ip addresses? --yapedu

Re: tcpserver: relay iface question

2001-06-25 Thread Charles Cazabon
GARGIULO Eduardo INGDESI [EMAIL PROTECTED] wrote: How can I tell tcpserver to relay clients connected from an interface instead of ip addresses? You can wildcard IP addresses on byte boundaries -- i.e., the following entry: 10.10.:allow,RELAYCLIENT= would allow the 16-bit subnet

Re: tcpserver: relay iface question

2001-06-25 Thread Felix von Leitner
Thus spake GARGIULO Eduardo INGDESI ([EMAIL PROTECTED]): How can I tell tcpserver to relay clients connected from an interface instead of ip addresses? You bind one tcpserver on each interface and give the one on the relay-enabled interface a rule set that always matches. It's that easy.

Re: tcpserver: relay iface question

2001-06-25 Thread Henning Brauer
On Mon, Jun 25, 2001 at 09:50:07PM +0200, Felix von Leitner wrote: Thus spake GARGIULO Eduardo INGDESI ([EMAIL PROTECTED]): How can I tell tcpserver to relay clients connected from an interface instead of ip addresses? You bind one tcpserver on each interface and give the one on the