Andrea Beggi

"I'm brave but I'm chicken shit"

Tag: TCP/IP

  • Abilitare Remote Desktop Connection per connessioni loopback

    Abilitare Remote Desktop Connection per connessioni loopback, utile in caso si facciano tunnel e/o port mapping: copiare i files mstsc.exe e mstscax.dll poi nelle proprietà di mstsc.exe, impostare la compatibilità per Windows98/ME. Utilizzare questo eseguibile per tutte le connessioni a localhost.

  • Configurazione Zebedee 2.5.2 per “bucare” un proxy

    Configurazione Zebedee 2.5.2 per “bucare” un proxy esempio per “tunnellare” RDP configurazione del server detached true server true ipmode both compression zlib:9 keylength 256 keylifetime 36000 maxbufsize 16383 target localhost:3389/TCP serverport 80 configurazione del client tunnel 3389:indirizzo_ip_del_server_zebedee:3389 serverport 80 httpproxy indirizzo_ip_del_proxy:porta_del_proxy httpproxyauth username:password compression zlib:9 keylength 256 keylifetime 36000 maxbufsize 16383 connettersi via RDP client…

  • Concurrent sessions in Windows XP

    From Windows & .NET Magazine. XP SP2 lets you run two sessions (one local console and one remote desktop) concurrently. You must use a different user for each session. To enable concurrent sessions, perform the following steps: Start a registry editor (e.g., regedit.exe). Navigate to the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerLicensing Core registry subkey. From the Edit menu,…

  • Configurare OpenVPN per accesso remoto alla rete aziendale

    Configurare OpenVPN per accesso remoto alla rete aziendale. Modalità non-TLS con static key encryption mode Requisiti: Server OpenVPN: WinXP o Win Server 2003 Client: Win 2000 o successivi rete locale 192.168.30.0 / 24 scheda rete server OpenVPN: 192.168.30.11 / 24 Su server OpnVPN: 1. installare OpenVPN 2. creare una preshared key: openvpn.exe –genkey –secret key…

  • Remote TCP port probing

    Remote TCP port probing: https://grc.com/x/PortProbe=nnnn dove nnnn è il numero di porta da testare

  • Interrogare LDAP di Exchange Server 2000

    Per interrogare LDAP di Exchange Server 2000, puntare il client verso la porta 3268 del Global Catalog di dominio

  • Errore W32TIME nel log di Windows 2000 server

    Errore W32TIME nel log di Windows 2000 server, quando PDC di una foresta: This Machine is a PDC of the domain at the root of the forest. Configure to sync from External time source using the net command, ‘net time /setsntp:’ Risoluzione: 1) fermare il servizio w32time (net stop w32time) 2) configurare con un time…

  • Reti VPN con Win2000

    Configure a W2K VPN – “Step-by-step instructions on configuring your Windows 2000 VPN Server” si trova presso: http://cramsession.com/articles/files/configure-a-w2k-vpn—ste-9172003-1029.asp

  • Time server dell’Istituto Elettrotecnico Nazionale “Galileo Ferraris”

    time.ien.it ntp1.ien.it ntp2.ien.it

  • Zebedee

    Zebedee is a simple program to establish an encrypted, compressed “tunnel” for TCP/IP or UDP data transfer between two systems. This allows traffic such as telnet, ftp and X to be protected from snooping as well as potentially gaining performance over low-bandwidth networks from compression. http://www.winton.org.uk/zebedee/