<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: New shiny access point</title>
	<atom:link href="http://blog.hongens.nl/2007/10/13/new-shiny-access-point/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hongens.nl/2007/10/13/new-shiny-access-point/</link>
	<description>A systems administrator's diary</description>
	<lastBuildDate>Wed, 26 Oct 2011 21:58:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: angelo</title>
		<link>http://blog.hongens.nl/2007/10/13/new-shiny-access-point/comment-page-1/#comment-6834</link>
		<dc:creator>angelo</dc:creator>
		<pubDate>Wed, 06 Feb 2008 15:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hongens.nl/?p=49#comment-6834</guid>
		<description>Ray Ray, yes and no.. I have the dhcp client problem every now and then on my Macbook Pro running Leopard. Then I disable the wireless nic and enable it again, and it gets an ip. My girlfriend, running a Windows XP SP2 Asus laptop, never has any problems (how ironic :) )

My 1130 is funcioning as pure access point, and is in the internal network behind my router. I want my router to supply the ip-addresses (it&#039;s a FreeBSD machine running ISC-DHCP).</description>
		<content:encoded><![CDATA[<p>Ray Ray, yes and no.. I have the dhcp client problem every now and then on my Macbook Pro running Leopard. Then I disable the wireless nic and enable it again, and it gets an ip. My girlfriend, running a Windows XP SP2 Asus laptop, never has any problems (how ironic <img src='http://blog.hongens.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>My 1130 is funcioning as pure access point, and is in the internal network behind my router. I want my router to supply the ip-addresses (it&#8217;s a FreeBSD machine running ISC-DHCP).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray ray</title>
		<link>http://blog.hongens.nl/2007/10/13/new-shiny-access-point/comment-page-1/#comment-6272</link>
		<dc:creator>Ray ray</dc:creator>
		<pubDate>Wed, 09 Jan 2008 09:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hongens.nl/?p=49#comment-6272</guid>
		<description>Have you manage to fix the problem with DHCP problem? Isn&#039;t your 1130 series going through a router (linksys, netgear, cisco....etc) I thought the router re-issue the ip&#039;s as the cisco 1130 act only for an access point? I could be wrong.

ray</description>
		<content:encoded><![CDATA[<p>Have you manage to fix the problem with DHCP problem? Isn&#8217;t your 1130 series going through a router (linksys, netgear, cisco&#8230;.etc) I thought the router re-issue the ip&#8217;s as the cisco 1130 act only for an access point? I could be wrong.</p>
<p>ray</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angelo</title>
		<link>http://blog.hongens.nl/2007/10/13/new-shiny-access-point/comment-page-1/#comment-5203</link>
		<dc:creator>angelo</dc:creator>
		<pubDate>Fri, 16 Nov 2007 12:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hongens.nl/?p=49#comment-5203</guid>
		<description>this link explains how to configure in enterprise mode or in personal mode (which I did not use, because I found it later):

http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008054339e.shtml

my config:

[code]Using 2080 out of 32768 bytes
!
! Last configuration change at 23:32:43 GMT Mon Oct 22 2007 by Cisco
! NVRAM config last updated at 23:32:45 GMT Mon Oct 22 2007 by Cisco
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname hon-ap-01
!
enable secret 5 *****
!
clock timezone GMT 1
ip subnet-zero
!
!
no aaa new-model
!
dot11 ssid hongens
   authentication open
   authentication key-management wpa
   guest-mode
   wpa-psk ascii 7 *****
!
dot11 arp-cache optional
power inline negotiation prestandard source
!
!
username Cisco password 7 *****
!
bridge irb
!
!
interface Dot11Radio0
 no ip address
 no ip route-cache
 !
 encryption mode ciphers aes-ccm
 !
 ssid hongens
 !
 speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
 station-role root
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
 bridge-group 1 spanning-disabled
!
interface Dot11Radio1
 no ip address
 no ip route-cache
 shutdown
 !
 encryption mode ciphers aes-ccm
 !
 ssid hongens
 !
 speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
 station-role root
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
 bridge-group 1 spanning-disabled
!
interface FastEthernet0
 no ip address
 no ip route-cache
 duplex auto
 speed auto
 bridge-group 1
 no bridge-group 1 source-learning
 bridge-group 1 spanning-disabled
 hold-queue 160 in
!
interface BVI1
 ip address 192.168.127.201 255.255.255.0
 no ip route-cache
!
ip default-gateway 192.168.127.1
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
!
snmp-server community public RO
!
control-plane
!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
 login local
!
sntp server 194.109.22.18
sntp broadcast client
end
[/code]</description>
		<content:encoded><![CDATA[<p>this link explains how to configure in enterprise mode or in personal mode (which I did not use, because I found it later):</p>
<p><a href="http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008054339e.shtml" rel="nofollow">http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a008054339e.shtml</a></p>
<p>my config:</p>
<p>[code]Using 2080 out of 32768 bytes<br />
!<br />
! Last configuration change at 23:32:43 GMT Mon Oct 22 2007 by Cisco<br />
! NVRAM config last updated at 23:32:45 GMT Mon Oct 22 2007 by Cisco<br />
!<br />
version 12.3<br />
no service pad<br />
service timestamps debug datetime msec<br />
service timestamps log datetime msec<br />
service password-encryption<br />
!<br />
hostname hon-ap-01<br />
!<br />
enable secret 5 *****<br />
!<br />
clock timezone GMT 1<br />
ip subnet-zero<br />
!<br />
!<br />
no aaa new-model<br />
!<br />
dot11 ssid hongens<br />
   authentication open<br />
   authentication key-management wpa<br />
   guest-mode<br />
   wpa-psk ascii 7 *****<br />
!<br />
dot11 arp-cache optional<br />
power inline negotiation prestandard source<br />
!<br />
!<br />
username Cisco password 7 *****<br />
!<br />
bridge irb<br />
!<br />
!<br />
interface Dot11Radio0<br />
 no ip address<br />
 no ip route-cache<br />
 !<br />
 encryption mode ciphers aes-ccm<br />
 !<br />
 ssid hongens<br />
 !<br />
 speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0<br />
 station-role root<br />
 bridge-group 1<br />
 bridge-group 1 subscriber-loop-control<br />
 bridge-group 1 block-unknown-source<br />
 no bridge-group 1 source-learning<br />
 no bridge-group 1 unicast-flooding<br />
 bridge-group 1 spanning-disabled<br />
!<br />
interface Dot11Radio1<br />
 no ip address<br />
 no ip route-cache<br />
 shutdown<br />
 !<br />
 encryption mode ciphers aes-ccm<br />
 !<br />
 ssid hongens<br />
 !<br />
 speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0<br />
 station-role root<br />
 bridge-group 1<br />
 bridge-group 1 subscriber-loop-control<br />
 bridge-group 1 block-unknown-source<br />
 no bridge-group 1 source-learning<br />
 no bridge-group 1 unicast-flooding<br />
 bridge-group 1 spanning-disabled<br />
!<br />
interface FastEthernet0<br />
 no ip address<br />
 no ip route-cache<br />
 duplex auto<br />
 speed auto<br />
 bridge-group 1<br />
 no bridge-group 1 source-learning<br />
 bridge-group 1 spanning-disabled<br />
 hold-queue 160 in<br />
!<br />
interface BVI1<br />
 ip address 192.168.127.201 255.255.255.0<br />
 no ip route-cache<br />
!<br />
ip default-gateway 192.168.127.1<br />
ip http server<br />
no ip http secure-server<br />
ip http help-path <a href="http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag" rel="nofollow">http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag</a><br />
!<br />
snmp-server community public RO<br />
!<br />
control-plane<br />
!<br />
bridge 1 route ip<br />
!<br />
!<br />
!<br />
line con 0<br />
line vty 0 4<br />
 login local<br />
!<br />
sntp server 194.109.22.18<br />
sntp broadcast client<br />
end<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://blog.hongens.nl/2007/10/13/new-shiny-access-point/comment-page-1/#comment-5083</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 14 Nov 2007 22:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hongens.nl/?p=49#comment-5083</guid>
		<description>Would you mind sharing your Cisco config for the 1131? I&#039;m having some issues getting WPA2 working properly on my 1131. 

Thanks</description>
		<content:encoded><![CDATA[<p>Would you mind sharing your Cisco config for the 1131? I&#8217;m having some issues getting WPA2 working properly on my 1131. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

