TAP vs TUN Interfaces

What is the TUN ? The TUN is Virtual Point-to-Point network device. TUN driver was designed as low level kernel support for IP tunneling. What is the TAP ? The TAP is a Virtual Ethernet network device. TAP driver was designed as low level kernel support for Ethernet tunneling. What is the difference between TUN … Read more

White box with Cumulus Networks

Probably you heard about “white box” term or Open Networking, which is a new move in the Networking Industry. It’s pretends decouple hardware from software in network device sold by vendor. Have you imagined running NX-OS in x86 server for a network fabric (leaf?) purpose? What do you earn doing this? It would be cheaper … Read more

Rescan NIC on Centos

After clone a VM (Centos 6) in Vmware i was not able to use the nic (eth0), after some research it was using the same original VM MAC-ADDRESS (00:0c:29:2c:a9:ae) To solve it i did: rm -f /etc/udev/rules.d/70-persistent-net.rules Because this is my lab i can reboot my vservers whenever i want :), so i rebooted After … Read more

Finalmente em IPv6 :)

Infelizmente durou mais que o previsto, mas já é possível aceder ao blog via IPv6 :) A solução assenta em Dual-Stack, em que a componente IPv6 é disponibilizada através de um túnel Point-to-Point IPv6 over IPv4 estabelecido com a Hurricane Electric. Esta disponibiliza um Broker de Túneis sem qualquer custo, necessitando apenas de registar-se no … Read more

Hosts Linux em apenas 20 MBytes com Tiny Core

Quem diria, uma versão de Linux (Tiny Core) com algumas ferramentas básicas de Networking (tcpdump,iperf,suporte IPv6,entre outras ) em apenas 20Mbytes, ideal para acrescentar aos laboratórios no GNS3. O Tiny Core é uma distribuição de Linux bastante usada em microcontroladores, podendo usufruir de um mini-Destop que permite navegar na internet, ouvir música ver filmes entre … Read more

Permitir alterar data/hora no container openvz

Para executar o comando com sucesso a VPS deverá estar off. [root@vs20 ~]# vzlist CTID NPROC STATUS IP_ADDR HOSTNAME 101 47 running 192.168.1.1 internetworkping.com [root@vs20 ~]# vzctl set 102 –capability sys_time:on –save CT configuration saved to /etc/vz/conf/102.conf Tags: Openvz

Reset SolusVM Admin Password

O SolusVM é um painel de Controlo que permite gerir VPS (Virtual Private Servers) em ambientes OpenVZ e Xen. A consola de gestão Web permite gerir infra-estrutura de uma forma eficaz, o user e password por default são vpsadmin. Se perder a password de Admin poderá recuperar novamente o acesso da seguinte forma: php /usr/local/solusvm/scripts/pass.php … Read more

Host … is not allowed to connect to this MySQL server

Por defeito o MySql apenas permite ligações do user root vindo do “localhost”, para permitir ligações remotas é necessário efetuar o seguinte. [root@vs ~]#mysql -u root -p Enter password: ************** Welcome to the MySQL monitor.  Commands end with ; or \g. Your MySQL connection id is 4 Server version: 5.5.18 MySQL Community Server (GPL) Copyright … Read more

Forçar Speed e Full-Duplex Linux

Uma ferramenta interessante em Linux para interagir com as placas de rede da máquina é sem dúvida o ethtool. Objetivo: Forçar a placa de rede (eth1) a 100 Mbps Full Duplex c/ autonegociação desativada ethtool -s eth1 speed 100 duplex full autoneg off [ethtool Help ] ethtool -s ethX [speed 10|100|1000] [duplex half|full] [port tp|aui|bnc|mii] … Read more

Translate »
Google no longer supports Google Images API and this plugin can't work.

You can try to use other plugins with the same feature:
WP Picasa Box - http://codecanyon.net/item/wp-picasa-box/16099962
WP Pixabay Search And Insert - http://wpclever.net/downloads/wordpress-pixabay-search-and-insert