AE access over internet from PC

is it possible to access a hard drive connected to an Airport Extreme over the internet??
if so, how? I know i can access it over Internet from a Mac

Do you have a WiFi Router for the Internet on your PC ? If so set up WLAN Access Point on your Nokia N8. Refer Pg. No. 100 /101 of the User_Guide ...

Similar Messages

  • UNABLE TO ACCESS THE INTERNET FROM LOCAL PROVIDER ON A SITE-TO-SITE VPN CONNECTION

    Dear All,
    I have a site-to-site connection  from point A to point B. From point B i am unable to access the internet from local internet provider.
    I am trying to ping from 192.168.20.1 the dns 8.8.8.8   but i receive the  message "destination net unreachable".
    When i run "show ip nat translation" i receive nothing.
    The vpn connection is working properly, i can ping the other side 192.168.10/24
    Below is the configuration of the cisco router on point B.
    dot11 syslog
    ip source-route
    no ip dhcp use vrf connected
    ip dhcp excluded-address 192.168.21.254
    ip dhcp pool voice
     network 192.168.21.0 255.255.255.0
     default-router 192.168.21.254 
     option 150 ip 192.168.5.10 
    ip cef
    ip domain name neocleous.ru
    ip inspect name IOS_FIREWALL tcp
    ip inspect name IOS_FIREWALL udp
    ip inspect name IOS_FIREWALL icmp
    ip inspect name IOS_FIREWALL h323
    ip inspect name IOS_FIREWALL http
    ip inspect name IOS_FIREWALL https
    ip inspect name IOS_FIREWALL skinny
    ip inspect name IOS_FIREWALL sip
    no ipv6 cef
    multilink bundle-name authenticated
    vty-async
    isdn switch-type primary-net5
    redundancy
    crypto isakmp policy 5
     hash md5
     authentication pre-share
     group 2
    crypto isakmp policy 10
     encr aes
     authentication pre-share
     group 2
     lifetime 28800
    crypto isakmp policy 50
     encr 3des
     hash md5
     authentication pre-share
     group 2
    crypto isakmp key Pb85heuvMde9Wdac5Qohha7lziIf142u address [ip address]
    crypto isakmp invalid-spi-recovery
    crypto isakmp keepalive 10
    crypto ipsec transform-set TRANSET esp-aes esp-sha-hmac 
    crypto ipsec transform-set TRANSET2 esp-des esp-md5-hmac 
    crypto ipsec df-bit clear
    crypto map CryptoMAP1 ipsec-isakmp 
     set peer [ip address]
     set transform-set TRANSET 
     match address CryptoACL
    interface FastEthernet0/0
     description Primary Provider
     ip address [PUBLIC IP MAIN PROVIDER] 255.255.255.252
     ip access-group outside_acl in
     ip mtu 1390
     ip nat outside
     ip virtual-reassembly in
     load-interval 30
     duplex auto
     speed auto
     crypto map CryptoCY
     crypto ipsec df-bit clear
    interface FastEthernet0/1
     description TO LAN
     no ip address
     load-interval 30
     speed 100
     full-duplex
    interface FastEthernet0/1.1
     description DATA VLAN
     encapsulation dot1Q 20
     ip address 192.168.20.254 255.255.255.0
     ip access-group inside_acl in
     ip nat inside
     ip inspect IOS_FIREWALL in
     ip virtual-reassembly in
     ip tcp adjust-mss 1379
    interface FastEthernet0/1.2
     description VOICE VLAN
     encapsulation dot1Q 21
     ip address 192.168.21.254 255.255.255.0
    interface Serial0/2/0:15
     no ip address
     encapsulation hdlc
     isdn switch-type primary-net5
     isdn incoming-voice voice
     no cdp enable
    interface FastEthernet0/3/0
     no ip address
     ip access-group outside_acl in
     ip nat outside
     ip virtual-reassembly in
     shutdown
     duplex auto
     speed auto
     crypto map CryptoCY
    ip local pool VPNPool 192.168.23.2 192.168.23.10
    ip forward-protocol nd
    ip http server
    no ip http secure-server
    ip nat inside source list nat_list interface FastEthernet0/3/0 overload
    ip route 0.0.0.0 0.0.0.0 [default gateway ip]
    ip access-list standard VTY
      permit 192.168.20.0 0.0.0.255
    ip access-list extended CryptoACL
     permit ip 192.168.20.0 0.0.0.255 192.168.3.0 0.0.0.255
     permit ip 192.168.21.0 0.0.0.255 192.168.5.0 0.0.0.255
     permit ip 192.168.21.0 0.0.0.255 192.168.6.0 0.0.0.255
     permit ip 192.168.21.0 0.0.0.255 192.168.12.0 0.0.0.255
     permit ip 192.168.21.0 0.0.0.255 192.168.2.0 0.0.0.255
     permit ip 192.168.20.0 0.0.0.255 192.168.10.0 0.0.0.255
     permit ip host 192.168.22.1 192.168.5.0 0.0.0.255
     permit ip host 192.168.20.1 192.168.5.0 0.0.0.255
     permit ip host 192.168.22.1 192.168.6.0 0.0.0.255
    ip access-list extended DFBIT_acl
     permit tcp any any
    ip access-list extended inside_acl
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.35
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.39
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.23
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.18
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.55
     permit ip 192.168.20.0 0.0.0.255 host 192.168.10.144
     permit ip 192.168.20.0 0.0.0.255 host 192.168.10.146
     permit ip 192.168.20.0 0.0.0.255 host 192.168.10.141
     permit ip host 192.168.20.253 host 192.168.3.21
     permit ip host 192.168.20.254 host 192.168.3.21
     permit ip 192.168.20.0 0.0.0.255 host 192.168.3.10
     permit ip 192.168.20.0 0.0.0.255 host 192.168.20.254
    ip access-list extended nat_list
     deny   ip host 192.168.20.254 192.168.10.0 0.0.0.255
     deny   ip host 192.168.20.254 192.168.3.0 0.0.0.255
     deny   ip host 192.168.20.1 192.168.3.0 0.0.0.255
     deny   ip host 192.168.20.1 192.168.10.0 0.0.0.255
     deny   ip host 192.168.20.2 192.168.3.0 0.0.0.255
     deny   ip host 192.168.20.2 192.168.10.0 0.0.0.255
     permit ip host 192.168.20.1 any
     permit ip host 192.168.20.2 any
     permit ip host 192.168.20.254 any
    ip access-list extended outside_acl
     permit gre any host [ip address]
     permit esp any host [ip address]
     deny   ip any any
    ip sla 2
     icmp-echo 192.168.10.254 source-interface FastEthernet0/1.1
     frequency 180
     timeout 500
    ip sla schedule 2 life forever start-time now
    logging 192.168.3.21
    route-map DFBIT_routemap permit 10
     match ip address DFBIT_acl
     set ip df 0
    route-map ISP2 permit 10
     match ip address nat_list
     match interface FastEthernet0/3/0
    route-map nonat permit 10
     match ip address nonat_acl
    route-map ISP1 permit 10
     match ip address nat_list
     match interface FastEthernet0/0

    You cannot access internet, because all traffic is tunneled for VPN !!!!
    Please see cisco tech documentation and bypass traffic for internet.
    eg.  if lan traffic is going from site a to site b  then through vpn
          else
           lan traffic to internet (any) should be out thorugh the vpn .

  • Is there a way to connect to my Time Capsule over internet from an iPad

    Hi,
    Could anybody please help me configure how to connect to my Time Capsule 3TB over internet from my iPad.
    I would like to use it as Cloud station over internet.
    I was able to connect from my Mac on both "over internet and from my local network" using "Back to My Mac"
    I was able to conncet also from my iPad from my local network.
    I bought some file browser Apps which enable iPad to connect as "afp, smb" but I could'nt manage to make it work?
    I made all the setting required: Enabling NAT Port Mapping, File Sharing, Sharing Disk over WAN, but without success?!
    Shouldn't Apple includes and supports iPad to make such connection like "Back to My Mac" protocol.
    I believe that Time Capsule is a great product, but I think Apple should consider more of software compatibilities.
    Thanks,,

    Thanks Bob,
    I already tried FileBrowser and I did all the steps as per the instruction on their webpage, but alwasy give error message.
    Could it be that "smb" protocol blocked by my internet provider.
    I am connecting to internet using DHCP.
    Many thanks

  • Does iTunes use Internet Explorer to access the internet from a PC with Windows Vista?

    Does iTunes use Internet Explorer to access the internet from a PC with Windows Vista?

    Are you using Windows XP or Windows Vista?
    Did you remove iTunes and the other Apple software also, and then reinstall iTunes.
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    Did you try to put the iPhone into recovery mode?

  • Accesseing the internet from my Nokia 6600 on my P...

    I have still not been able to access the Internet from my Nokia 6600 to my PC. I have tried using bluettoth to no avail. Can someone help me. If you have accessed your internet from your Nokia 6600 to your PC please tell me how to do this
    I will truly appriciate it.
    Moderator note: e-mail address remived, it is unwise to publish personal contact info on the web.
    Message Edited by michaels on 01-Oct-2008 03:19 PM

    I ain't got a Nokia 6600 but all models of Nokia with modem works the same way. I don't advice using bluetooth for connection is rather erratic; use cable. Make sure all configurations of phone from providers are configured like data access points. I presumed you have loaded succesfully pcsuites, in the same way the modem drivers. You can check it in your pc/laptop devices config.
    Configure your browser to connect by dial-up connection(tel no. & sometimes user/password from provider), select the Nokia modem(sometimes better to disable temporarily the built-in modem of PC/Laptop if it exist), you'll be connecting by gprs & there is tariff per minute connections more expensive than landline by modem of PC/laptop.
    Knowledge not shared is knowledge wasted!
    If you find it helpfull, it's not hard to click the STAR..

  • WRT54 G2 Router Can't be accessed over internet

    Hi ALL
    I am trying to access my WRT54 G2 router using IP address assigned by ISP. But i can't access it. Which means I can access it in my officenetwork using http://192.168.1.1 but can't access from out of the network over internet using ip assigned to it by ISP like http://59.10.28.82
    Can some one help why? or what setting do i need to change?
    Message Edited by VJV on 20-01-2010 02:46 AM

    Check this link to enable Remote Management on the router and to manage your router remotely.

  • How to make Firefox access the internet from Oracle Ent. Unbreakable Linux?

    Hello
    I have a Dell Duo Core x86 laptop that multiboots Windows 2003 Server, Windows XP and Oracle Enterprise Unbreakable Linux. I use Internet Explorer to
    access my email while at the library so I know my laptop can access the internet. I just installed the Oracle Enterprise Unbreakable Linux in text mode and
    I can still access the Internet but only if I use one of the Windows operating systems which is why I am keeping them for now. The reason is because when I
    use Oracle Enterprise Unbreakable Linux, when I select Firefox to access the internet I get these messages:
    "Server not found
    Firefox can't find server at www.hotmail.com
    -check address for typing errors
    -if unable to load pages check network connection
    -if computer or network protected by firewall make sure Firefox permitted to access
    web"
    None of those reasons are true for not gaining access to the internet. I want to use Oracle Enterprise Unbreakable Linux from now which is why I installed
    but I need to know:
    1) Why do I get the "Server not found" and the other error messages when I try to access the internet using Firefox and what do I have to do to make Firefox
    access the internet successfully?

    Hi,
    First you must confirm your laptop with Oracle Enterprise Unbreakable Linux can access internet.
    Please open a terminal, input the following command
    1.ifconfig
    2.cat /etc/resolv.conf
    Regards
    Jason

  • I can't access the internet from my home wi-fi.  It works on other wi-fi, and my wi fi is working on my h ome computer.  I keep getting a message that says it can't access the server

    I can't access the internet using my home wi-fi. My wi-fi is working on my home computer, and the itouch can access the internet at another person's home using their wi-fi.  I've looked in the settings, and can't seem to see any differences.....i'm a techno dummy - so please respond in very basic info

    Before resetting try restarting.  Or you can go to Settings from the home screen > Wi-Fi > your network and scroll down to 'Renew Lease' and press that.  When you do you should see a button labeled 'Renew Lease?' and another labeled 'Cancel'.  Select 'Renew Lease'.
    You can either back out of that screen back to the home screen or just use the return button to go back to the home screen.  Then select Safari and see if you can hook in.
    I have to go through that process every five or ten minutes or so when in the second story of our house - weak router signal up there.

  • Database access over INTERNET

    I have a database on a machine on the INTERNET (say MAC1).
    I also have a LAN setup, wherein we access the internet via a proxy server.
    I can ping MAC1 from the proxy server on my LAN but as I cannot ping MAC1 from any other machine in the LAN, and hence I am unable to create Net8 connection, and hence could not connect to the server.
    Looking for a way around.
    Advice..................

    The most obvious solution is open a port in the firewall, by default, that is 1521.
    Have you considered using a VPN or SSH tunnel? (If your server is *NIX based.)                                                                                                                                                                                                                                                                                                                                           

  • Network Two Macs, access the internet from both.

    Frustration.
    I have a Mac Pro, and an older Power Mac G4. I had them networked in such a way as both could access the internet. The G4's access stopped working because I had a power outage, and had to restart everything. I am guessing this has something to do the cable modems MAC address.
    At any rate: Here is what I have. A LinkSYS Cable Modem, A Netgear Switch (8 Ports) and the 2 computers. Both computers are connected to the switch. The cable modem is in port 1, the MacPro port 2, The G4 Port 3. The MacPro, does connect to the Internet. The G4 does not. I had this working before. It worked wonderfully. But I think after restarting everything, and somehow not getting the sequence right or something, I cannot get it back to working. I don't want a router. As it slows down my 16MB per sec net connection, and ruins the ping rate for gaming.
    Any input, light you can shed on this situation is of course greatly appreciated. Merry Christmas!

    Austinscott wrote:
    Frustration.
    I have a Mac Pro, and an older Power Mac G4. I had them networked in such a way as both could access the internet. The G4's access stopped working because I had a power outage, and had to restart everything. I am guessing this has something to do the cable modems MAC address.
    Nope. The MAC address does not change. The IP address might change.
    At any rate: Here is what I have. A LinkSYS Cable Modem,
    what model cable modem?
    A Netgear Switch (8 Ports) and the 2 computers. Both computers are connected to the switch. The cable modem is in port 1, the MacPro port 2, The G4 Port 3. The MacPro, does connect to the Internet. The G4 does not. I had this working before. It worked wonderfully. But I think after restarting everything, and somehow not getting the sequence right or something, I cannot get it back to working. I don't want a router.
    I suspect that you have a router, built into the cable modem. Virtually all Linksys cable modems have a router built into them. In addition, unless you have arranged to have two Internet connections from your cableco, you must have a router to have two devices connected to the Internet. If you have a router you can have multiple devices on one connection. If you don't, you can have only one. You may have turned off the router functions on your modem. What is the IP address showing on your Mac Pro? If it is something in the 192.168.x.y range, where 'x' is a number from 0 to 255 and 'y' is a number from 1 to 254, or in the 172.z.x.y range where 'z' is a number from 16 to 31, or in the 10.x.x.y range, then you probably have a private network which means that you have a router built into that modem and its router functions are turned on. If your IP is a different number you probably either don't have a router built in (unlikely) or its router functions are off (very likely).
    If your have a private network and your G4 is not connecting, you need to determine what the IP is on the G4. If it is 0.0.0.0, then you have a damaged network card and need to replace it. If it is 169.254.x.y then your G4 is not seeing the router for some reason, likely because the router functions on your modem are off. If it is something else we need to know what it is.
    As it slows down my 16MB per sec net connection, and ruins the ping rate for gaming.
    Any input, light you can shed on this situation is of course greatly appreciated. Merry Christmas!

  • Access the internet from my laptop

    This may be a silly question but I have not had this type of phone before and before I do away with my home internet I need to know how this is going to work.....
    Can you access the internet if connected to the phone via your laptop or do you have to have a hotspot in order to have internet access? 

    do your research BEFORE you cancel your online service. the above post is correct. you can't be on the phone while it is being used as a hot spot. and you have to have the additional subscription service to use it as a hot spot. it's at least $20 (i thought it was $30) per month....on top of your data plan.

  • Secured media access over Internet on ix2-dl

    I have been very happy with accessing my media off my ix2-dl over LAN with moy mobile devices, and I noticed that the Media Server functionality does allow for remote Internet access to my media. I'm trying to understand whether or not that is secured, i.e. if a username and password is required and if it's going over SSL. In looking at the cloud configuration settings, the language suggests media is wide open to anyone on the Internet, which would be crazy to allow.
    So is remote Media Server access possible, secured with login and optionally SSL? My end goal would be to stream my medica to my mobile devices while away from home, using hotel WiFi or my mobile hotspot.

    Hello hizpanick
    At this time there are no plans to add secured media streams for the intergrated media server feature.  That of course is not set in stone.  If you would like, you could contact LenovoEMC Support and submit a feature request that would be sent to engineering for consideration.
    LenovoEMC Contact Information is region specific. Please select the correct link then access the Contact Us at the top right:
    US and Canada: https://lenovo-na-en.custhelp.com/
    Latin America and Mexico: https://lenovo-la-es.custhelp.com/
    EU: https://lenovo-eu-en.custhelp.com/
    India/Asia Pacific: https://lenovo-ap-en.custhelp.com/
    http://support.lenovoemc.com/

  • Native (Not Web) Calendar Access over Internet  / SSL

    Hi,
    Is this possible? Our company uses OCS and we have an SSL VPN. I can access the web client for outlook anywhere via HTTPS/SSL access. However to use the native calendar client or Outlook Connector - it appears I need to be on our LAN. Do you know if it is possible to access the client directly over the internet?
    Classic example is obviously syncing a PDA. It expects the calendar to be available. When I sync my PDA to my notebook on the go this isn't possible.
    Comments appreciated.
    Thanks,

    Sorry if this question sounds dumb - but I have tried to research it as much as possible. To add some detail to this:
    MS Outlook can connect to Exchange/Active Directory server over RPC port 135 over the internet - no problem. Due to viruses (Microsoft - need I say more?), many places have blocked this port and effectively shut down hosted solutions on Exchange.
    So my question here is does OCS have any such limitation? Or can I run the native client (Or MS Outlook with the Oracle Connector) in confidence over the internet without worrying about issues like the one above affecting MS Exchange?
    Thanks in advance.

  • JDBC with Microsoft Access over Internet.

    Hi !
    I need to access MS Access database over the internet using my swing application. I do not want a web interface for my application and would not like to involve in developing sopme sort of a middleware.
    Can some body please provide an insight as to how this can be achieved.
    Thanking in advance.

    Hi !
    I need to access MS Access database over the internet
    using my swing application. I do not want a web
    interface for my application and would not like to
    involve in developing sopme sort of a middleware.
    Can some body please provide an insight as to how
    this can be achieved.
    Thanking in advance.It can't be done.
    %

  • Why can my macbook only access the internet from certain wireless sources?

    I have tried connecting to the internet at my friends houses with my macbook but even though I can join the network, the internet itself doesn't work. Is there a reason for this? I've even tried to connect to the internet through a wireless network that my friend was accessing with no problem, from his macbook.

    Possible reasons for being unable to connect to a strange network:
    - Wrong proxy information
    - Wrong network password
    - Your friends router has "MAC address filtering" turned on.
    You might find you can connect by creating a new location like this:
    System Preferences > Network
    Select the AirPort from the left hand side
    Click on the Locations combo box and select Edit Locations...
    Click on + to add a new location, give it a memorable name
    Select the AirPort tab and enter your network name
    Select TCP/IP tab. 
    Configure IPv4 Using DHCP
    Now click on Renew DHCP Lease.  After a few seconds you should get an IP address (probably 192.168.x.x)
    Click on Proxies tab.
    Select Auto Proxy Discovery and Use Passive FTP
    Click on OK and Apply, etc.

Maybe you are looking for