[off] Apache OpenBSD's project

2008-03-05 Thread Saulo Bozzi
*What can be said about Apache OpenBSD's project?*
*Is it countinuous? Is it working?*
*Is there a web site?*
*What kind of version is used?

Regards...bye.
*



vsftpd [more secure]

2008-06-10 Thread Saulo Bozzi
*Name* *Version*





 vsftpd  1.1.3




 vsftpd  1.2.2




 vsftpd  1.2.2




 vsftpd  2.0.1




 vsftpd  2.0.4
what version should i use?
what is more secure...the last version...2.0.6 or 2.0.4 or 1.3?!



Re: vsftpd [more secure]

2008-06-10 Thread Saulo Bozzi
my question is to the system administrator.
that know about vsftpd.

thnkz.

regardsbye.



Re: vsftpd [more secure]

2008-06-11 Thread Saulo Bozzi
openbsd the list is composed of specialists in # nix.
thus, there is no better place to learn with the best, which version is more
secure, and so on.

regardsbye.



Re: OpenBSD users.

2010-07-21 Thread Saulo Bozzi
Amirica do Sul - BraSil.

Regards,

Bye.


2010/7/21 Rosen Iliev :
> San Jose, Costa Rica
>
> Rosen
>
> Luis F Urrea wrote, On 7/21/2010 12:05 PM:
>>
>> Central America
>>
>> San JosC), Costa Rica
>>
>> On Wed, Jul 21, 2010 at 1:43 AM, riwanlky  wrote:
>>
>>
>>>
>>> Riwan, Jakarta, Indonesia
>>>
>>>
>>> Mateusz Gierblinski wrote:
>>>
>>>

 Hi misc@

 I'm just wondering. Where are you OpenBSD users from?

 I'm from Belgium, anyone else?

 Take care



Re: Problem with pf rules.

2010-01-15 Thread Saulo Bozzi
Well,
My rules of rdr now work, but dont log on. Only the out of rdr port 8080.

Any suggestion?

Thanks,
Bye.

2010/1/14 PsYkHe 

> Damn man!!!.Holy crap.I really forgot this detail...
>
> Thanks Man.
> Regards.
>
>
>  did you "net.inet.ip.forwarding=1" in sysctl?
>>
>> regards
>> karl-heinz
>>
>> On 14.01.2010, at 16:10, PsYkHe wrote:
>>
>>  I'm in troubles to put a router/firewall Openbsd 4.6 at vmware and at
>>> Slackware 13 to can "talk" throught of host-only. But the main problem
>>> now
>>>
>> is
>>
>>> the OpenBSD make a rdr to webserver Slackware. Well, I'll try descrive
>>> the
>>> situation:
>>>
>>>
>>>
>>> The OpenBSD 4.6 has two interfaces:
>>>
>>>
>>>
>>> One bridge
>>>
>>> One host-only with ip 192.168.38.130
>>>
>>>
>>>
>>> At Slackware 13 has a interface:
>>>
>>> host-only with ip 192.168.38.128
>>>
>>>
>>>
>>> That are my rules of pf:
>>>
>>>
>>>
>>> if_net="vic0"
>>>
>>> if_ws="vic1"
>>>
>>> ip_ws="192.168.138.128"
>>>
>>>
>>>
>>> #black log all
>>>
>>> pass log all
>>>
>>>
>>>
>>> rdr pass log on $if_net proto tcp to port 6060 -> $ip_ws port 80
>>>
>>>
>>>
>>> rdr pass log on $if_net proto tcp to port  -> 127.0.0.1 port 22
>>>
>>>
>>>
>>> nat log on $if_net from !($if_net) -> ($if_net:0)
>>>
>>>
>>>
>>> PS: Which if_net is the interface of the bridge and if_wa is the
>>> host-only.
>>>
>>>
>>>
>>> The OpenBSD can ping the internal ip of host-only of Slackware
>>>
>> 192.168.138.128
>>
>>> and also when I sent a telnet to him in port 80 and it answer perfectly.
>>>
>>>
>>>
>>> Therefore when it comes outside of the internet, a telnet to OpenBSD in
>>>
>> port
>>
>>>  it come in the ssh of OpenBSD but It cant log on. To port 6060
>>> didn't
>>> show up the log and it cant do a rdr or it didn't work. I've thought the
>>> communication Slackware, the listen port 80 that was tcp6, maybe would be
>>>
>> ipv6
>>
>>> only, but I did insert tcp to ipv4 and the rdr also didn't work.
>>>
>>>
>>>
>>> I'm using the command: tcpdump -n -e -ttt -i pflog0
>>>
>>> To verify these logs by interface pflog0
>>>
>>>
>>>
>>> I'm needing a light, suggestion or something like that..Can you tell me
>>> something guys?
>>>
>>>
>>>
>>> Any information or anything else you can ask me that Ill send.
>>>
>>>
>>>
>>> Thanks a lot.
>>>
>>> See ya.



