Tuesday, May 15, 2012

How to enable ssh in ASA from inside accesss

AAA authentication ssh console LOCAL
ssh 192.168.0.0 255.255.255.0 inside_interface_name

How to check outbound traffic high in ASA?

1- Capture the dropped packets on the ASA side using the following commands:


cap capdrop type asp-drop all // after issuing this command, wait for some time after that issue the following command

show cap capdrop // please collect the output of this command and send it to me


2- Please do a spanning for the port connecting the ASA on the switch to another port and connect a PC and collect wireshark captures, if you have Cisco switch, you can use the following commands to span the port:


(config)#monitor session 1 source interface both

(config)#monitor session 1 dest interface


Please perform step one when you plug in all the cable. For step 2, you may skip if you are not able to capture with Wireshark.

Tuesday, May 8, 2012

စက္ၾကီး ( ၁၃ ) ပါး

၁) ေၾသာင္းတစ္ရာ့ရွစ္ကြက္ ဗုဒၵစက္။
 ၂)တစ္ဆယ့္ေလးခ်က္ ဓမၼစက္။
 ၃) တစ္ဆယ့္ရွစ္ခ်က္ သံဃစက္။
 ၄)လေရာင္၀င္းလွ်က္ ရွင္ပေစၥကဗုေဒၵါရဟႏၱာစက္။
 ၅)ျမင့္မိုရ္ေတာင္ဦးမကက်ဴးလွ်က္ မိဘစက္။
 ၆)ဂုဏ္ေက်းဇူးကိုအထူးသိလွ်က္ ဆရာစက္။
၇)၀ရဇိန္လက္နက္ ျဗဟၼာစက္။
၈)မိုးႀကိဳးလက္နက္ သိၾကားစက္။
 ၉)ေလာင္မီးက်လွ်က္ နတ္တို႔စက္။
 ၁၀)ဘြဲ႔ျဖဴလက္နက္ ဘီလူးစက္။
 ၁၁) ေတာင္ဟုန္ျပင္းလွ်က္ ဂဠဳန္စက္။
 ၁၂) အာခံတြင္းက၀င္း၀င္းေတာက္လွ်က္ နဂါးစက္။
၁၃) သံုးေထာင္သခၤ်ာ ဟိမ၀ႏၱာ အာဏာစိုးလွ်က္ သီဟစက္။

Thursday, May 3, 2012

Zimbra

TOLIMOLI-S: Zimbra zmprov gqu szimap3 | awk ' { print $3, $2, $1 } ' > /opt/zimbra/info/----.txt ( Print out all accounts quota, used quota status )

Zimbra

#mkdir /opt/zimbra/info
 chown zimbra.zimbra /opt/zimbra/info
 su - zimbra
 zmprov gqu szimap3 | awk ' { print $3, $2, $1 } ' > /opt/zimbra/info/----.txt ( Print out all accounts quota, used quota status )