1941W configuration help needed

Our Deployment Scenario:-
1941W Gigabit Ethernet 0/0 is connected to the PPOE connection of the ISP.
Gigabit Ethernet 0/1 is connected to the wired LAN
I have created 2 wireless radio Cisco_Kamran_BGN which is operating at 2.4 Ghz Devices and Cisco_Kamran_A which is operating at 5Ghz Devices.
I have created 2 VLans for the Wireless.
Vlan 10 for Cisco_Kamran_A        192.168.10.x
Vlan 11 for Cisco _Kamran_BGN   192.168.11.X
The problem is the Wireless users are not getting the IP address from the respective DHCP server which has been configured on the Router.
Can please any from the community help me and show me where I am missing the configuration.
Please find my router  & ap configuration below.
Router Configuration
Router#
sh run
Building configuration...
Current configuration : 3022 bytes
! No configuration change since last restart
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
hostname Router
boot-start-marker
boot-end-marker
enable secret 5 $1$TdQt$npYeaf/W0kRElcfMggzJ31
no aaa new-model
service-module wlan-ap 0 bootimage autonomous
no ipv6 cef
ip source-route
ip cef
ip dhcp excluded-address 192.168.1.1 192.168.1.50
ip dhcp excluded-address 192.168.10.1 192.168.10.10
ip dhcp excluded-address 192.168.11.1 192.168.11.10
ip dhcp pool DHCP
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 195.229.241.222 213.42.20.20
ip dhcp pool Cisco_Kamran_A
network 192.168.11.0 255.255.255.0
default-router 192.168.11.1
dns-server 195.229.241.222 213.42.20.20
ip dhcp pool Cisco_Kamran_BGN
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
dns-server 195.225.241.222 213.42.20.20
multilink bundle-name authenticated
crypto pki token default removal timeout 0
license udi pid CISCO1941W-E/K9 sn FCZ1553C1VK
hw-module ism 0
redundancy
bridge irb
interface Embedded-Service-Engine0/0
no ip address
shutdown
interface GigabitEthernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
interface wlan-ap0
description Service module interface to manage the embedded AP
ip unnumbered GigabitEthernet0/0
arp timeout 0
no mop enabled
no mop sysid
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
interface Wlan-GigabitEthernet0/0
description Internal switch interface connecting to the embedded AP
switchport mode trunk
no ip address
interface Vlan1
no ip address
interface Vlan10
ip address 192.168.10.1 255.255.255.0
ip access-group DSL_ACCESSLIST in
ip nat inside
ip virtual-reassembly in
interface Vlan11
ip address 192.168.11.1 255.255.255.0
ip access-group DSL_ACCESSLIST in
ip nat inside
ip virtual-reassembly in
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
ppp authentication pap callin
ppp pap sent-username xxxxxx password 0 xxxxxx
ppp ipcp route default
ip forward-protocol nd
no ip http server
no ip http secure-server
ip nat inside source list DSL_ACCESSLIST interface Dialer1 overload
ip access-list extended DSL_ACCESSLIST
permit ip 192.168.0.0 0.0.255.255 any
control-plane
line con 0
password xxxxxx
login
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line 67
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
line vty 0 4
password xxxxxx
login
transport input all
scheduler allocate 20000 1000
end
Router#
Router#
Router#
Access Point Configuration
ap#
ap#
ap#
sh run
Building configuration...
Current configuration : 2603 bytes
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
hostname ap
enable secret 5 $1$JxdQ$a2/00bWJuhUKP9QLC94YD/
no aaa new-model
dot11 syslog
dot11 ssid Cisco_Kamran_A
   authentication open
   authentication key-management wpa
   guest-mode
   wpa-psk ascii 7 1045081417161C5A555C7A7B
dot11 ssid Cisco_Kamran_BGN
   authentication open
   authentication key-management wpa
   guest-mode
   wpa-psk ascii 7 020D05561907017015165949
