nslookup -type=srv _ldap._tcp.aaa.local
Read more...
Thursday, January 27, 2011
Cisco Switch MAC based Port Security
In order configure MAC Address based Port Security on Cisco Switch perform the following commands; (These commands below are valid for 3750 series, for other models command may vary) conf t int GiX/x/x switchport mode access (port security can be used on access mode) switchport port-security switchport port-security mac-address xxxx.xxxx.xxxx end wr (To determine maximum number of mac addresses that can connect to specific interface; config-if)switchport port-security maximum number Only MAC address xxxx.xxxx.xxxx will be able to connect to related port. Otherwise port will be shutdown (default action) If port is shutdown, you will see port status as a err-disabled #show interfaces gigabitethernet 4/1/1 status Port Name Status Vlan Duplex Speed Type Gi4/1 err−disabled 100 full 1000 1000BaseSX
In order to re-enable port(In interface prompt);
int G1/0/19 no switchport port-security (this cmd will completely remove port-security, may not be necessary) shut no shut Manually enabling port can be nightmare for network administrators. You can configure automatic recovery by using the commands below; (config)#errdisable recovery cause psecure-violation (config)#errdisable recovery interval ? <30-86400> timer-interval(sec) (config)#errdisable recovery interval 300 With the configuration above you can assign only one mac address per port, by using mac access lists you can assign many mac addresses to a port; Ex; mac access-list extended PermitMacList permit host xxxx.xxxx.xxxx any int fa0/1 mac access-group PermitMacList in int fa0/2 mac access-group PermitMacList in
Read more...
In order to re-enable port(In interface prompt);
int G1/0/19 no switchport port-security (this cmd will completely remove port-security, may not be necessary) shut no shut Manually enabling port can be nightmare for network administrators. You can configure automatic recovery by using the commands below; (config)#errdisable recovery cause psecure-violation (config)#errdisable recovery interval ? <30-86400> timer-interval(sec) (config)#errdisable recovery interval 300 With the configuration above you can assign only one mac address per port, by using mac access lists you can assign many mac addresses to a port; Ex; mac access-list extended PermitMacList permit host xxxx.xxxx.xxxx any int fa0/1 mac access-group PermitMacList in int fa0/2 mac access-group PermitMacList in
Read more...
Thursday, December 30, 2010
Register ASP.NET 2.0
Go to "$Windir$\Microsoft.NET\Framework\V2.0.50727" folder
and execute the command below;
aspnet_regiis.exe -i -enable
Read more...
and execute the command below;
aspnet_regiis.exe -i -enable
Read more...
Tuesday, November 30, 2010
How to open Wikileaks Insurance File.
Download AESCRYPT from www.aescrypt.com.
Change the insurance file extension to .aes
But first you need password!
Read more...
Change the insurance file extension to .aes
But first you need password!
Read more...
Thursday, November 4, 2010
Symantec Endpoint Encryption Upgrade Commands.
These commands are Valid for Upgrading from 7.0.4 to 7.0.6.
msiexec /i "path\new packet name.msi" REINSTALL="ALL" REINSTALLMODE="vomus"
Firstly, you should install framework, then others(FD, RS)
Read more...
msiexec /i "path\new packet name.msi" REINSTALL="ALL" REINSTALLMODE="vomus"
Firstly, you should install framework, then others(FD, RS)
Read more...
Tuesday, November 2, 2010
Fatal error. Machine will need to be restarted. Brief description: The application returned a status of [0x80000001] in the state State_Initialized.
This error is bug of Symantec Endpoint Encryption 7.0.3 & 7.0.4
If you are getting tihs error, you should decrypt disk by using Recovery CD, uninstall old SEE FD software and upgrade it to 7.0.6.
Read more...
If you are getting tihs error, you should decrypt disk by using Recovery CD, uninstall old SEE FD software and upgrade it to 7.0.6.
Read more...
Wednesday, October 27, 2010
Application Deploy Parameters-1
Acrobet Reader 9.x Install Parameter = /sAll
Java Runtime Environment Install Parameter = /s ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=Suppress
Flash Player Install Parameter = -install
Firefox Install Parameter = -ms -ma
Read more...
Java Runtime Environment Install Parameter = /s ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 REBOOT=Suppress
Flash Player Install Parameter = -install
Firefox Install Parameter = -ms -ma
Read more...
Subscribe to:
Posts (Atom)

