<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ecks90</title>
	<atom:link href="http://ecks90.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ecks90.com</link>
	<description>Security Research Blog</description>
	<lastBuildDate>Tue, 17 Aug 2010 07:15:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AIR-LAP1142N-N-K9 with NME-AIR-WLC6-K9</title>
		<link>http://ecks90.com/?p=169</link>
		<comments>http://ecks90.com/?p=169#comments</comments>
		<pubDate>Tue, 17 Aug 2010 07:14:36 +0000</pubDate>
		<dc:creator>ecks90</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://ecks90.com/?p=169</guid>
		<description><![CDATA[Today I had an issue provisioning 3 new AIR-LAP1142N-N-K9&#8217;s with the NME-AIR-WLC6-K9 module.
The AP&#8217;s and controller were all setup ok, but for some reason the AP&#8217;s didn&#8217;t want to register via CAPWAP. I had one previous working AP (which after the fix I dunno how it managed to work) that had registered. Via CDP it showed [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had an issue provisioning 3 new AIR-LAP1142N-N-K9&#8217;s with the NME-AIR-WLC6-K9 module.</p>
<p>The AP&#8217;s and controller were all setup ok, but for some reason the AP&#8217;s didn&#8217;t want to register via CAPWAP. I had one previous working AP (which after the fix I dunno how it managed to work) that had registered. Via CDP it showed that the working AP was running C1140-K9W8-M while the busted AP&#8217;s were all running C1140-RCVK9W8-M. The recovery image is supposed to become active when the main image fails to load so I thought it may have been an issue I needed to console in to fix. Luckily it wasn&#8217;t.</p>
<p>All AP&#8217;s received DHCP on the right VLAN and everything else was looking fine (ACL&#8217;s etc) it was just the registration phase that didn&#8217;t work. After talking with some other engineers we found the issue was as simple as the option 43 on DHCP. It had previously been set to an ASCII option instead of HEX. Even though the Cisco docs said to set it as a HEX TLV we had it working previously on ASCII. After we hit it back to HEX all the AP&#8217;s registered without any problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://ecks90.com/?feed=rss2&amp;p=169</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asus UL30VT + BT4</title>
		<link>http://ecks90.com/?p=157</link>
		<comments>http://ecks90.com/?p=157#comments</comments>
		<pubDate>Thu, 20 May 2010 03:07:19 +0000</pubDate>
		<dc:creator>ecks90</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ecks90.com/?p=157</guid>
		<description><![CDATA[I finally managed to purchase a new lappy the other day to replace my too small eee 701.
I considered all of the 13&#8243; ulv models from where I&#8217;m from and the VT definitely stood out as the best value for money. Considering it has a dual core supporting vt-x extensions and 4bg of RAM I [...]]]></description>
			<content:encoded><![CDATA[<p>I finally managed to purchase a new lappy the other day to replace my too small eee 701.</p>
<p>I considered all of the 13&#8243; ulv models from where I&#8217;m from and the VT definitely stood out as the best value for money. Considering it has a dual core supporting vt-x extensions and 4bg of RAM I thought it would be great to run Backtrack 4 in a VM.</p>
<p>When I got everything installed and configured, I ran up my Alfa AWUS036H wireless USB adapter but started seeing some issues with it running under VM. There were certain circumstances in which the adapter would freeze and require a replug to fix, and then when it worked got poor performance with packet injection.</p>
<p>So I decided to do a proper HDD install of BT4. For this I have a 500gb external Seagate HDD that I bought for BT4 to hold some rainbow tabled on.</p>
<p>I ran into heaps of problems using the install.sh script from bt to install to a local harddisk. I kept receiving grub error 2 errors regardless of what I did and where I installed it to. After trying to sort through manually installing grub I kept getting grub error 15&#8217;s.</p>
<p>I trolled through massive amounts of forum posts trying to get the thing to work but everything I tried failed. Finally though I stumbled across a post on the Backtrack forums about setting up BT4PF to HDD referencing the Backtrack perfect install doco.</p>
<p>Regardless of it being written for BT4PF everything worked perfectly and I now have BT4 running on my external usb hdd on my ul30vt. Heres the details about how its done and the original thread for reference:</p>
<p>Perfect install: http://www.offensive-security.com/documentation/bt4install.pdf</p>
<p><strong>Create new partitions</strong></p>
<pre>root@bt:~# fdisk /dev/sdb &lt;-- NOTE this was the device node of my external usb hdd and it may be different for yours.
The number of cylinders for this disk is set to 1044.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-1044, default 1):
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-1044, default 1044): +128M &lt;-- NOTE: I had issues with partition size and space at 128mb, currently mine is running at +1G for future kernels etc.
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 2
First cylinder (10-1044, default 10):
Using default value 10
Last cylinder, +cylinders or +size{K,M,G} (10-1044, default 1044): +1024M &lt;-- NOTE: this is the size of your swap space, seeing as I have 4GB of RAM, to make it easy I set the swap at +10G.
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 3
First cylinder (142-1044, default 142):
Using default value 142
Last cylinder, +cylinders or +size{K,M,G} (142-1044, default 1044): &lt;-- NOTE: the default is the remainder of the disk and should have sufficient size for all the OS and BT files + any extra files you want to keep.
Using default value 1044
Command (m for help): t
Partition number (1-4): 2
Hex code (type L to list codes): 82
Changed system type of partition 2 to 82 (Linux swap / Solaris)
Command (m for help): a
Partition number (1-4): 1
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
root@bt:~#
</pre>
<p><strong>Format Partitions</strong></p>
<pre> NOTE: the /dev/sdb device node was for my external usb hdd and may be different to yours.
root@bt:~# mke2fs /dev/sdb1
root@bt:~# mkswap /dev/sdb2
root@bt:~# swapon /dev/sdb2
root@bt:~# mkreiserfs /dev/sdb3
</pre>
<p><strong>Mount and copy files</strong></p>
<pre>root@bt:~# mkdir /mnt/bt4
root@bt:~# mount /dev/sda3 /mnt/bt4/
root@bt:~# mkdir /mnt/bt4/boot
root@bt:~# mount /dev/sda1 /mnt/bt4/boot
root@bt:~# cp --preserve -R /{bin,home,pentest,root,usr,boot,etc,lib,opt,sbin,var} /mnt/bt4/
root@bt:~# mkdir /mnt/bt4/{dev,mnt,tmp,proc,sys}
root@bt:~# mount -t proc proc /mnt/bt4/proc/
root@bt:~# mount -o bind /dev /mnt/bt4/dev/
</pre>
<p><strong>Copy the splash screen</strong></p>
<pre>root@bt:~# cd /media/cdrom0/boot
root@bt:~# cp --preserve -R {bootsplash,vmlinuz,initrd.gz} /mnt/bt4/boot/
</pre>
<p><strong>Configure GRUB</strong></p>
<pre>root@bt:~# chroot /mnt/bt4/ /bin/bash

root@bt:~# nano /boot/grub/menu.lst
timeout 5 #The number of seconds GRUB should wait before booting an OS
default 0 #The entry which should be booted by default
fallback 1 #The entry which should be booted in the event of the first one failing

splashimage=(hd0,0)/grub/bt4.xpm.gz

# This is an example of using a separate partition for /boot
title              BT4
root              (hd0,0)				# Boot Partition
kernel            /vmlinuz root=/dev/sda3 rw vga=0x317
initrd            /initrd.gz

root@bt:~# grub
grub&gt; find /grub/stage1
    (hd1,0) &lt;-- NOTE: this was the return by GRUB for my external usb hdd and may be different for yours. Same as the following commands.
grub&gt; root (hd1,0)
grub&gt; setup (hd1)
grub&gt; quit
</pre>
<p><a href="http://ecks90.com/wp-content/uploads/2010/05/ul30vt-bt4.jpg"><img class="alignnone size-medium wp-image-162" title="ul30vt-bt4" src="http://ecks90.com/wp-content/uploads/2010/05/ul30vt-bt4-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Original thread: http://backtrack-linux.org/forums/old-backtrack-4-howto/20281.htm</p>
]]></content:encoded>
			<wfw:commentRss>http://ecks90.com/?feed=rss2&amp;p=157</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress</title>
		<link>http://ecks90.com/?p=109</link>
		<comments>http://ecks90.com/?p=109#comments</comments>
		<pubDate>Sun, 22 Nov 2009 00:30:45 +0000</pubDate>
		<dc:creator>ecks90</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://test.4play.sytes.net/?p=109</guid>
		<description><![CDATA[It had to come sooner or later. Today I retired my self-written blog sofware in favour of Wordpress.
I  wrote the original software by hand directly in PHP/CSS in haste during my last course holidays, it was never properly finished and was probably filled with SQL holes (:o!)
Yeah, so anyway, Wordpress now.
]]></description>
			<content:encoded><![CDATA[<p>It had to come sooner or later. Today I retired my self-written blog sofware in favour of Wordpress.</p>
<p>I  wrote the original software by hand directly in PHP/CSS in haste during my last course holidays, it was never properly finished and was probably filled with SQL holes (:o!)</p>
<p>Yeah, so anyway, Wordpress now.</p>
]]></content:encoded>
			<wfw:commentRss>http://ecks90.com/?feed=rss2&amp;p=109</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UCSniff 3.0</title>
		<link>http://ecks90.com/?p=106</link>
		<comments>http://ecks90.com/?p=106#comments</comments>
		<pubDate>Fri, 23 Oct 2009 05:30:50 +0000</pubDate>
		<dc:creator>ecks90</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://test.4play.sytes.net/?p=106</guid>
		<description><![CDATA[After playing with UCSniff 3.0 detailing from my last entry, i still got the error:
Not saving conversation media file because either forward or reverse media not received.
This caused ucsniff to only generate a forward wave file.
I looked around for a solution, but it was already built into ucsniff.
One of the problems with this new UCSniff [...]]]></description>
			<content:encoded><![CDATA[<p>After playing with UCSniff 3.0 detailing from my last entry, i still got the error:</p>
<pre>Not saving conversation media file because either forward or reverse media not received.</pre>
<p>This caused ucsniff to only generate a forward wave file.</p>
<p>I looked around for a solution, but it was already built into ucsniff.</p>
<p>One of the problems with this new UCSniff feature is that it is ineffective against intercepting any Skinny messages from the phone to the network. This is because the IP Phone ARPs for its remote IP gateway when it boots up and registers for the first time, and any subsequent spoofed ARP packets are ineffective.</p>
<p>All we have to do is run:</p>
<pre>ucsniff -i eth0.20 --tftpm -T -D</pre>
<p>One thing that I observed was that &#8211;tftpm would only be correctly applied in targeted mode. Even though we can target using the ettercap options /x/ // it still wouldnt work.</p>
<p>When it works properly it will show:</p>
<pre>Receiving SEP CNF XML file via TFTP MitM attack
Modified the GARP Setting to GARP Enabled
UCSniff running GARP Disablement bypass flood for IP Phone xxxx</pre>
<p>You can still target a single host MitM without ARPing the whole VLAN by generating a targets.txt file.</p>
<p>I may make a basic bash script and post it for generating a targets.txt file, but its easily hand editable and would show something like:</p>
<pre>XXXX.XXXX.XXXX.XXXX,ext,name,sccp</pre>
]]></content:encoded>
			<wfw:commentRss>http://ecks90.com/?feed=rss2&amp;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BT4 + EEE 701 + VLAN Hopping + UCSniff 3.0</title>
		<link>http://ecks90.com/?p=102</link>
		<comments>http://ecks90.com/?p=102#comments</comments>
		<pubDate>Thu, 22 Oct 2009 09:23:35 +0000</pubDate>
		<dc:creator>ecks90</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://test.4play.sytes.net/?p=102</guid>
		<description><![CDATA[As part of my recently talked about network security course, I&#8217;ve been playing with VoIP security, trying to get everything working on my EEE 701.
Previously I gave instructions on running BT3 on a USB with persistence, this worked great on the EEE, however I ran into problems when running voiphopper. The EEE complained about not [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my recently talked about network security course, I&#8217;ve been playing with VoIP security, trying to get everything working on my EEE 701.</p>
<p>Previously I gave instructions on running BT3 on a USB with persistence, this worked great on the EEE, however I ran into problems when running voiphopper. The EEE complained about not being able to add the VLAN interface to eth0 and therefore vlanhopping would not work.</p>
<pre>ERROR: trying to add VLAN # to IF -:eth0:- error: Invalid argument</pre>
<p>I did the usual and modprobed 8021q, checked other dependencies etc but it wouldnt go. The 701 runs an Attansic L2 card and in linux runs under the atl2 driver, so I did some research and found mixed reports on the net about VLAN tagging not being supported on the atl2. After no luck I even contemplated buying a newer netbook with supported hardware.</p>
<p>I&#8217;ve got another persitent distro, Ubuntu Netbook Remix, so I decided to test that as the atl2 drivers are built into the kernel and have changed recently. Long story short, VLAN tagging worked in UNR.</p>
<p>I tried to find newer atl2 drivers and load them manually into BT3, but couldnt find any readily and couldnt really be bothered searching too hard. I downloaded BT4 and made another persistent usb drive. Due to the newer Debian kernel used in BT4, VLAN tagging worked without a problem.</p>
<p>VLAN tagging and therefore voiphopper now worked. Next intercepting SCCP conversations. In my previous testing I was using UCsniff 2.4 to record SCCP conversations via ARP poisoning (MitM). This worked infrequently, and in my production environment (Clustered Cisco Call Manager 4.2(sr3a)) complained about GARP being disabled and that it would not record the conversation. Since then i&#8217;ve been hanging out for UCSniff 3.0 which was due to be released on the 24/10/09. <strong>They released it early!</strong> <img src='http://ecks90.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Another long story short, UCSniff 3.0 works under BT4 under an EEE 701 and happily records SCCP from CCM4.2.</p>
<p>Happy days!</p>
<p>I&#8217;ve yet to test packet injection on BT4, but dont expect too many problems with this.</p>
<p>Heres a step by step of the processes involved.</p>
<p>Create persistent BT4 on USB<br />
Followed the directions outlined here:</p>
<ul>
<li> http://www.infosecramblings.com/backtrack/backtrack-4-usbpersistent-changesnessus</li>
</ul>
<p><a href="http://ecks90.com/wp-content/uploads/2009/11/bt4-1.large_.jpg"><img class="alignnone size-medium wp-image-124" title="bt4-1.large" src="http://ecks90.com/wp-content/uploads/2009/11/bt4-1.large_-300x180.jpg" alt="bt4-1.large" width="300" height="180" /></a></p>
<p><strong>VLAN Support + VLAN Hopping</strong></p>
<p>Firstly modprobe to enable VLAN tagging in the environment</p>
<pre>modprobe 8021q</pre>
<p>Connect to a cisco switchport with a similar switch config</p>
<pre>switchport mode access
switchport access vlan 10
switchport voice vlan 20</pre>
<p>Try VLAN hopping with voiphopper</p>
<pre>voiphopper -i eth0 -c 0</pre>
<p><a href="http://ecks90.com/wp-content/uploads/2009/11/bt4-2.large_.jpg"><img class="alignnone size-medium wp-image-125" title="bt4-2.large" src="http://ecks90.com/wp-content/uploads/2009/11/bt4-2.large_-300x180.jpg" alt="bt4-2.large" width="300" height="180" /></a></p>
<p><strong>Download and compile UCSniff 3.0</strong><br />
Download UCSniff here:</p>
<ul>
<li> http://ucsniff.sourceforge.net/</li>
</ul>
<p>Compiling</p>
<pre>tar zxvf ucsniff-3.01.tar.gz
cd ucsniff-3.01
./configure
make
make install</pre>
<p><strong>MiTM SCCP</strong><br />
To record all SCCP conversations on the voice VLAN</p>
<pre>ucsniff -i eth0.20 --garpdb // //</pre>
<p>Or to target a particular IP phone, without enumerating the targets on the voice VLAN first</p>
<pre>ucsniff -i eth0.20 --garpdb /XXXX.XXXX.XXXX.XXXX/ //</pre>
<p><a href="http://ecks90.com/wp-content/uploads/2009/11/bt4-3.large_.jpg"><img class="alignnone size-medium wp-image-126" title="bt4-3.large" src="http://ecks90.com/wp-content/uploads/2009/11/bt4-3.large_-300x180.jpg" alt="bt4-3.large" width="300" height="180" /></a></p>
<p><a href="http://ecks90.com/wp-content/uploads/2009/11/bt4-4.large_.jpg"><img class="alignnone size-medium wp-image-127" title="bt4-4.large" src="http://ecks90.com/wp-content/uploads/2009/11/bt4-4.large_-300x180.jpg" alt="bt4-4.large" width="300" height="180" /></a></p>
<p><a href="http://ecks90.com/wp-content/uploads/2009/11/bt4-5.large_.jpg"><img class="alignnone size-medium wp-image-128" title="bt4-5.large" src="http://ecks90.com/wp-content/uploads/2009/11/bt4-5.large_-300x180.jpg" alt="bt4-5.large" width="300" height="180" /></a></p>
<p>Finally play back the file from the commandline</p>
<pre>play filename.mp3</pre>
<p><a href="http://ecks90.com/wp-content/uploads/2009/11/bt4-6.large_.jpg"><img class="alignnone size-medium wp-image-120" title="bt4-6.large" src="http://ecks90.com/wp-content/uploads/2009/11/bt4-6.large_-300x180.jpg" alt="bt4-6.large" width="300" height="180" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ecks90.com/?feed=rss2&amp;p=102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call Manager Timezones v2</title>
		<link>http://ecks90.com/?p=86</link>
		<comments>http://ecks90.com/?p=86#comments</comments>
		<pubDate>Mon, 05 Oct 2009 22:59:29 +0000</pubDate>
		<dc:creator>ecks90</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://test.4play.sytes.net/?p=86</guid>
		<description><![CDATA[So the Australian Daylight Savings kicked in over the weekend again.
The details which I posted here 12months ago works perfectly again. One extra thing to note is after applying the change to the Windows taskbar time, the 797X&#8217;s will change their time automatically, the other phones wont though.
In order to force them to update their [...]]]></description>
			<content:encoded><![CDATA[<p>So the Australian Daylight Savings kicked in over the weekend again.</p>
<p>The details which I posted here 12months ago works perfectly again. One extra thing to note is after applying the change to the Windows taskbar time, the 797X&#8217;s will change their time automatically, the other phones wont though.</p>
<p>In order to force them to update their time, you will need to reset the devices from the Date/Time group.</p>
<p>Hope this helps <img src='http://ecks90.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ecks90.com/?feed=rss2&amp;p=86</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Persistent BT3 on EEE 701</title>
		<link>http://ecks90.com/?p=81</link>
		<comments>http://ecks90.com/?p=81#comments</comments>
		<pubDate>Mon, 21 Sep 2009 23:10:55 +0000</pubDate>
		<dc:creator>ecks90</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://test.4play.sytes.net/?p=81</guid>
		<description><![CDATA[So im currently studying for my Advanced Diploma of Network Security after completing my Diploma of Network Engineering about 12months ago. As part of my course I will be studying CEH, however I&#8217;ve decided to get a jump on things by integrating security into all my other subjects. I pulled out the long neglected EEEPC [...]]]></description>
			<content:encoded><![CDATA[<p>So im currently studying for my Advanced Diploma of Network Security after completing my Diploma of Network Engineering about 12months ago. As part of my course I will be studying CEH, however I&#8217;ve decided to get a jump on things by integrating security into all my other subjects. I pulled out the long neglected EEEPC 701 that I was given as part of finishing my NE course and work on CCNA Security and CCNA Wireless.</p>
<p>Heres a pretty simple guide to getting the 701 up and running with a persistent Backtrack 3 on usb, fingerprinting with Kismet and cracking WEP with wesside-ng.</p>
<p>Firstly I followed the persistent usb details outlined at:</p>
<ul>
<li>http://forums.remote-exploit.org/tutorials-guides/14486-bt3-usb-persistent-changes-using-linux.html</li>
</ul>
<p>Secondly for each time you want to inject packets or use kismet run the following:</p>
<pre>wlanconfig ath0 destroy
wlanconfig ath0 create wlandev wifi0 wlanmode monitor</pre>
<p><a href="http://ecks90.com/wp-content/uploads/2009/11/bt3-1.large_.jpg"><img class="alignnone size-medium wp-image-114" title="bt3-1.large" src="http://ecks90.com/wp-content/uploads/2009/11/bt3-1.large_-300x180.jpg" alt="bt3-1.large" /></a></p>
<p>To run kismet, you will have to modify the following file. If you&#8217;re running BT3 live without persistence you will have to do this every time.</p>
<p>Edit /usr/local/etc/kismet.conf and change source to:</p>
<pre>source=madwifi_g,wifi0,wifi0</pre>
<p><a href="http://ecks90.com/wp-content/uploads/2009/11/bt3-2.large_.jpg"><img class="alignnone size-medium wp-image-121" title="bt3-2.large" src="http://ecks90.com/wp-content/uploads/2009/11/bt3-2.large_-300x180.jpg" alt="bt3-2.large" width="300" height="180" /></a></p>
<p>Finally, I wont record another WEP video like every other person on the net &#8211; just run the following to find the bssid mac of the AP (from kismet):</p>
<pre>wesside -i ath0 -v MAC</pre>
<p><a href="http://ecks90.com/wp-content/uploads/2009/11/bt3-3.large_.jpg"><img class="alignnone size-medium wp-image-122" title="bt3-3.large" src="http://ecks90.com/wp-content/uploads/2009/11/bt3-3.large_-300x180.jpg" alt="bt3-3.large" width="300" height="180" /></a></p>
<p>Next I plan on running easside-ng for those networks where something doesn&#8217;t go right (occasional). Ill throw the details up for that when I&#8217;ve done it.</p>
]]></content:encoded>
			<wfw:commentRss>http://ecks90.com/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco CME iiNet Configuration</title>
		<link>http://ecks90.com/?p=78</link>
		<comments>http://ecks90.com/?p=78#comments</comments>
		<pubDate>Thu, 09 Apr 2009 22:59:55 +0000</pubDate>
		<dc:creator>ecks90</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://test.4play.sytes.net/?p=78</guid>
		<description><![CDATA[Well, I&#8217;ve been having issues with my SIP registration from iiNet working within Cisco CME.
When doing a debug ccsip all, it appeared that I wasn&#8217;t receiveing a SIP INVITE, and that I would constantly throw out REGISTER&#8217;s but not hear anything back.
Yesterday I started thinking that maybe there was a something in my firewall ACL [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve been having issues with my SIP registration from iiNet working within Cisco CME.</p>
<p>When doing a debug ccsip all, it appeared that I wasn&#8217;t receiveing a SIP INVITE, and that I would constantly throw out REGISTER&#8217;s but not hear anything back.</p>
<p>Yesterday I started thinking that maybe there was a something in my firewall ACL that was blocking the connection, but when I looked at it i couldn&#8217;t see anything wrong with it. I decided to add permit tcp any any eq 5060 just to make sure things were happening, and then I saw this response:</p>
<pre>10 permit tcp any any eq 5060 (18 matches)</pre>
<p>So things were happening but something still wasnt right.</p>
<p>I had spent most of the day looking over the config and trying different solutions around the net but nothing helped. This morning I decided to revisit the config and started with the ACL&#8217;s. Then I noticed this.</p>
<pre>240 deny udp any any eq 1024 (128 matches)</pre>
<p>I had borrowed an ACL from our work access layer switches, designed to filter out commonly used virus ports and this was one of the entries. It looked like the SIP response from iiNet was replying on udp port 1024 for the INVITE message which was of course blocked. As soon as I removed this registration went straight through and calls started routing.</p>
<p>Hope this helps saves the headaches that i had.</p>
]]></content:encoded>
			<wfw:commentRss>http://ecks90.com/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry Storm tethered on Vodafone</title>
		<link>http://ecks90.com/?p=75</link>
		<comments>http://ecks90.com/?p=75#comments</comments>
		<pubDate>Wed, 21 Jan 2009 06:22:22 +0000</pubDate>
		<dc:creator>ecks90</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://test.4play.sytes.net/?p=75</guid>
		<description><![CDATA[Recently I purchased the Blackberry Storm which is exclusive to Vodafone here in Australia.
I have had some problems finding the initialisation commands for Vodafone in Australia.
Here is the process.
Installing the Blackberry Storm will install 3 modems:
- Standard 33600 bps Modem
- Standard 33600 bps Modem #2
- Standard Modem
Leave the first two alone, but under the standard [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I purchased the Blackberry Storm which is exclusive to Vodafone here in Australia.</p>
<p>I have had some problems finding the initialisation commands for Vodafone in Australia.</p>
<p>Here is the process.</p>
<p>Installing the Blackberry Storm will install 3 modems:<br />
- Standard 33600 bps Modem<br />
- Standard 33600 bps Modem #2<br />
- Standard Modem</p>
<p>Leave the first two alone, but under the standard modem in the advanced properties, enter</p>
<pre>+cgdcont=,,"vfinternet.au"</pre>
<p>Next create a new manual internet connection and when it asks for a password enter *99# and do not enter any username or password</p>
<p>Open up the Blackberry Desktop Manager, connect to the new connection and away you go <img src='http://ecks90.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ecks90.com/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Quote</title>
		<link>http://ecks90.com/?p=72</link>
		<comments>http://ecks90.com/?p=72#comments</comments>
		<pubDate>Mon, 22 Dec 2008 05:53:07 +0000</pubDate>
		<dc:creator>ecks90</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://test.4play.sytes.net/?p=72</guid>
		<description><![CDATA[I found a great quote on the Ubuntu security forums today.
I have been toying with the idea of setting up SNORT and managed AV and found this at the beginning of the tutorial.
“Paranoia will get you through times of no enemies better than enemies will get you through times of no paranoia” ~ Pete Granger
This [...]]]></description>
			<content:encoded><![CDATA[<p>I found a great quote on the Ubuntu security forums today.</p>
<p>I have been toying with the idea of setting up SNORT and managed AV and found this at the beginning of the tutorial.</p>
<p>“Paranoia will get you through times of no enemies better than enemies will get you through times of no paranoia” ~ Pete Granger</p>
<p>This quote so easily spells out the best approach IT security.</p>
<p>Genius.</p>
]]></content:encoded>
			<wfw:commentRss>http://ecks90.com/?feed=rss2&amp;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