Re: Client no-ip in the OpenBSD.

2010-01-16 Thread Saulo Bozzi
Ok, I install the no-ip client by pkg_add.
But, dont work.
him asks option 0, 1, 2 for interfaces.
I choice option 1 that my interface and stop. not continue.
Already active in sysctl emulation of linux binary, and nothing.

Anybody, any suggestion?


2010/1/15 PsYkHe 

> Thank you.
>
> - Original Message - From: "Josh Grosse" 
> To: "PsYkHe" 
> Sent: Friday, January 15, 2010 2:58 PM
> Subject: Re: Client no-ip in the OpenBSD.
>
>
>
>  On Fri, 15 Jan 2010 14:38:15 -0300, PsYkHe wrote
>>
>>> Hello!!
>>>
>>> Anybody already use the client of no-ip in the OpenBSD?
>>>
>>
>> net/no-ip has been in the ports tree since July 2006.



Re: Client no-ip in the OpenBSD.

2010-01-16 Thread Saulo Bozzi
cool, but now the no-ip binary work.
but, where put him to run in the boot?
rc.conf.local?

2010/1/17 Marcello Cruz 

> Dear friend,
>
> There is another way to update your IP address without the use of the no-ip
> client.
>
> I use lynx and it does just the same. Lynx is part of a regular OBSD
> install. You can run it, for example, with your connection script (like
> ppp.linkup) or after a reboot in the rc.local. Also, you can create a job
> with crontab to run the command in a week basis, for example.
>
> The command line is something like that:
> # lynx -dump -accept_all_cookies -auth=mailb...@domain.com.br:\password
> http://dynupdate.no-ip.com/nic/update?hostname=host.no-ip.info&myip=`ifconfigtun0
>  | grep 'inet ' | awk '{print $2}'`
>
> In my case, I use this line within a script and I redirect the output of
> this command to another file. If something goes bad, then there is a job
> running every 30 minutes that tries to update the information in the NO-IP
> service.
>
> Rgds
> Marcello Cruz



Re: [off] Apache OpenBSD's project

2008-03-05 Thread Saulo Bozzi Daleprane
Saulo Bozzi Daleprane wrote:
> Siju George wrote:
>> On Thu, Mar 6, 2008 at 12:05 AM, Saulo Bozzi <[EMAIL PROTECTED]> wrote:
>>   
>>> *What can be said about Apache OpenBSD's project?*
>>>
>>> 
>>
>> I hope you are referring to the apache distributed in the base system.
>>
>>   
> (Yes, I'm).
>>> *Is it countinuous? Is it working?*
>>>
>>> 
>>
>> it is working more securely with the chrooted environment.
>>
>> I run PHP websites and backuppc Web based GUI using it on OpenBSD.
>>
>> If you asked if the development is continuous then I think yes.
>> because it is in the base system it is taken care of well a henning
>> told me an year or so back that it has about 4,000 lines of difference
>> in code compared to the one released by the apache foundation.
>>
>>
>>
>>   
> Cool. Very good.
>>> *Is there a web site?*
>>>
>>> 
>>
>> http://www.openbsd.org/faq/faq10.html#httpdchroot
>>
>>   
This web site is about chroot in the apache of OpenBSD and not about 
apache OpenBSD's project (modified by the project).
Is there web site about patchs applied which talks about apache itself? 
It should have.
>
>>> *What kind of version is used?
>>>
>>> Regards...bye.
>>> *
>>>
>>>
>>> 
>>
>> It was forked off from the Apache Foundation project and does not
>> follow its version number hence.
>>
>> --siju
>>
>>   
>
>
> -- 
>
> *Saulo Bozzi Daleprane*
>
> Equipe de TI - Head Office
>
> Brazshipping Marmtima LTDA
>
> Phone: 55 27 2121-6806
>
> mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>  
>
> /"Truly great madness cannot be achieved without significant 
> intelligence"./
>


-- 

*Saulo Bozzi Daleprane*

Equipe de TI - Head Office

Brazshipping Marmtima LTDA

Phone: 55 27 2121-6806

mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

 

/"Truly great madness cannot be achieved without significant intelligence"./



[bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Saulo Bozzi Daleprane
I have a problem installing OpenBSD 4.2 in old machines.

The bug fix instructs to use disc 2 of amd64, but what's the name of 
this ISO?!

Regardsbye.
-- 

*Saulo Bozzi Daleprane*

Equipe de TI - Head Office

Brazshipping Marmtima LTDA

Phone: 55 27 2121-6806

mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

 

/"Truly great madness cannot be achieved without significant intelligence"./



Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Saulo Bozzi Daleprane
Josh Grosse wrote:
> On Fri, 07 Mar 2008 14:33:24 -0300, Saulo Bozzi Daleprane wrote
>   
>> I have a problem installing OpenBSD 4.2 in old machines.
>>
>> The bug fix instructs to use disc 2 of amd64, but what's the name of 
>> this ISO?!
>>
>> Regardsbye.
>> --
>>
>> *Saulo Bozzi Daleprane*
>>
>> Equipe de TI - Head Office
>>
>> Brazshipping Marmtima LTDA
>>
>> Phone: 55 27 2121-6806
>>
>> mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>>
>> /"Truly great madness cannot be achieved without significant intelligence"./
>> 
>
> If you do not have the CD set, then download /pub/OpenBSD/4.2/amd64/cd42.iso
> from your nearest mirror.
>
>   
Already, try with the cd42.iso but don't boot.

-- 

*Saulo Bozzi Daleprane*

Equipe de TI - Head Office

Brazshipping Marmtima LTDA

Phone: 55 27 2121-6806

mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

 

/"Truly great madness cannot be achieved without significant intelligence"./



Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Saulo Bozzi Daleprane
Saulo Bozzi Daleprane wrote:
> Josh Grosse wrote:
>> On Fri, 07 Mar 2008 14:33:24 -0300, Saulo Bozzi Daleprane wrote
>>   
>>> I have a problem installing OpenBSD 4.2 in old machines.
>>>
>>> The bug fix instructs to use disc 2 of amd64, but what's the name of 
>>> this ISO?!
>>>
>>> Regardsbye.
>>> --
>>>
>>> *Saulo Bozzi Daleprane*
>>>
>>> Equipe de TI - Head Office
>>>
>>> Brazshipping Marmtima LTDA
>>>
>>> Phone: 55 27 2121-6806
>>>
>>> mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>>>
>>> /"Truly great madness cannot be achieved without significant intelligence"./
>>> 
>>
>> If you do not have the CD set, then download /pub/OpenBSD/4.2/amd64/cd42.iso
>> from your nearest mirror.
Already, try with the cd42.iso but don't boot.
>  
>
> /"Truly great madness cannot be achieved without significant 
> intelligence"./



Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Saulo Bozzi Daleprane
Josh Grosse wrote:
> On Fri, 07 Mar 2008 15:24:57 -0300, Saulo Bozzi Daleprane wrote
>
>   
>> Already, try with the cd42.iso but don't boot.
>> 
>
> Both the i386 and amd64 iso files have the same name.  Be sure you are using
> the *right* one.
>
>   
yes yesis the correct. amd64 - cd42.iso
I did download yesterday, and nothing.
Do I have another way to make it work properly?!

-- 

*Saulo Bozzi Daleprane*

Equipe de TI - Head Office

Brazshipping Marmtima LTDA

Phone: 55 27 2121-6806

mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

 

/"Truly great madness cannot be achieved without significant intelligence"./



Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-07 Thread Saulo Bozzi Daleprane
Stuart Henderson wrote:
>> yes yesis the correct. amd64 - cd42.iso
>> I did download yesterday, and nothing.
>> 
>
> did you swap the disk for the i386 one at the boot loader?
>
>   

   1. Insert CD2 and tell your computer to boot it;
   2. When the boot> prompt appears, stop the automatic boot by pressing
  the space bar;

Read this.
first CD 2...of amd64.
whats the cd2?! this is question.

Regardsbye.

-- 

*Saulo Bozzi Daleprane*

/"Truly great madness cannot be achieved without significant 
intelligence"./



Re: [bug fix] Problem installing OpenBSD 4.2

2008-03-10 Thread Saulo Bozzi Daleprane
Nick Holland wrote:
> Saulo Bozzi Daleprane wrote:
>   
>> I have a problem installing OpenBSD 4.2 in old machines.
>>
>> The bug fix instructs to use disc 2 of amd64, but what's the name of 
>> this ISO?!
>> 
>
> lots of responses, all wrong.
>
> This issue ONLY impacted the official, purchased CD sets, not the
> downloadable images.  If you have the official CD set, you just use
> the disk labeled "amd64", not the one labeled i386.  That's pretty
> painfully obvious if you own the CDs, so I think you are referring
> to the downloaded images.
>
> So, if you can't install from the downloads, you have a problem other
> than what you are looking at.
>
> Provide useful info, we can provide guidance.
>
> Note: i386 machines I call "old" can't boot from CD. :)
>
> Nick.
>
>   
Yes Nick, this is it.
I've tried with images ISO of ftp.openbsd.org.
I have an old machine, which is: proliant ml370 compaq; cdrom scsi, etc.
and it does not boot by cdrom: install42.iso release, amd64, cd42.iso, 
cdemu.iso. 4.3 snapshot.
I'll make a disc with floppyB42.fs and floppy42.fs (amd64) and try.
This today.
My problem is with the cdrom.

Ok...we'll see.

-- 

*Saulo Bozzi Daleprane*

/"Truly great madness cannot be achieved without significant 
intelligence"./