Routing Issues on VPN

Can ping VPN server only but not other resourcesCan’t access the internal server when remote client establishes VPNCan’t access the Internet while using VPNCan’t access the remote network after unchecking  «Use default gateway on Remote Network»Destination not unreachableCan’t access the remote network from VPN clientsCan’t ping each other in a Demand Dial VPNCan my VPN… Leer más: Routing Issues on VPN »

LFTP y Screen

ScreenPara usar el lftp en consola lo 1º de todo es screen. Mítico.Me va a permitir crear un terminal virtual en la consola, al que podré entrar y salir a placer.De esta manera dejaré el lftp corriendo en mi servidor, pero lo manejaré desde mi pc.Si no usase screen, al cerrar la sesión en el… Leer más: LFTP y Screen »

nmap

nmap -T Aggressive -A -v Tags: nmap

Xen Keeping the Windows CD(s) mounted after reboot:

First make disk images from your CD(s): dd if=/dev/cdrom of=/iso/win2k3_1.iso bs=2048 dd if=/dev/cdrom of=/iso/win2k3_1.iso bs=2048 Then edit your config file: disk = [ ‘file:/vm/win2k3.img,hda,w’, ‘file:/iso/win2k3_1.iso,ioemu:hdb:cdrom,r’, ‘file:/iso/win2k3_2.iso,ioemu:hdc:cdrom,r’, ] name = «vm_windows2003» uuid = «0bd2c8f1-4555-c192-c481-400fa7f6a18b» maxmem = 1024 memory = 1024 vcpus = 1 builder = «hvm» kernel = «/usr/lib/xen/boot/hvmloader» boot = «d» pae = 1 acpi… Leer más: Xen Keeping the Windows CD(s) mounted after reboot: »

Joomla autopublish

Autopublicación Cambiar $row->state = 0; a $row->state =1; en todo el código My apologies, I missed out part of the hack to get news auto-published. If you can, please take Dave’s advice and use mycontent or ja_submit. Once you hack core code you have to repeat your work every time there is a new release.… Leer más: Joomla autopublish »