username Cisco password 7 14341B180F0B
bridge irb
interface Dot11Radio0
description 802.11bgn radio
no ip address
no ip route-cache
encryption mode ciphers aes-ccm
broadcast-key change 3600
ssid Cisco_Kamran_BGN
antenna gain 0
station-role root
bridge-group 11
bridge-group 11 subscriber-loop-control
bridge-group 11 block-unknown-source
no bridge-group 11 source-learning
no bridge-group 11 unicast-flooding
bridge-group 11 spanning-disabled
interface Dot11Radio1
description 802.11a radio
no ip address
no ip route-cache
encryption mode ciphers aes-ccm
ssid Cisco_Kamran_A
antenna gain 0
no dfs band block
channel dfs
station-role root
bridge-group 10
bridge-group 10 subscriber-loop-control
bridge-group 10 block-unknown-source
no bridge-group 10 source-learning
no bridge-group 10 unicast-flooding
bridge-group 10 spanning-disabled
interface GigabitEthernet0
description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
no ip address
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
interface GigabitEthernet0.10
description 802.11a bridge
encapsulation dot1Q 10
no ip route-cache
bridge-group 10
bridge-group 10 subscriber-loop-control
bridge-group 10 block-unknown-source
no bridge-group 10 source-learning
no bridge-group 10 unicast-flooding
bridge-group 10 spanning-disabled
interface GigabitEthernet0.11
description 802.11bgn bridge
encapsulation dot1Q 11
no ip route-cache
bridge-group 11
bridge-group 11 subscriber-loop-control
bridge-group 11 block-unknown-source
no bridge-group 11 source-learning
no bridge-group 11 unicast-flooding
bridge-group 11 spanning-disabled
interface BVI1
ip address dhcp client-id GigabitEthernet0
no ip route-cache
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
line con 0
no activation-character
line vty 0 4
login local
end
ap#
ap#
ap#

Hi Stepehen,
Did the configuration as per your advice  but i am getting the below mentioned error which i have highlighted it in red. Please advice what needs to be done.
Home
Re: 1941W configuration help needed
created by Stephen Rodriguez in Getting     Started with Wireless - View the full discussion
conf t
interface     Dot11Radio0
no ssid     Cisco_Kamran_BGN
no encryption mode     ciphers aes-ccm
exit
interface     Dot11Radio1
no encryption mode     ciphers aes-ccm
no ssid     Cisco_Kamran_A
exit
dot11 ssid     Cisco_Kamran_A
vlan 10
dot11 ssid     Cisco_Kamran_BGN
vlan 11
exit
interface     Dot11Radio0
encryption vlan 11     mode ciphers aes
ssid     Cisco_Kamran_BGN
exit
interface     dot11radio0.1
encapsulation     dot1q 1 native
bridge-group 1
interface     dot11radio 0.11
encapsulation     dot1q 11
bridge-group 11
Configuration of     subinterfaces and main interface
within the same bridge     group is not permitted
exit
interface     Dot11Radio1
encryption vlan 10     mode ciphers aes-ccm
ssid     Cisco_Kamran_A
interface     dot11radio1.1
encapsulation     dot1q 1 native
bridge-group 1
interface     dot11radio1.10
encapuslation     dot1q 10
bridge-group 10
Configuration of subinterfaces and main     interface
within the same bridge     group is not permitted
end
wr
Reply to this message by going to Home
Start a new discussion in Getting Started with Wireless at Home

