Arquivo

Arquivo da Categoria ‘Sem categoria’

GNS3 + VirtualBox 4.1.2 no FreeBSD

18, novembro, 2011 Sem comentários

Este é um vídeo tutorial de funcionamento do GNS3 com suporte ao VirtualBox no FreeBSD.

No exemplo, vou configurar um ambiente com um switch cisco (via modulo switch para roteador) e emular ambientes de comunicação sem e com VLAN trunk.

Para esse ambiente, estamos usando os seguintes itens:

  • VirtualBox 4.1.2 (via cft)
  • GNS3 0.8.1 (via download do site)

Instalação do VirtualBox 4.1.2:

cd /tmp
fetch http://home.bluelife.at/ports/virtualbox-cft-20110825.tar.gz
tar zxf virtualbox-cft-20110825.tar.gz
cd emulators/virtualbox-ose
make deinstall
make install clean

Segue o vídeo explicativo do funcionamento (abaixo os links de referencia):

Referencias:

GNS3: http://www.gns3.net/download
Virtualbox (ports para o Freebsd): http://home.bluelife.at/ports/virtualbox-cft-20110825.tar.gz
Problema com vlan trunk da interface intel: ( via cache do google )
Problema com interface PCnet-FAST III no Freebsd: http://eligere.wordpress.com/2008/03/05/virtualbox-156-freebsd-70-and-pcnet-fast-iii-problem/

Categories: Sem categoria Tags:

OpenBSD 4.8-BETA marcado no repositorio

25, julho, 2010 Sem comentários

Theo de Raadt (deraadt@) efetuou a marcação da versão 4.8-BETA (veja aqui e aqui), Snapshots desta versao estarao disponiveis em breve para testes, acompanhe a atualização dos mirrors. Veja abaixo a mensagem de commit do repositorio:

From: Theo de Raadt
To: source-changes@cvs.openbsd.org
Subject: CVS: cvs.openbsd.org: src
Date: Sat, 24 Jul 2010 09:31:21 -0600 (MDT)

CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2010/07/24 09:31:21

Modified files:
	sys/sys        : param.h
	share/tmac/mdoc: doc-common
	share/mk       : sys.mk
	etc/root       : root.mail
	sys/arch/macppc/stand/tbxidata: bsd.tbxi 

Log message:
move to 4.8-beta

Veja a noticia original no link: http://undeadly.org/cgi?action=article&sid=20100725033725

Centreon 2.1.4 on FreeBSD (English)

16, fevereiro, 2010 2 comentários

Update Tutorial: http://www.luizgustavo.pro.br/blog/2011/12/09/english-centreon-2-3-3-freebsd-9/

This tutorial will guide the User to perform the installation of Centreon on FreeBSD. We will be using an installation in a Jail in FreeBSD kernel version 7.3-PRERELEASE, the kernel version will not influence the tutorial.

What is Centreon?

Centreon is a powerful tool for monitoring hosts and services, it is a frontend that runs on top of Nagios, adding more facilities for viewing and alert history, status, etc. ..

To learn more about the tool, I invite you to visit the official website at the address http://www.centreon.com

Leia mais…