Mostrando entradas con la etiqueta Configuring. Mostrar todas las entradas
Mostrando entradas con la etiqueta Configuring. Mostrar todas las entradas

domingo, 28 de junio de 2015

Windows server 2012 R2 WDS Fix 0XC000000F file is missing or contains errors

To implement the WDS service in Windows Server 2012. When you start capturing an image starting with client the following error appears on the client. 0XC000000F





To solve the problem, you just have to install and then remove the boot image



Dism /mount-Image /ImageFile:C:\RemoteInstall\Boot\x64\Images\Captureimage.wim /index:1 /MountDir:C:\test\MountDir

Dism /unmount-Image /MountDir:C:\test\MountDir /commit




domingo, 12 de octubre de 2014

How to configure Cisco ASA 5505 SSH access

asa(config)# hostname azohia

azohia(config)# domain-name company.local

azohia(config)# crypto key generate rsa modulus 1024

azohia(config)# write memory


azohia(config)# username admin password cisco

azohia(config)# aaa authentication ssh console LOCAL

azohia(config)# ssh 192.168.1.0 255.255.255.0 inside

azohia(config)# ssh version 2   ------> Optional and preferred

azohia(config)# ssh timeout 30  ------> Optional



==============================================================


Troubleshooting

azohia# show ssh

Timeout: 5 minutes

Version allowed: 2

192.168.1.0 255.255.255.0 inside


azohia# debug ssh

debug ssh  enabled at level 1


sábado, 20 de septiembre de 2014

Configuration basic ASA 5505


Direccionamiento IP  

interface Vlan1                                          
 nameif inside                                            
 security-level 100                  
 ip address 192.168.20.1 255.255.255.0

interface Vlan2
 nameif outside
 security-level 0
 ip address dhcp setroute

interface Ethernet0/0
 switchport access vlan 2
no shutdown

interface Ethernet0/1
 switchport access vlan 1
no shutdown

Dynamic NAT / PAT Overload (ios 8.3 o posterior)


object network NAT
 subnet 0.0.0.0 0.0.0.0
 nat (inside,outside) dynamic interface



Aviltar DHCP

dhcpd dns 8.8.8.8
dhcpd address 192.168.20.5-192.168.20.100 inside
dhcpd enable inside


Aviltar acceso ASDM 

Preconfigure:
interface ethernet 0/1
nameif inside

configure:
username admin password cisco privilege 15
http server enable
aaa authentication http console LOCAL
http 192.168.20.0 255.255.255.0 inside
asdm image flash:/asdm-721.bin





Requriment for ASDM:
http://www.cisco.com/c/en/us/td/docs/security/asdm/7_1/release/notes/rn71.html