Similar Messages

  • Multiple ethernet network adaptors + MySQL/php5: configuration help needed

    I would be grateful if someone could give me some advice on how to configure multiple ethernet adapters under OS X 10.5.6
    I have set up my system to work nicely with two ethernet network adapters, each with its own fixed IP. This bit works just fine. The machine supports two separate servers - a mail server and the OS X Apache2 server. I have configured the mail server to only listen to one of the IPs, and the Apache2 server to listen to the other (via httpd.conf). The system also has MySQL and php5 installed / enabled, and these services are only used by the Apache2 server.
    The problem I have is that when I start the machine, initially the php5 system cannot connect reliably to the MySQL database system. The fix I have found is to temporarily make the ethernet adapter connected to the mail server 'inactive'. While this is so, the php5/MySQL connection to Apache2 works. Curiously, once an initial connection between php5 and MySQL has been made, subsequently I can make the mail server's ethernet adapter active again without further problems.
    I initially thought this might be due to 'service order' issues - but changing the service order (e.g. putting the Apache adapter 'above' the mail adapter in the service order does not help. The fix only works by making the mail adapter inactive temporarily.
    I suspect that there is some configuration change I can make to clarify the setup I have. The MySQL and Apache installations only need to talk to the Apache server - but I am not sure how to record this configuration in the OS X system.
    Thanks in advance for any assistance that you can provide.
    Message was edited by: Gavin Lawrie

    Hi Stepehen,
    Did the configuration as per your advice  but i am getting the below mentioned error which i have highlighted it in red. Please advice what needs to be done.
    Home
    Re: 1941W configuration help needed
    created by Stephen Rodriguez in Getting     Started with Wireless - View the full discussion
    conf t
    interface     Dot11Radio0
    no ssid     Cisco_Kamran_BGN
    no encryption mode     ciphers aes-ccm
    exit
    interface     Dot11Radio1
    no encryption mode     ciphers aes-ccm
    no ssid     Cisco_Kamran_A
    exit
    dot11 ssid     Cisco_Kamran_A
    vlan 10
    dot11 ssid     Cisco_Kamran_BGN
    vlan 11
    exit
    interface     Dot11Radio0
    encryption vlan 11     mode ciphers aes
    ssid     Cisco_Kamran_BGN
    exit
    interface     dot11radio0.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio 0.11
    encapsulation     dot1q 11
    bridge-group 11
    Configuration of     subinterfaces and main interface
    within the same bridge     group is not permitted
    exit
    interface     Dot11Radio1
    encryption vlan 10     mode ciphers aes-ccm
    ssid     Cisco_Kamran_A
    interface     dot11radio1.1
    encapsulation     dot1q 1 native
    bridge-group 1
    interface     dot11radio1.10
    encapuslation     dot1q 10
    bridge-group 10
    Configuration of subinterfaces and main     interface
    within the same bridge     group is not permitted
    end
    wr
    Reply to this message by going to Home
    Start a new discussion in Getting Started with Wireless at Home

  • EPM 11.1.1.3 Shared Services Configuration help needed

    Hi,
    I am currently running into issues when trying to configure Shared Services via the EPM System Configurator 11.1.1.3. I've installed Weblogic 9.3 MP3 with all of the default options (including establishing Node Manager as a service). I've also created a seperate userId in Weblogic called hyperion (with the password of hyperion) so that EPM can access the instance against the default web server.
    When I run the configurator to try and deploy to application server, the status sits there on the "Starting WebLogic 9 Admin Servers" and does nothing.
    Sometimes is does get past that but then the deployment fails because it is unable to deply the interop.war.
    Any help would be greatly appreciated as I'm 100% stuck!
    Thanks,
    Anju

    Hi,
    I am not sure what your issue is but I do know that you don't have to start creating users in weblogic. Usually you do a standard install of weblogic, if you are not going to use it you don't need the node manager set up.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • JMS Configuration Help Needed for Publish Subscribe Messaging

    Hi,
    I am new to JMS and need help to configure JMS from the sun admin console. As of now i have configured the topic and the connection factory from the JMS Resources under the Resources tab(here too i just specified the topic name and guest and password and jndi and similarly the connection factory name but have not specified any port or anything else), but i guess something is missing as i can publish but cannot subscribe nor can i view the messages on the topic..I think some sort of configuration is also need on the Java Message Service header under the Configuration tab.I have searched for this on the net but have not been able to find any sort of detailed help.If someone could give a detailed picture as too how to go about this configuration with an example it would be of great help.
    Vaishali Shah

    Sai,
    Seen this:
    http://tinyurl.com/pbshe
    Good Luck,
    Avi.

  • Simple Xmonad configuration help needed.

    I have no idea how haskell works at all. But I simply love xmonad!
    Could someone help me out with my configuration? It is currently
    import XMonad
    import XMonad.Config.Xfce
    main = xmonad xfceConfig
    This works pretty well for me, for the most part. However, I need a few keybinding. First, I want ctrl-alt-arrow to change desktops and I found I can do this with "XMonad.Actions.CycleWS", which I have installed and the configuration of:
    , ("M-<Left>", prevWS )
    , ("M-<Right>", nextWS )
    , ("M-S-<Left>", shiftToPrev )
    , ("M-S-<Right>", shiftToNext )
    However, I have no idea how to do this. Also, I would like XF86AudioRaiseVolume to execute "amixer set Master 5dB+" and XF86AudioLowerVolume to "amixer set Master 5dB-" and XF86AudioMute to "amixer set Master toggle". I know I could easily do this with xbindkeys or some other extra keybinding daemon, but I want to learn how to do this the correct way in haskell. Thanks!

    Is this your whole xmonad.hs ? Anyway for the keybindings part ( for multimediakeys i use xbindkeys because i use the same xmonad.hs on my laptop plus desktop ) , but you can do it without xbindkeys wich is much nicer, less apps needed. If your keys are already reconignized as XF86AudioMute then you wouldnt have to use xmodmap. You can define keys in two various ways in XMonad with the additional keysP (Util.EZconfig ) or with keys = Mykeys
    I always learn from looking into others people's configs , so here is an config from another arch user. Look for the section myKeys, and define something like :
    , ("<XF86AudioLowerVolume>", spawn amixer set Master 5dB+)
    if you are interested here is my config
    Further reference
    Last edited by jelly (2009-07-31 00:31:09)

  • Configurator help needed

    My MacBook Air was reimaged now configurator says unable to attach device to Apple Configurator, 60 devices to manage need help! I did have to download configurator again, iTunes and get all the apps from the cloud, but the devices think they are being connected to a different computer...

    Hi,
    I'm an ICT Manager at the international School of Turin - IST
    we have 350 ipad enrolled, and 60 between macbook air and iMac.
    After kill may self in a lot of different way I discover CiscoMeraki.
    Is an amazing tool for enroll all the devices, push and manage applications.
    Is completely free!!! https://account.meraki.com/secure/login/dashboard_login
    Give a look a let me know.
    Trust me before I was struggle like you!
    Alessandro

  • Hard drive configuration help needed.

    Just got the mac today and I'm starting the upgrades. This is how it will look. 3 1TB seagate drives. I am going to clone the factory drive to one. Install Vista through bootcamp on another.
    This is what The Hatter had mentioned in another post that I started. "Vista is easy to install, doesn't need any help really, doesn't run in, under, or through BootCamp. Just format a drive as Master Boot Record, setup one or more FAT partitions (you will need to delete and create NTFS when it gets to the install screen in Vista). Then once running, you install some Apple hardware services and support to allow switching, synching time, and such. And install the latest Nvidia Vista drivers."
    I can probably figure out how to get the process started, but I have no clue as to the specifics of the last sentence that starts "Then once running.....". If you see this Hatter, could you please give me the specifics? The third will be for storage.
    I noticed that there are no jumpers present on the Western Digital that came with it. So is removing the limiting jumper's from the Segate's the only settings I need to worry about?
    Lastly. When I install these drives, will Mac do the format or is there something I need to do first?
    Thanks in advance.

    You'll need to consult Seagate's configuration information for your drive model. You can locate it at Seagate's web site.
    Partitioning and formatting is done using Disk Utility in the Utilities folder. New drives that did not come installed from Apple should be prepped properly as follows:
    Extended Hard Drive Preparation
    1. Open Disk Utility in your Utilities folder. If you need to reformat your startup volume, then you must boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger or Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Click on the Options button, set the partition scheme to GUID (only required for Intel Macs) then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the volume(s) mount on the Desktop.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    The exception would be if you plan to set up one entire drive for Vista. In that case when you partition the drive select MBR partition scheme rather than GUID and format the drive MSDOS. You need not use the Write Zeros option. When you install Vista it will reformat the drive NTFS.
    If you intend to use part of one drive for Vista and another partition for the Mac, then prep the drive for the Mac as outlined above. Then use Boot Camp to create the Windows partition on the drive. Boot Camp will install the MBR on the Windows partition which you cannot do from Disk Utility.

  • WLAN Controller configuration help needed

    Hi,
    I need to configure AP with WLAN controller for guest access. we have 2 vlans. vlan 1 - guess vlan (internet only access) and vlan 2 - all access.
    while configuring wlan controller. which vlan should i configure as native vlan? I have radius server which would check health of the user and would direct wlan controller to put in user in vlan 1 or 2 depending on its credentials.
    please advise how to implement it. what would be initial steps.

    Hi,
    I have couple of doubts before going further for solution to implement ?
    What model of wlan controller & AP , you are using ?
    to configure the Controller , initially you need to configure the interface ( which are virtual ) .
    You need to connect controller to your existing LAN set-up may be one of the port of your core switch ............
    below are the interface which you need to configure in controller .......
    1) Management interface with IP ( which will be used to access your controller from lan ... ) this is ip should be able to ping from the network.
    2) AP manager IP ( this is again depend on model ) if it is 5500 , this is not required ..
    3) Virtual IP : this is should the IP address which is not at all there in your lan eq.1.1.1.1
    4) dynamic interface with IP : this is the interface which will map your vlan to WLAN
    once you create the mentioned interfaces , you need to create the wlan and map the above dynamic interface with respective wlan.if required you can configure the DHCP pool as well in controller for Wlan.
    let me know , whether this information helped  you ........................

  • IPlanet/Sun ONE Directory Server 5.1 configuration help needed.

    Hi from Finland.
    We have a SunFire 420 running Solaris 8.
    It has 2 network adaptors each configured to have separate IP addresses. Eventually these cards will be on quite separate networks... one for intranet users and one for the rest.
    What I am wanting to know is how do I configure the iDS 5.1 to be listening on port 389 for both IPs
    When I installed iDS 5.1 I could only see one hostname and one domainname so the install went fine.
    Is the Directory with multiple network adaptors setup an O/S issue or an iDS issue???
    Any tips or help would be gratefully accepted!!

    All my PROD systems have dual n/w cards listenning on different IPs(subnets for that matter). Data can be accessed over LDAP on both IPs with the same port. We did not have to do anything special at the Directory or the OS level.

  • Configuration Help Needed - Layout of Public Access and Private Access Network

    HELP
         I need help in laying out the following network - herre is my first stab at it.
    1. Actiontec DSL Modem - DHCP On     ----- Model GT701-WG
       WAN IP Address 12.17.66.203
       WAN SubNet Mask 255.255.255.255
       Lan IP Address 192.168.0.1
       Lan SubNet Mask 255.255.255.0
    2. WRT54G - DHCP On ----------------  Open to Public Access to the Internet
       Local IP Address 192.168.1.1
       Subnet Mask 255.255.255.0
    3. DellPowerConnect 2708 Switch ---  Open to Public Access to the Internet
    4. MS Windows SBS2003 Server   --- Closed to Public Access
        Connecting to the #2 WRT54G thru a Linsys network card
    5. WRT54G - DHCP Off - ??? --------- Closed to Public Access
        Connecting to another Linksys network card in the SBS2003 Server
       Local IP Address 192.168.1.2     ???
       Subnet Mask 255.255.255.0
    6. Linksys SD216 Switch                 --- Closed to Public Access
    Any help would be greatly appreciated

    I got the network setup, but did not get what you are trying to do. Do you have 2 WRT54Gs there? Are you trying to turn off DHCP server of second WRT54G? A detailed information would be appreciated.

  • WLAN Controller basic configuration help needed

    Please advise me for the initial config. of wlan controller. if found following parameters needs to be configured for initial config. of wlan controller.
    Enable Link Aggregation (LAG) [yes][NO]:
    Management Interface IP Address:
    Management Interface Netmask:
    Management Interface Default Router:
    Management Interface VLAN Identifier (0 = untagged):
    Management Interface Port Num [1 to 2]:
    Management Interface DHCP Server IP Address:
    AP Transport Mode [layer2][LAYER3]:
    AP Manager Interface IP Address:
    AP-Manager is on Management subnet, using same values
    AP Manager Interface DHCP Server (192.168.50.3):
    Virtual Gateway IP Address:
    Please advise me what these parameters mean. I'm new to wlan controller.
    Please advise.
    Thanks in advance.

    Enable Link Aggregation (LAG) [yes][NO]: Yes
    Management Interface IP Address: ex - 192.168.1.2
    Management Interface Netmask: Ex- 255.255.255.0
    Management Interface Default Router: 192.168.1.1
    Management Interface VLAN Identifier (0 = untagged):(Hit enter no need to fill this)
    Management Interface Port Num [1 to 2]:1
    Management Interface DHCP Server IP Address:
    AP Transport Mode [layer2][LAYER3]: LAYER 3
    AP Manager Interface IP Address: ex - 192.168.1.3 (same subnet that of Management interface)
    AP-Manager is on Management subnet, using same values
    AP Manager Interface DHCP Server (192.168.50.3):
    Virtual Gateway IP Address:1.1.1.1

  • Reverse Proxy Configuration help Needed

    Hi,
    What steps should i follow if i have both Sun Web Server 6.1.
    Web Server 1 - http://192.168.20.40:768 (Want to use this as reverse proxy)
    Web Server 2 - http://201.192.30.20:1010
    Can anyone please guide me what changes i should do in obj.conf and magnus.conf.
    Add this line in Magnus.conf
    Init fn="load-modules" shlib="/appl/sunjs/SUNWwbsvr/plugins/passthrough/libpassthrough.so"
    This libpassthrough.so location is in the Server 1.
    Add the below line in obj.conf
    <Object name="passthrough">
    Service fn="service-passthrough" servers="http://team.yahoo.co.nz:1010"
    </Object>
    Do i need to do any changes to the obj.conf and magnus.conf in the Server 2.
    Please let me know if i am going wrong.
    Regards,

    Hi,
    Reverse Proxy Web Server - http://Sol9-dev.uname.yahoo.co.nz:8002
    All request Want to redirect to - http://Sol10-dev.uname.yahoo.co.nz:8080
    Obj.Conf
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="assign-name" from="/amserver(|/*)" name="reverse-proxy"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn=pfx2dir from=/mc-icons dir="/appl/sunjs/SUNWwbsvr/ns-icons" name="es-internal"
    NameTrans fn=document-root root="$docroot"
    PathCheck fn=unix-uri-clean
    PathCheck fn="check-acl" acl="default"
    PathCheck fn=find-pathinfo
    PathCheck fn=find-index index-names="index.html,home.html,index.jsp"
    PathCheck fn=validate_session_policy
    ObjectType fn=type-by-extension
    ObjectType fn=force-type type=text/plain
    Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
    Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
    Service method=(GET|HEAD|POST) type=*~magnus-internal/* fn=send-file
    Service method=TRACE fn=service-trace
    Error fn="error-j2ee"
    AddLog fn=flex-log name="access"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="cgi">
    ObjectType fn=force-type type=magnus-internal/cgi
    Service fn=send-cgi user="$user" group="$group" chroot="$chroot" dir="$dir" nice="$nice"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="send-compressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    <Object ppath="*/dummypost/sunpostpreserve*">
    Service type=text/* method=(GET) fn=append_post_data
    </Object>
    <Object ppath="*/UpdateAgentCacheServlet*">
    Service type=text/* method=(POST) fn=process_notification
    </Object>
    <Object name="reverse-proxy">
    Service fn="service-passthrough" servers="http://sol10-dev.uname.yahoo.co.nz:8080"
    </Object>
    Log Messages
    [22/Apr/2008:13:36:11] fine ( 4761): for host 10.112.66.87 trying to GET /amserver/, ntrans-j2ee reports: directory listing for context "/amserver"
    [22/Apr/2008:13:36:11] fine ( 4761): GET requests for virtual server https-Sol9-dev-pa.uname.yahoo.co.nz can safely bypass ACL checks
    [22/Apr/2008:13:36:11] fine ( 4761): for host 10.112.66.87 trying to GET /amserver/index.html, service-passthrough reports: PASS1022: passing request to http://Sol10-dev.uname.yahoo.co.nz:8080
    [22/Apr/2008:13:36:11] fine ( 4761): for host 10.112.66.87 trying to GET /amserver/index.html, service-passthrough reports: PASS1037: not rewriting "Location: http://Sol9-dev.uname.yahoo.co.nz:8002/amserver/index.html" from http://Sol10-dev.uname.yahoo.co.nz:8080
    [22/Apr/2008:13:36:11] fine ( 4761): for host 10.112.66.87 trying to GET /amserver/UI/Login, service-passthrough reports: PASS1022: passing request to http://Sol10-dev.uname.yahoo.co.nz:8080
    [22/Apr/2008:13:36:11] fine ( 4761): for host 10.112.66.87 trying to GET /amserver/UI/Login, service-passthrough reports: PASS1037: not rewriting "Location: http://Sol10-dev.uname.yahoo.co.nz:8002/amserver/UI/Login" from http://Sol10-dev.uname.yahoo.co.nz:8080
    Now i do not have anything in the reverse proxy server /amserver apart from the index.html (http://Sol9-dev.uname.yahoo.co.nz:8002/amserver/index.html)
    I guess i do not need to have the same application on the reverse proxy as of the original server where i am redirecting.
    Hope to find a solution soon.
    Thanks for all your help.
    Reagrds,

  • E17 configuration help needed for UK keyboard [RESOLVED]

    I downloaded and installed reverie's packages for Enlightenment DR17 at  http://ftp.takhis.net/arch (ie. 'pacman -Sy e17-cvs efl-cvs e17-extra-cvs'). 
    Thanks for taking the time and effort to make the packages available reverie
    I've been exploring E17 for about the past 2-3 days now and IT ROCKS!
    However, I've noticed that its default keyboard layout is US (Shift+2 gives @ instead of ").  I tried Configuration > Configuration Panel > Language Settings but I could see no other options (in fact the list was completely blank).  I presume this is where I set the keyboard. 
    Please could someone tell me how I can get my E17 install configured for my UK keyboard?

    US is simply the default layout for X.org, you need to add
    Option "XkbLayout" "uk"
    to the InputDevice section for your keyboard in /etc/X11/xorg.conf.
    I'm not sitting in front of an E desk right now, but if I recall there was also a keyboard switching module? (enable under modules then add to a shelf (hit shelves//configure shelf contents)). Dunno if it works though, or, well, if it's there at all So... go the xorg route...
    Oh, and thx mon

  • Configuration Help Needed

    Hi Experts,
    If the ECC DEV server is having configuration of 4CPU - 10 GB then what should be the ideal configuration for the BI DEV server ??
    Please provide me the solution and if possible then please provide the link from which i can get the Idea.. Thanks in Advance.
    Sam

    The configuration depends on :
    1. Number of users
    2. Amount of querying that happens
    3. Amount of dataloads that happen
    4. Performance expected from the DEV system.
    If you want a proper sizing of the DEV system - then you can go in for a quicksizer for the same - but then usually DEV systems are underpowered because they are not meant to be used for productive purposes but more for development.
    However you can try out quicksizer in
    service.sap.com/quicksizer
    Arun

  • Airport Extreme - Configuration Help Needed PLease

    Hi All,
    I've just replaced my old Airport Extreme with the new 5th Gen product. I successfully migrated the settings from the old product and got the new one working pretty quickly - I am however slightly confused about the 2.4 GHz and 5GHz bands.
    My understanding is that on the 'default' settings then the Airport will broadcast both a 2.4 and 5GHz signal with the same name and 'older' computers and my iPhones will pick up the 2.4GHz signal whereas 'newer' computers like my MacBook Pro will pick up the 5GHz signal. This doesn't seem to work however and my MacBook Pro is connects to the 2.4GHz band.
    I tried renaming the 5GHz channel in the options to ****5GHz and the MacBook connected to this fine and gave me a noticeably faster connection. However when I did this the 2.4GHz devices slowed to a crawl and became unusable and the signal strength on these devices seemed to reduce noticeably.
    Am I correct in assuming that I should be able to hook up 2.4GHz enabled devices to the 2.4GHz channel and 5GHz enabled devices to the 5GHz channel? If so I would really appreaciate some pointers as to how to stop the 5GHz band from crippling the 2.4GHz devices.
    Thanks in advance of your help.

    Typically, wireless devices will connect to the network with the strongest signal. Depending on the distance (or obstacles like walls, ceilings, floors, etc.), the device may connect to the 2.4 GHz band instead of the 5 GHz band. In practice, the 5 GHz band is only useable in the same room due to signal probagation loss characteristics of higher frequencies.
    Keeping in mind that 802.11n can operate on both bands, "n" clients may select the 2.4 GHz band if it finds the signal quality better on this band.
    Also keep in mind that non-"n" clients, when connected, will degrade the overall bandwidth on either band: "b" & "g" clients on the 2.4 GHz band and "a" clients on the 5 GHz band. If you don't have a requirement to support any of these non-"n" clients, I would suggest that you change the Radio Mode to: 802.11n only (5 GHz) - 802.11n only (2.4 GHz)

Maybe you are looking for

  • Error in Installing 0MATERIAL.

    Hi All,    We have new BW server.We are trying to intalling info objects 0MATERIAL, 0VENDOR, 0COSTCENTER from Business Content. We getting error while activatind 0MATERIAL. Error is "0APO_LOCNO" is not active. We tried to activate "0APO_LOCNO" alone

  • Help with a tabel word wrap

    Hi Any one help me please below is the html I have. its reading a .js file from an external source. The problem is word wrapping the content I need to make the conten wrap with in this table as i have no control of how the external content is constru

  • SDHC Card - Change the Order of Files

    I been trying to find a solution, so far unsuccessfully, to try to force the alphabetization of files and folders on a FAT SDHC Card. The memory card is used in a portable music player and when I add new files to the card the newly addded files show

  • Using scanner with Adobe 8

    I am a teacher with a 10 year old student. She has an incredible IQ but has very poor eyesight. Is it possible to scan textbooks into Adobe and then enlarge the print size for printing? I am using Adobe 8 plus vista. If yes, can you tell me how? If y

  • Anyone got a refund from the lines issue?

    I'm going to send mine back, but I don't feel like arguing too much with whoever on the line, so hopefully there has been a precedent to which I can point to