NAT issues

2007-07-12 Thread Deraj Puma
Hi there! I'm having major head-aches trying to figure out why this isn't working. I have an OpenBSD machine acting as a router/firewall and it has three interfaces: vge0, vge1, and dc0. This machine connects to a hub and the hub in turn connects to various other machines. I got NAT to work only

Re: NAT issues

2007-07-12 Thread Deraj Puma
For the archives: It was a problem with the routes. Thanks Fred.

Re: dhcpd on 4.4 is problematic

2008-11-04 Thread Deraj Puma
On Tue, Nov 4, 2008 at 2:53 AM, Uwe Dippel <[EMAIL PROTECTED]> wrote: >> Nov 4 14:00:23 firewall dhcpd[28296]: DHCPDISCOVER from 00:20:ed:ee:ed:14 >> via xl0 >> Nov 4 14:00:23 firewall dhcpd[28296]: DHCPOFFER on 192.168.116.162 to >> 00:20:ed:ee:ed:14 via xl0 >> Nov 4 14:01:28 firewall dhcpd[282

Can't get OpenSMTPD to send mail to non-local addresses.

2011-08-03 Thread Deraj Puma
Hi! I'm trying to setup a mail server for a small website. So far I can receive emails fine and even send mail to local users (root, myself, etc). I can't, however, email anything else. Here's my smtpd.conf file: --- listen on dc0 tls map "aliases" { source db "/etc/mail/aliases.db" } map "secret

Re: Can't get OpenSMTPD to send mail to non-local addresses.

2011-08-04 Thread Deraj Puma
On Thu, Aug 4, 2011 at 1:57 AM, Gilles Chehade wrote: > The ruleset is incorrect, the third rule will never be matched as the second > rule matches all sources and destinations. Right now, your ruleset says: > > - mails coming from local host for local domains are delivered to mbox > - mails comin

Re: Can't get OpenSMTPD to send mail to non-local addresses.

2011-08-04 Thread Deraj Puma
On Thu, Aug 4, 2011 at 11:46 AM, Deraj Puma wrote: > The error is: > --- > lka: smtp.comcast.net secret lookup (0) > smtp.comcast.net secret not found > mta: new status for email@address: 190 secrets lookup failed > I deleted both secrets and secrets.db and did it over agai