openbsd-misc mailing list

FromSubjectsort iconDate
Jussi Peltola
Re: help configuring pf: one net can access other but no ...
this is unnecessarily broad. to $ext_if would be adequate. To do what you want to do, I'd write something like the following: set block-policy return antispoof quick for { $int_if, $wifi_if, $ext_if } block all pass out on $ext_if pass out on $wifi_if proto tcp from $int_if:network to $wifi_if:network port ssh pass in on $ext_if proto tcp to $ext_if port { www, 222 } pass in on $int_if pass in on $wifi_if
May 8, 4:47 pm 2010
Sviatoslav Chagaev
help configuring pf: one net can access other but not vi ...
Hello, I have the following network configuration: $ext_if -- wired interface, connected to my ISP's network, with a real IP address, visible from the Intertubes. $int_if -- wired interface, to which comps on my home LAN are connected $wifi_if -- wifi interface, working in host ap mode, free-for-all I've set up two NATs so that comps on $int_if:network and $wifi_if:network could access the Intertubes. Now I want the following: so that comps from $int_if:network could access ...
May 8, 3:59 pm 2010
Sociedad Argentina d ...
Curso Presencial y a Distancia
Si no puede ver este email visite www.psicotrauma.org.ar/cursopsico2.htm Si no quiere recibir mas informacion por favor haga click en http://web.enviodemails.com/remover.asp?il=inapsi CURSO ESPECIALIZACION EN PSICOTRAUMA E INTERVENCION PSICOLOGICA EN SITUACIONES CRITICAS INDIVIDUALES Y COLECTIVAS Organizado por la Sociedad Argentina de Psicotrauma (SAPsi) y auspiciado por el Centro de Atencion del Trauma Psiquico y el Estres Traumatico de la Facultad de Medicina de la Universidad de Buenos ...
May 8, 12:33 pm 2010
Elia Sandoval
PMS DE MÉXICO LO INVITA A PARTICIPAR: SEMINARIO DE ALMAC ...
PMS de Mixico. lo invita al excelente seminario: Estrategias y Ticnicas de Supervisisn y Organizacisn de "Almacenes e Inventarios" Mixico D.F. 24 De Mayo 2010 Una sptima ejecucisn en la cadena de suministro comienza con planeacisn estratigica y procesos de negocio definidos. Los elementos de la cadena, bien administrados apoyan la operacisn logmstica. El resguardo de materiales resulta mas eficiente cuando va de la mano de conceptos aplicados en concordancia con la estrategia del ...
May 8, 12:00 pm 2010
Bryan
Dmesg for Acer Aspire 7736Z-4015
I just got this from Amazon.com for around 575 USD. I am running -current (28 april 2010) X works great, as I made sure that I had the intel integrated graphics (vice the nVidia graphics). It has 4 GB of RAM, but I appear to be missing a little bit, the last laptop I had used 3.5 GB... the Fn+bright/dim doesn't work, but the nifty little button by the touchpad manually turns the touchpad off, which is great. also, the button to turn off the wireless works as well. Also the webcam doesn't ...
May 8, 11:53 am 2010
Jan Stary May 8, 10:08 am 2010
Stuart Henderson May 8, 5:07 am 2010
Jan Stary
Intel Dynamic Video Memory Technology with 4.7
I am running a recent 4.7-current on an Intel D510MO motherboard. http://www.intel.com/products/desktop/motherboards/D510MO/D510MO-overview.htm See full dmesg below. This comes with vga1 at pci0 dev 2 function 0 "Intel Pineview Integrated Graphics Controller" rev 0x02 intagp at vga1 not configured I cannot run X without configuring it. With zero configuration, the device is correctly recognized as 'intel', but /var/log/Xorg.0.log says (--) checkDevMem: using aperture driver ...
May 8, 4:06 am 2010
Jan Stary
Re: Intel Dynamic Video Memory Technology with 4.7
I tested this (on an INTELDRM_GEM kernel), but it made no difference. Same error; Xorg.0.log follows. (--) checkDevMem: using aperture driver /dev/xf86 (--) Using wscons driver on /dev/ttyC4 in pcvt compatibility mode (version 3.32) X.Org X Server 1.6.5 Release Date: 2009-10-11 X Protocol Version 11, Revision 0 Build Operating System: OpenBSD 4.7 i386 Current Operating System: OpenBSD box.stare.cz 4.7 INTELGEM#0 i386 Build Date: 06 May 2010 10:47:41PM Before reporting problems, ...
May 8, 10:00 am 2010
Préstamos Latiwoter ...
PRESTAMO
Hola Yo soy el Seqor Smirth Rubort Director LATIWOTER servicios financieros. Estamos certificados pristamo prestamista de pristamos ofrecen pristamos a empresas, pristamos personales, criditos buenos y malos pristamos garantizados pristamos en lmnea para los inquilinos de todo el mundo del cridito mal y el bien o insolvencia de, el precio del tipo de interis muy baja del 3%. Estos pristamos se ofrecen en el ambito de 3.000,00 a 10,000,000.00. Ofrecemos pristamos a las personas graves. Asm que si ...
May 7, 10:23 pm 2010
Predrag Punosevac
Re: lpd printing
Yes, it does. You do not need any drivers for that printer as long as you send only PostScript files. You are almost good to print with default /etc/printcap file Just replace local line printer with the name of your printer and Apsfilter works with LPR from the base as well. Unless he is planning to install 500 printers which will be used by 5000 different users following complex policies I see no advantage in installing LPRng. Apsfilter is good magic filter which will allow him to ...
May 7, 10:58 pm 2010
Lic. Nancy Hernandez
PMS DE MEXICO LE INVITA A 4 TALLERES DE IMPACTO GUBERNAM ...
2729716 [IMAGE] Mayores informes responda este correo electrC3nico con los siguientes datos. Empresa: Nombre: TelC)fono: Email: Curso: NC:mero de Interesados: Y en breve le haremos llegar la informaciC3n completa del evento. O bien comunCquense a nuestros telC)fonos un ejecutivo con gusto le atenderC! Tels. (33) 8851-2365, (33)8851-2741, (33)3125-4658. Este Mensaje ha sido enviado a misc@openbsd.org como usuario de Pms de MC)xico o bien un usuario le refiriC3 para ...
May 7, 9:13 pm 2010
Tomas Bodzar
Re: PF blocking cvs out
Use eg. tcpdump(8) to see what's going on on your interface, but with these rules you allowed only SSH traffic and nothing more so you really need to change this. And change your antispoof too because of this : NOTE: The filter rules that the antispoof rule expands to will also block packets sent over the loopback interface to local addresses. It's best practice to skip filtering on loopback interfaces anyways, but this becomes a necessity when using antispoof rules: set skip on ...
May 7, 10:30 pm 2010
Robert
Re: PF blocking cvs out
You need to add a rule like this: pass out on $ext_if proto tcp to port 2401 I highly recommend that you learn how to use tcpdump to understand what is sent over your interfaces (and what isn't). You can monitor any blocked packets on the pflog0 device. man tcpdump man pflog man pf.conf less /etc/services kind regards, Robert
May 7, 10:42 pm 2010
Stuart Henderson
Re: OpenBSD on Acer Aspire EasyStore H340?
Check that there's a way to access the console, WHS systems are generally not allowed to be supplied with standard monitor/keyboard connectors. Other than that, it "should" be a fairly standard PC.
May 8, 5:15 am 2010
Robert
Re: lpd printing
Hi, I have a HP 1515n, which is pretty similar. You can print directly to it (over LAN) without apsfilter etc. Simply add an entry in /etc/printcap like this: (rm = your printer IP) lp:\ :sd=/var/spool/output:\ :mx#0:\ :sh:\ :rm=192.168.0.100:\ :rp=lp: Also enable lpd in /etc/rc.conf.local by adding a line: lpd_flags="" kind regards, Robert
May 7, 10:36 pm 2010
J.C. Roberts
Re: USB Controller Causing Issues
It often depends on the *type* of emulation, and sometimes the USB Emulation/Mode setting must be used in conjunction with specific boot device settings. Depending on vendor, the USB Emulation Mode can be set to silly names like "Auto" or "Removable" or "HDD" or "FDD" or "Floppy" or whatever. With some systems, when set to "Auto" USB flash drives that are less than 530 MB in size are automatically emulated as floppy disk drives, while USB flash drives larger than 530 MB in size will be ...
May 7, 7:46 pm 2010
Joachim Schipper
Re: Adding a route for chrooted Apache/PHP
Why did you hardcode the IP here, and then hardcode it below again? Let You could avoid setting this dangerous option by installing and using Eh... the routing table is per-kernel, and does not need filesystem access. "No route to host" is most likely a wrong error message; please show the code. I don't *think* this is the reason, but note that http://94.100.188.5/robots.txt leads to a 404. I'm sorry I don't have a solution - just trying to fix some misunderstandings here. Joachim
May 8, 12:42 am 2010
Alexander Farber
Re: Adding a route for chrooted Apache/PHP
Hello, thanks for your replies. The reason for my PHP script failure Warning: file_get_contents(http://94.100.188.5/robots.txt) [function.file-get-contents]: failed to open stream: No route to host have been 1) missing /var/www/etc/resolv.conf (the hosts I had already) and 2) I forgot that I had an anti-PHP rule in pf.conf: # don't allow PHP-worms to propagate block out quick log on $ext_if proto { tcp, udp } all user www After those changes (and the following lines in ...
May 8, 10:48 am 2010
Thomas Pfaff
Re: State of multiprocessing and multithreading in OpenBSD
On Thu, 06 May 2010 10:03:28 -0700 No, the Flying Spaghetti Monster.
May 8, 12:34 am 2010
John Wright
Re: low httpd performance. Apache 2.2 as default? never? ...
Subversion is awful. Try git, it supports http without having to install fancy apache modules.
May 8, 1:58 am 2010
Pekka Niiranen
Re: low httpd performance. Apache 2.2 as default? never? ...
These all great additions. I just wish Subversion would someday
May 8, 12:22 am 2010
Mateusz Gierblinski
Re: OpenBSD 4.6 + HD Audio
Hello Thx for help guys. XMMS outputs sound. The only thing I forgot to do is to install xmms-mp3 package. Mateusz
May 8, 11:38 am 2010
previous daytodaynext day
May 7, 2010May 8, 2010May 9, 2010