Posts Tagged ‘secure’

if you have VPS base on openvz and want install openvpn you must check your VPS kernel support tun/tap device. here simple way to check it

1.login as root to you vps shell 2.check device tun/tap in your system root@vps:~# ls /dev/net/ root@vps:~#

if show like that, it mean your vps kernel not support it tun/tap device , you must contact support your VPS hosting to create it tun/tap device .And start over from first step If result like this bellow : root@vps:~# ls /dev/net/ tun root@vps:~# That indicated ..read more

Sometime we forget how to erase configuration some device , here exsample how to erase config CISCO PIX 501 firewall login in console Type help or ‘?’ for a list of available commands. pixfirewall> enable Password: pixfirewall # conf t pixfirewall(config) # write erase Erase PIX configuration in flash memory? [confirm] pixfirewall(config) # reload Proceed with reload? [confirm] Rebooting…. CISCO SYSTEMS PIX-501 Embedded BIOS Version 4.3.200 07/31/01 15:58:22.08 Compiled by morlee 16 MB RAM PCI Device Table. Bus Dev Func VendID DevID Class Irq 00 00 ..read more