Re: NAT problem with public network

2005-03-10 Thread John Angelmo
Nickolay A. Kritsky wrote: Hello John, You can use two ways: 1. Add 'unregistered_only yes' to your natd.conf 2. Run natd on xl2 with -reverse option If I were you I would do the first one. I tried that with this rule on top ipfw add divert natd log all from any to any via xl0 Well that handles

NAT problem with public network

2004-12-16 Thread John Angelmo
Hello I have a network setup like this: xl0: External:213.115.251.220 xl1: DMZ: 213.115.148.64/28 xl2: Internal: 192.168.20.0/24 Now my problem seems to be that I need to get external connection for my Internal network but not nating the DMZ To simplify it all /etc/natd.conf has this line:

VPN up but no traffic

2004-07-01 Thread John Angelmo
I have a small problem with my VPN connection, It's up and running but I can't ping the other end, I get traffic from the other end in form of: 22:17:56.114188 192.168.5.2.netbios-ns 192.168.5.255.netbios-ns: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST 22:17:56.863179 192.168.5.2.netbios-ns

Sendmail AUTH agains passwd?

2003-03-04 Thread John Angelmo
Hello I'm intrested in implementing sendmail with AUTH agains passwd, I have only been able to do this agains TSL with their database, has anyone tried agains passwd and got it to work? /John To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-net in the body of the

Killing SPAM

2002-11-12 Thread John Angelmo
Hello I just wonder what port/package you have found most usefull for fighting spam in a FreeBSD/Sendmail enviorment. I seem to have two good options: http://www.roaringpenguin.com/mimedefang/ http://savannah.gnu.org/projects/spamass-milt/ The users simply connect with a pop3/imap4 client to

unix routing

2002-10-01 Thread John Angelmo
Hello I'm looking for a good book on unix routing (from the ground up) every routingbook I seem to find only cover IOS. There are diffrent solutions, for example gated, zebra and so on, what is most used and what can you recomend and what supports both ipv6 and ipv4 thanks /John To

increasing throughput

2002-07-02 Thread John Angelmo
Hello I was thinking of cunstructing a small routerbox in my sparetime. Now since FreeBSD is my choise of OS i was thinking of a small box silent box. So how can I combine speed, size, silence and price? I was thinking of vias small buget systems (via Eden) and to that an extra intel pro

Win2k - FreeBSD

2002-06-03 Thread John Angelmo
I'mabout to install a FreeBSD box as a firewall for a school. The box will also be standing as a gateway, my question is could in some way check that the IP(or user) is logged in to the 2k domain before he/she is allowed to surf outside the local net? And I'm also setting up the fbsd box as a

Re: dynamic ipfw

2002-05-22 Thread John Angelmo
On Wed, 22 May 2002 17:28:37 -0700 Crist J. Clark [EMAIL PROTECTED] wrote: On Mon, May 20, 2002 at 07:39:36PM +0200, John Angelmo wrote: Hello I have a small problem with IPFW How can I handle adding and removing rules based on IP/MAC per user? Per user? You mean with 'uid

dynamic ipfw

2002-05-20 Thread John Angelmo
Hello I have a small problem with IPFW How can I handle adding and removing rules based on IP/MAC per user? I can add a rule for a specific IP/MAC without the need to flush but can I remove it in the same way? now lets say I have a user that only needs access to it's mailserver mail.user.com