feature patch -> replace /etc/crontab by /etc/cron.d/

2014-04-08 Thread Remy
Hi guys, here is a simple patch to replace /etc/crontab by /etc/cron.d/. You need to manually mkdir /etc/cron.d. --- pathnames_original.hMon Apr 7 22:31:53 2014 +++ pathnames.h Tue Apr 8 16:12:30 2014 @@ -92,8 +92,8 @@ #define PIDFILE"cron.pid" #define _PATH_CRON_PID

how to set framebuffer resolution

2013-09-08 Thread remy couture
Hi, i'm looking for infos on how to play with the screen resolution on intel framebuffer. Other OSes have some kind of "mode setting" at the boot loader level, what about OpenBSD ? Thank you very much

pppoe(4) with nat

2009-05-15 Thread remy couture
Hi all, I have an issue with kernel pppoe. When i'm in the LAN, all is going out and coming back sweetly. When i'm right on the gateway, DNS works ( udp ), icmp works, but I can't get TCP to work. My setup is pretty simple: CLOWN---soekris gateway---LAN (vr0)pppoe0 = external in

Re: Time limited internet connection

2005-09-25 Thread Remy Heiden
OR: root cron job: 11pm: pfctl -f /etc/pf.conf-night 6am: pfctl -f pf.conf-day -- What do you mean, I ain't kind? Just not your kind! -- D. Mustaine --

Re: PF load balancing

2005-08-22 Thread Remy Chibois
These are real IP's. One is dynamic, the other is fixed. > One more question. > Are the IP's of two NICs real or virtual? > >I forgot to mention that these are ADSL connections. The two > >modems are > > physically attached to the firewall, on two separate NICs. > > > > > >> Why do not

Re: PF load balancing

2005-08-19 Thread Remy Chibois
I forgot to mention that these are ADSL connections. The two modems are physically attached to the firewall, on two separate NICs. > Why do not use 1 interface with 2 IP's and 1 nat rule with address > pool for balancing? > > somthing like this: > nat on $ext_if inet from any to any -> {$ext_ip_

PF load balancing

2005-08-19 Thread Remy Chibois
Hi, I have two internet connections and would like to load balance outgoing trafic between the two interfaces. Using rules from the PF FAQ does not work for me (trafic is always routed to the first interface). The connections are both from the same provider, have a different public IP address, b