Re: OpenBSD on home router - error requesting several URLs

2009-01-04 Thread Jorge Valbuena
1. Why so many NAT rules ? 2. Your BSD Server only for home router and firewall device ? 3. You should read OpenBSD FAQ and PF FAQ 4. type man afterboot, from the command line. BSD FAQ: http://www.openbsd.org/faq/index.html PF FAQ: http://www.openbsd.org/faq/pf/index.html After reading this,

Re: Fresh install question

2008-11-17 Thread Jorge Valbuena
One simple thing that i will try is: If is already installed OpenBSD 4.2 and wants to install 4.3 or 4.4 , first take a look at the /etc/fstab file and write down the name of the /home partition /dev/wd0h /home ffs rw,nodev,nosuid 1 2 When installing the new version leave untouched that part

Re: How to load balancing between lan and adsl ?

2008-10-21 Thread Jorge Valbuena
Hi, i hope this is what are you looking for ! 1. http://www.openbsd.org/faq/faq6.html , take a look at section 6.14 2. http://www.openbsd.org/faq/pf/pools.html Jv Original-Nachricht > Datum: Tue, 21 Oct 2008 14:22:52 +0800 > Von: "Dongsheng Song" <[EMAIL PROTECTED]> > An: mis

Re: Using PF to NAT internal addresses over an IPSec link

2008-08-14 Thread Jorge Valbuena
I have the following configuration: LAN_B--[openBSD+Pf+Nat+VPN]---(internet)---[OpenBSD+Pf+NAT+VPN]---[openBSD+Squid]---LAN_A http://bsdsupport.org/ , setting up Ipsec over GRE on OpenBSD I can ping a host from LAN_A to a host on LAN_B I hope this can Help ! Original-Nachricht

Re: nat trouble accessing web

2007-06-27 Thread Jorge Valbuena
Hello Daniel, i have the following configuration: LAN[ProxyOpenBSD]---[FirewallOpenBSD]-(internet) Your configuration is similar to mine, on the Proxy machine i do not use nat (i dont need it), the proxy machine is my default gateway.On the Firewall i have a rule that allows pa

Re: Squid 2.6 transparent proxy with pf

2006-12-21 Thread Jorge Valbuena
="170.157.20.3" nat on $ext_if inet from $proxy to any -> $ext_if I hope that your squid is working as you need it. I hope this can help Jorge Valbuena Original-Nachricht Datum: Thu, 21 Dec 2006 13:40:10 +0200 Von: Dominik Zalewski <[EMAIL PROT