OpenBSD 4.0 Routing Issue

2007-01-18 Thread Satadru Pramanik
Hello all. I have an OpenBSD 4.0 system with three interfaces. My interfaces are setup as follows: /etc/hostname.bge0 inet xx.yy.101.98 255.255.255.224 xx.yy.101.127 /etc/hostname.em0 inet xx.yy.125.130 255.255.255.224 xx.yy.125.159 /etc/hostname.em1 inet 192.168.19.1 255.255.255.0 NONE /etc/my

Multiple ftp servers behind nat using pf-proxy?

2007-01-22 Thread Satadru Pramanik
Is this possible? I have ftp-proxy working for the first ftp server in behind the NAT. The second ftp server can not be connected to from outside the NAT using the external ip I have assigned for it. I have added rules to rc.local thus, and also have the ftp-proxy/* anchors in pf.conf: /

greylisting and mailer pools redux

2007-06-13 Thread Satadru Pramanik
I have OpenBSD 4.0 setup with spamd doing greylisting for a mail server, and I am having a problem with more and more companies sending mail that is getting stuck in spamd from having a pool of mail servers sending mail from several addresses in the same subnet. I searched the archives and notice

ftp-proxy problem on OpenBSD 4.6 with illegal port number errors on NATed FTPing machines

2009-11-12 Thread Satadru Pramanik
I upgraded an OpenBSD firewall from 4.4 -> 4.5 -> 4.6 in one go, and am noticing that the ftp-proxy is only working sporadically. I keep getting "Can't build data connection: illegal port number" errors when attempting to ftp from a machine inside a NAT to a machine outside the NAT. I thought thi

Re: ftp-proxy problem on OpenBSD 4.6 with illegal port number errors on NATed FTPing machines

2009-11-13 Thread Satadru Pramanik
dress of the control and data connections are not > same. > > My solution in that case was to > > -nat on $EXT from any to any -> ($EXT) > +nat on $EXT from any to any -> ($EXT:0) > > Mitja > >> -Original Message- >> From: owner-m...@openbsd.or