SPA3102 Simple Configuration Help

Hi All,
I am a total newbie looking for the easy button.
I would like some screen shots or pointers on configuring my SPA3102.
I have a simple set up, one POTS line and a SIP account with Skype. 
I want to configure my SPA3102 to take all incoming PSTN calls (so I don't have to change my phone number or use up my bandwidth all the time).
I want all out going local calls (303 and 720 area code) and possibly 911 (if possible) to go out the PSTN line, but all long distance to go to my SIP account on SKYPE.
Pretty simple, but I can't find an samples in the documentation or a wizard in the firmware configuration screen for the SPA3102.
Thanks in advance.

Hi Eric,
You need to do some research on "dial-plans"
check out
http://homekb.cisco.com/Cisco2/ukp.aspx?pid=80&login=1&app=search&vw=1&articleid=5179
and googling "linksys spa dial plan"
You'll be configuring a gateway account, and then using the dial-plan to reference the gateway for your interesting dialed digits.
Adam

Similar Messages

  • Small configure help please? I have 3 300-28 switches, I want to connect them and avoid stp (stp setup)

    HI!
    I have a small network. I have 3 300-28 cisco switches. I already connected my 3 servers  and clients with the switch 1 and now I want to add more clients and I need to add my other two switches in the network. Please guide me with the simple configuration So I can connect them all and avoid loop (stp). Thanks

    Hi Nagaraja Thanthry!
    Thanks for your reply. I am implementing it tomorrow. By just conecting the switches together at trunk ports  will there be no loop? I don't want my network chowk. I hope it will work well. I might need further help, please reply.
    1. I will do setting on all switches. Assign IP addresses to switches (to Vlan 1 default).
    2. Set one port (e.g 28) as trunk and all others as Access on all three switches.
    3. Then I will connect the switches with each other at trunk ports. Hope there will be no loop in this setting.
    4. Do I need to set any setting for stp in switches ?
    Please reply one by one thanks.
    I am using 192.168.0.1 255.255.255.0 IP range.
    Best Regards,

  • MM & FI simple configuration guide

    Hi,
    Can anybody give me simple configuration guide of MM and FI. In which basis steps are mentioned, I can start configuration after reading that doc.
    Thanks

    Check the below link :
    MM processes
    FI   business process flow
    http://help.sap.com/bestpractices/BBLibrary/documentation/J10_BB_ConfigGuide_EN_MX.doc
    Thanks
    Seshu

  • 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

  • Need configuration help on producing dial tone

    Hello Experts,
    I have a Cisco 2921 router with VWIC3-2MFT-T1/E1 card. On this card we have T1-CAS digital line connected. We have been provided with a set of DID numbers. We have a requirement where, when we dial a DID, the router should provide a dial tone, and should allow the user to dial to extension numbers. Not sure if this is feasible. If at all possible, will need to some configuration help.
    Thanks
    Arabinda

    Sure it's possible. What's the T1 connected to? The router will offer two-stage dialing (aka dial tone) when the incoming POTS dial-peer does not have the 'direct-inward-dial' command on it. The router will accept any input and search for an outbound dial-peer (or ephone-dn for locally registered DNs) to match. Be careful if the T1 is connected to the PSTN as this is a toll fraud risk. You need to use CoR to reign in what outbound dial-peers are available to it.
    Dial Peer Basics:
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a008010ae1c.shtml
    Class of Restrictions:
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Hi when i send imessages it keeps showing up as my email address on the receiving device. I know its something simple! Help please.

    Hi when i send imessages it keeps showing up as my email address on the receiving device. I know its something simple! Help please.

    Hi Megamanfx,
    If you are having issues with the Sent From settings in iMessage on your iPhone, you may find the following article helpful:
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    Regards,
    - Brenden

  • Tiling wm with simple configuration?

    Hello, I like tiling window managers, but I don't the configurations syntaxes that xmonad, awesome etc uses, is there any who is as simple to configure as for example openbox?

    mentallaxative wrote:
    Roberth wrote:Anyway it's still complicated, as I mentioned, I need simple configuration not a simple window manager.
    You said it's too simple, and now you're saying it's still complicated? I don't quite follow you. Ratpoison is easy to configure since .ratpoisonrc is not written in any programming language you need to know in order to configure it. I have a feeling you won't really like anyone's recommendation, so I suggest you install everything that looks remotely simple to try it out yourself.
    Haha. I was going to say something similar. Openbox is configured in XML, isn't it? That's not exactly "simple" to me. But, hey, to each his own. Perhaps you might like 'awesome', which I think uses lua?

  • 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

  • Quick upload not configured Help

    Quick upload not configured Help Why and how do I configure? Host ?, username, password?

    I have exactly the same question, using almost the same system: MacBook Pro, OS X Mountain Lion (10.8.3).
    What to do? I cannot find an answer for how do I configure? Host, Username? Password?

  • SPA3102 configuration help

    Ok so for a bit of scenario background my setup is as follows:
    Phone line wall socket------> SPA3102(1)------>NetgearN300(1)---->NetgearN300(2)​---->SPA3102(2)------> analogue handset
    -Im experimenting locally with the intention of extending this sytem over a public satellite based internet link between the 2 netgear units however just for the purpose of testing the two netgears are connected via the network 192.168.1.0
    -The network between spa 1 and netgear 1 is 10.0.0.0
    -The network between spa 2 and netgear 2 is 20.0.0.0
    So with that said i am using the following configuration in spa 1:
    PSTN Line Tab Line Enable: YES
    NAT Mapping Enable: no
    NAT Keep Alive Enable: no Register: No
    Make Call Without Reg: Yes
    Ans Call Without Reg: Yes
    UserID: spaone
    VoIP-To-PSTN Gateway Enable: yes
    VoIP Caller Auth Method: none
    VoIP Default DP: 2
    VoIP Caller Default DP: none
    PSTN-To-VoIP Gateway Enable: yes
    PSTN Caller Auth Method: none
    PSTN Ring Thru Line 1: no
    PSTN Caller Default DP: 2
    Dial Plan 2: (S0<:[email protected]: 5061> )
    VoIP Answer Delay: 0
    PSTN Answer Delay: 2
    Line-In-Use Voltage: 12
    Line 1 Tab
    Enable IP Dialing: YES
    ...And this configuration in SPA2
    Line Enable: Yes
    NAT Mapping Enable: no
    NAT Keep Alive Enable: no
    Register: No
    Make Call Without Reg: Yes
    Ans Call Without Reg: Yes
    UserID: spatwo
    DialPlan: (S0<:[email protected]:5060> )
    Enable IP Dialing: YES
    On both routers I am also forwarding ports 5060-5061 and 16384-16492 to the corresponding SPA units.
    so.... i have had this configuration working with 2 SPA units on the same network but cant figure out where im going wrong here. Currently all i get is a beeping tone on the handset, no dial tone and what appears to be no connection.
    Any help would be great
    Ian

    Hi Ian,
    I am no expert with the Cisco SPA  3102, however my understanding with my NetComm V100 ATA or NetComm NB16WV (ATA device) is they both requires an active VoIP account from an Internet Telephony Service Provider (ITSP) , where they register with a SIP Server to be able to make VoIP calls.
    Do you know if the SPA 3102 require the same principle?
    I unsterstand that Linksys now owned by Belkin, which includes the SPA 3102, do you know who will now support Linksys, Cisco or  Belkin?

  • 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)

  • Help with a simple configuration to connect a pc and router

    Since I want to access to my openwrt router at my network's home I discovered I am forced to use OpenVPN. In fact the ISP which provides the internet connection doesn't allow his customers to be visible from the exterior (it is an Italian ISP named Fastweb).
    The pc with what I want to access my router from the exterior is connected to the internet with a public IP and I can open the doors I want. For this reason I want to install the openvpn server on that pc.
    What I would like to achieve is to see all the devices connected on the openwrt router (and the router itself) from the PC with the public IP.
    For example, access the router web interface by simply writing 192.168.1.1 on the pc with openvpn server of which the local address is 10.0.0.2.
    At the same time I would avoid to install the openvpn client on each device connected to the openwrt router. Is this possible? So reach the 192.168.1.3 pc from my openvpn server pc with 10.0.0.2 as local address, without installing openvpn client on the 192.168.1.3 pc.
    Is this kind of operation called "bridging"? I am pretty new with openvpn, so I came here to gently ask if you can suggest me some configurations for the openvpn server and client.
    What would happen if I restart the pc with the openvpn server? I mean does the router with openvpn client automatically reconnect as soon the openvpn server is again on?
    I think an image is better descriptive of what I want to build:
    Really thanks in advance.
    Last edited by Garret (2011-12-14 00:53:28)

    EDIT: AFAIK, the concept of "Server" and "Client" in OpenVPN only refers to which machine initiates the connection. It doesn't affect the resulting connection. That is entirely dependent on the configuration.
    Garret wrote:At the same time I would avoid to install the openvpn client on each device connected to the openwrt router. Is this possible? So reach the 192.168.1.3 pc from my openvpn server pc with 10.0.0.2 as local address, without installing openvpn client on the 192.168.1.3 pc.
    You only need the Client on one machine.
    Garret wrote:Is this kind of operation called "bridging"? I am pretty new with openvpn, so I came here to gently ask if you can suggest me some configurations for the openvpn server and client.
    If you setup a bridged VPN, the "OpenVPN Server" machine will get a second address within the 192.168.1.x network (for example, 192.168.1.20). It will use this address (via the VPN) to connect to the other hosts inside your network.
    If you setup a routed VPN, then both address ranges (192.168.1.x and 10.0.0.x) will "become visible" at both ends.
    If you only want the "OpenVPN Server" to be able to access your "home", then I would recommend a Bridged VPN.
    Garret wrote:What would happen if I restart the pc with the openvpn server? I mean does the router with openvpn client automatically reconnect as soon the openvpn server is again on?
    Yes.
    Last edited by fukawi2 (2011-12-13 22:38:58)

  • 857 Wireless configuration help

    Can someone help me with a wireless setup of an 857. I have done this in the past but can't remember the details. Basically I want very simple setup with WPA-PSK. The SDM interface is very confusing and I could do with the basic CLI for this.
    Thanks

    please see this link for the 857 initial configuration:
    http://www.cisco.com/en/US/products/hw/routers/ps380/products_installation_guide_chapter09186a0080471066.html
    this is a step-by-step for SDM and CLI basic configuration.

  • SBC DSL Configuration Help

    I have been using SBC DSL for a long time. Because of a service problem, SBC has replaced my modem with a newer model.
    The old modem (Speedstream 5260 was pretty simple. I connected it to the Airport Extreme Base Station (AEBS) and configured the AEBS to manage the PPPoE connection over the network.
    The new modem (Speedstream 4100) has a web based administration screen that requires you to enter the account name, password and a modem access code in ordere to establish a connection.
    Although I have the modem working when directly connected to the Ethernet port on my iMac G5, the connection is very slow and when connected to the AEBS I can't get a connection at all. I am thinking that I need to change the connection type and/or the configuration info. on the AEBS. It would seem to me that having the account name and password on both the modem and the AEBS would cause a conflict as they are both fighing to manage the connection.
    Can anyone give me some tips on hopw best to configure the AEBS. Are there any changes I need to make on the modem admin scrren (although I don't see anything that I can change.)
    When plugged in via Ethernet the Mac Network diagnostics says the connection is good. When the modem is connected to the AEBS and I try to connect via Airport the diagnostics says a connection cannot be established.
    Any help would be appreciated.
    Thanks,
    David

    Likely your new "modem" is actually performing the functions of both a router and modem. Try using the Airport Admin Utility to disable the router built into the Airport Base Station - under the Internet tab select to "Connect using ethernet" and under the Network tab uncheck the box to "Distribute IP addresses". Update settings to the Base Station, and restart your Mac.

  • Simple button help needed!

    I want to make a simple round button that glows when you
    mouse over it and depresses when you click it.
    Apparently to do this I need to use Filters to make the glow
    and bevels. But Filtersonly work on movie clips, buttons and text.
    So I make a circle and convert it into a button symbol
    (Btn1). Then I make another button symbol (Btn2) and use the first
    button symbol (Btn 1) on the Up Over and Down frames of Btn 2.
    Assorted Filters are applied to Btn 1 on the Up Over and Down
    frames to get the effects I want.
    I test the button (Btn2) using Enable Simple Buttons. It
    works perfectly - glows on mouse over and depresses on click. Then
    I try Test Movie -- and the button doesn't work!!!
    Not does it work when exported as a SWF file!!!
    I watched a tutorial video that came with my Flash Pro 8
    Hands-On-Training (HOT) book and he used pretty much the same
    technique -- except he only tested his button with Enable Simple
    Buttons. I'll bet my house his didn't work with Test Movie either!
    The stupid thing, is I was just able to achieve exactly what
    I wanted very quickly using LiveMotion 2!
    What is wrong here? Why is it so impossible to create a glow
    button in Flash? Why has it been easy in Live Motion for years?
    All help appreciated!
    Thanks
    craig

    I thought the nesting button situation might be the problem
    BUT there is no other way to apply Filters to Up, Down, etc. Also,
    a freaking tutorial book described that as a valid method, but
    obviously it ain't.
    I tried using movieclips as well but basically had the same
    problem.
    I mentioned LiveMotion 2 because that ancient program can do
    easily what Flash Pro 8 seems incapable of.
    What is the logic behind not allowing Filters to be applied
    to simple graphics? It's absurd!
    There's got to be a way...

Maybe you are looking for

  • Public Folder Migration from Exchange 2007 to Exchage 2007

    Dear All, We are having 2 exchange 2007 server in single copy cluster (SCR) with 1 branch exchange server in parent domain and another Ex2007 single copy cluster in child domain. We have deployed exchange 2013 SP1 in parent domain with ex2007 co-exis

  • Webview Job Scheduler Questions

    If you schedule a report to run in Webview - does the user have to be logged in to Webview for the report to run? Also - where do the reports actaully go? We are taking on a new business that wants some webview reports shceudled to run and dump to a

  • Anchor tag in txt file

    is there any way that i could include a link that has punctuation characters inside of an anchor tag of an externally loaded txt file. something like this <a href=' http://www.dailymotion.com/relevance/search/leah%2Bdizon/video/x18dj1_leah-dizon'>cli

  • Convert XML to JSON format

    Hi all, I need to do a POC on converting XML format to JSON format,i found that there is rest adapter which we can achieve this  , but i couldn't find the adapter in the list of adapters ,how to download this adapter from sap market place and also is

  • Refresh problem with dreamweaver cs5.5

    Hello,  I hope someone can help out soon with my problem. We currently have a great running site that is hosted OFFSITE. Our programmer built a new site which is the one having the refresh problems with.  It's hosted on an ON-SIGHT server . thank you