Posts
Showing posts from 2013
GNOME Sound Conversion. - SoungConverter. Easy to use.
- Get link
- X
- Other Apps
Cisco PIX : How to allow HQ via ISP Network going thru your LAN (branch) network.
- Get link
- X
- Other Apps
The HQ is connected to the PIX site through the ISPs network. The HQ network should be 10.22.x.x/yy. On the basis of your above PIX configuration this should be located behind the "outside" interface of the PIX. For your HQ coming from subnet 10.22.x.x/yy to subnet 10.45.x.0/19 you would have to configure NAT0 between these networks. Essentially the configuration would look something like this access-list INSIDE-NAT0 remark NAT0/NONAT for Branch to HQ traffic access-list INSIDE-NAT0 permit ip 10.45.x.0 255.255.224.0 10.22.x.x y.y.y.y nat (inside) 0 access-list INSIDE-NAT0 This should essentially enable hosts from 10.22.x.x/yy subnet to connect directly to subnet 10.45.x.0/19 on their original IP addresses. * If the other Branch network needs the same type of rule then you would simply add another line to the ACL/access-list we created BUT you would use the other Branch network as the source. access-list INSIDE-NAT0 permit ip 10.36.0.0 255.255.0.0...
How to configure Multiple Internal network in Pix/ASA 7.x
- Get link
- X
- Other Apps
MP3 Cutter for Ubuntu
- Get link
- X
- Other Apps
Im not good in music / ringtone.Just found this simple cutter at google. Credit:- mp3splt Usage:- 1. apt-get install mp3splt-gtk 2. Install GStreamer extra plugins via ( Ubuntu Software Center ) 3.Right click at your *.mp3 file then Click mp3splt 4.Click Play button and click +Add and click +Add again depends on which you want to cut. 5.Click Split on top of the program and you might find your file at /home/ ===EOF===
rpf-check result drop in Pix 525 ( Solution )
- Get link
- X
- Other Apps
Problem: ====== Info: I got a problem where I cant ping from a router to inside network.Suspect Nat Problem based on googling. Log inside PIX May 23 2013 07:07:21: %PIX-3-305005: No translation group found for tcp src Outside:10.35.24.121/3195 dst inside:10.35.189.172/445 Step: ====== Using Packetracer command in PIX 525 as command below. packet-tracer input Outside tcp 10.35.24.121 3195 10.35.189.172 445 detailed Result from Packetracer: =============== Phase: 6 Type: NAT Subtype: rpf-check Result: DROP Config: nat (inside) 1 access-list net nat-control match ip inside 10.35.16.0 255.255.224.0 Outside any dynamic translation to pool 1 (10.40.9.2 [Interface PAT]) translate_hits = 3185, untranslate_hits = 0 Additional Information: Forward Flow based lookup yields rule: out id=0x4dc4d38, priority=2, domain=nat-reverse, deny=false hits=1782778, user_data=0x4d2e470, cs_id=0x0, ...
CiscoWorks Tomcat Servlet Engine service does not start , Windows Version
- Get link
- X
- Other Apps
Problem :- My Tomcat Servlet Engine Services unable to Start due to my previous regdaemon.xml was empty and i dont why. Solution:- What I do, is I look for a filename " regdaemon " As for me it located at C:\Program Files\CSCOpx\MDC\etc I copy paste the old script of regdaemon.xml.bak and put inside regdaemon.xml and save. After that I try to restart the CiscoWorks Tomcat Servlet Engine services and it works..! Reference : - CiscoWorks Tomcat Servlet Engine service does not start
How to Clear CiscoWorks Syslog
- Get link
- X
- Other Apps
Core issue CiscoWorks might not run if the size of the Syslog.log or syslog_info file is huge. Resolution To resolve this issue, perform these steps: For Windows: Open a command prompt. Issue the net stop crmdmgtd command. Go to Settings > Control Panel > Administrative Tools > Services and stop the CWCS syslog service. Delete the syslog.log file found under $NMSROOT\log\ directory, where $NMSROOT is the CiscoWorks installation directory. By default it is C:\Program Files\CSCOpx\log. Restart the CWCS syslog service. In the command prompt, issue the net start crmdmgtd command. For Solaris: Open the command line. Execute /etc/init.d/dmgtd stop . Execute cp /dev/null /var/log/syslog_info . Execute /etc/init.d/dmgtd start Credit : - Problem running Cisco Works and the Syslog.log or syslog_info file keeps growing
Update Flash In Ubuntu Precise Pangolin ( 12.04.2 LTS ) For Mozilla Firefox
- Get link
- X
- Other Apps
Installing using the plugin tar.gz: - Unpack the plugin tar.gz and copy the files to the appropriate location. - Save the plugin tar.gz locally and note the location the file was saved to - Launch terminal and change directories to the location the file was saved to. - Unpack the tar.gz file. Once unpacked you will see the following: + libflashplayer.so + /usr - Identify the location of the browser plugins directory, based on your Linux distribution and Firefox version ( For Me as below ) - Copy libflashplayer.so to the appropriate browser plugins directory. At the prompt type: + cp libflashplayer.so /usr/lib/mozilla/plugins - Copy the Flash Player Local Settings configurations files to the /usr directory. At the prompt type: + sudo cp -r usr/* ...
Updating Ubuntu (11.10) Package via Proxy
- Get link
- X
- Other Apps
Problem : apt-get , Update Manager not able to download packages behind college/comapny proxy server. Note : Sometimes there may be connection failure because of busy servers. So Please be patient during new Ubuntu release Solution : 1) Open the Terminal and type the following command sudo gedit /etc/apt/apt.conf.d/02proxy Note : 01proxy file is not present earlier. 2) Type the following line(in red) in the file: Acquire::http::Proxy “http://yourusername:yourpassword@yourproxy:yourport″; Acquire::http::Proxy "http://foss:3189"; 3) Save the file and your problem is solved. Credit: naveenubuntu
How To Copy Flash in Cisco Aironet/Switch
- Get link
- X
- Other Apps
Problem:- Cisco#sh flash: Directory of flash:/ 2 -rwx 1696 Feb 28 1993 19:02:24 -05:00 vlan.dat 3 -rwx 1048 Mar 1 1993 22:12:10 -05:00 multiple-fs 5 drwx 192 Feb 28 1993 19:06:54 -05:00 c2960-lanbase-mz.122-25.SEE2 620 -rwx 2519 Mar 1 1993 22:12:10 -05:00 config.text 621 -rwx 27 Mar 1 1993 22:12:10 -05:00 private-config.text cisco#copy flash:/c2960-lanbase-mz.122-25.SEE2.bin tftp:10.5.87.200 Address or name of remote host []? 192.168.100.8 Destination filename [192.168.100.8]? c2960-lanbase-mz.122-25.SEE2.bin %Error opening flash:/c2960-lanbase-mz.122-25.SEE2.bin (No such file or...
PJAppSrv ( Act as a Webserver)
- Get link
- X
- Other Apps
I got this from my friends.Its seem a good tool and easy to install.Its act like a webserver and a good source for testing a remote connection to access a demo webserver. Info PJAppSrv is one of the development environments WAMP (WAMP means PHP, Apache, and MySQL can run on Windows platform) easier to use. This software is configured to be used during the development process, for use in production should check carefully and adjust the configuration of the server. One of the main goals of this software is to speed up the development and release of PHP projects, thanks to the fact that developers work on the same server and release of language and install the environment in minutes. Another opportunity is to quickly install their applications on laptops for demo projects. This software was developed by 2003, and with version 2.2 from 2005 is reviewed on major global sites of distribution of programs: Click Here to Download
SET Dont use SVN Anymore and move to GITHUB
- Get link
- X
- Other Apps
Below is the step taken :- ==== STEP 1==== [-] New set_config.py file generated on: 2013-01-04 10:54:25.898164 [-] Verifying configuration update... [*] Update verified, config timestamp is: 2013-01-04 10:54:25.898164 [*] SET is using the new config, no need to restart [!] The Social-Engineer Toolkit has officially moved to github and no longer uses SVN. [!] Ensure that you have GIT installed and this conversion tool will automatically pull the latest git version for you. [!] Do you want to do a manual install or have SET do the conversion to GIT for you? 1. Automatic 2. Manual 3. Continue using SET (NO UPDATES ANYMORE!) Enter your numeric choice: 1 [*] BEFORE YOU START! Ensure you have GIT installed (apt-get install git) Have you installed GIT? y/n: y [*] Great! Here we go... Removing old svn repository and moving to new [*] SET directory has been removed. Now checking out SET from GIT.. [*] This could take a few moments.. Cloning into /opt/set... remote: Coun...