Cisco ASA 8.2, cant access internet,

Hi All,
Hope some one can help me.
I have spent the last two days trying to resolve this problem but had no luck.
When I configure the ASA5520 from scratch every thin works fine, I can access the internet and surf with out a problem. The problem is when I save the config and reload the ASA then i'm not able to access the internet.
the ASA is connected directly to a Business Grade Wireless broadband via PPOE, I have a outside network and an inside network.
I have pasted the fonfig below, have I done somthing wrong....?
ciscoasa# sh run
: Saved
ASA Version 8.2(5)
hostname ciscoasa
enable password Jv79779910k1fr encrypted
passwd 2K86079IdI.2KYOU encrypted
names
interface GigabitEthernet0/0
description CIS_Internet
nameif outside
security-level 0
pppoe client vpdn group Cis
ip address pppoe
interface GigabitEthernet0/1
shutdown
no nameif
no security-level
no ip address
interface GigabitEthernet0/2
shutdown
no nameif
no security-level
no ip address
interface GigabitEthernet0/3
description Internal_Local
nameif inside
security-level 100
ip address 10.10.10.1 255.255.255.252
interface Management0/0
shutdown
no nameif
no security-level
no ip address
ftp mode passive
same-security-traffic permit inter-interface
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 101 interface
nat (inside) 101 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 210.55.XX.XX 1
route inside 10.1.1.0 255.255.255.0 10.10.10.1 1
route inside 172.16.20.0 255.255.255.0 10.10.10.1 1
route inside 172.16.30.0 255.255.255.0 10.10.10.1 1
route inside 192.168.1.0 255.255.255.0 10.10.10.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 10.10.10.0 255.255.255.252 inside
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group Cis request dialout pppoe
vpdn group Cis localname [email protected]
vpdn group Cis ppp authentication chap
vpdn username [email protected] password *****
threat-detection basic-threat
threat-detection statistics
threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200
webvpn
anyconnect-essentials
username SystemUser password Khkx/sd/vu encrypted privilege 15
prompt hostname context
no call-home reporting anonymous
call-home
profile CiscoTAC-1
  no active
  destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
  destination address email [email protected]
  destination transport-method http
  subscribe-to-alert-group diagnostic
  subscribe-to-alert-group environment
  subscribe-to-alert-group inventory periodic monthly
  subscribe-to-alert-group configuration periodic monthly
  subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:992c963510d5f2724a1a2d
: end
ciscoasa#

Jouni
not able to receive email i am able to send but not receive.
can you please look at the config below and see if I have missed anything
ASA Version 8.2(5)
hostname ciscoasa
enable password Jv1hg0k1fr encrypted
passwd 2KFQnbNYOU encrypted
names
interface GigabitEthernet0/0
nameif outside
security-level 0
pppoe client vpdn group Cirrus_Internet
ip address pppoe setroute
interface GigabitEthernet0/1
shutdown
no nameif
no security-level
no ip address
interface GigabitEthernet0/2
shutdown
no nameif
no security-level
no ip address
interface GigabitEthernet0/3
nameif inside
security-level 100
ip address 10.10.10.1 255.255.255.0
interface Management0/0
shutdown
no nameif
no security-level
no ip address
boot system disk0:/asa825-k8.bin
ftp mode passive
object-group network Exchange_Server
access-list OUTSIDE-IN remark Allow SMTP
access-list OUTSIDE-IN extended permit tcp any interface outside eq smtp
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-714.bin
no asdm history enable
arp timeout 14400
global (outside) 101 interface
nat (inside) 101 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface smtp 192.168.1.205 smtp netmask 255.255.255.255
access-group OUTSIDE-IN in interface outside
route inside 10.1.1.0 255.255.255.0 10.10.10.1 1
route inside 172.16.20.0 255.255.255.0 10.10.10.1 1
route inside 172.16.30.0 255.255.255.0 10.10.10.1 1
route inside 192.168.1.0 255.255.255.0 10.10.10.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 10.10.10.0 255.255.255.0 inside
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn group Telstra_Internet request dialout pppoe
vpdn group Telstra_Internet localname [email protected]
vpdn group Cirrus_Internet ppp authentication chap
vpdn username [email protected] password *****
threat-detection basic-threat
threat-detection statistics host
threat-detection statistics port
threat-detection statistics protocol
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
username XXXXXX password Khkx/sd/vu encrypted privilege 15
class-map inspection_default
match default-inspection-traffic
policy-map type inspect dns preset_dns_map
parameters
  message-length maximum 512
policy-map global_policy
class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect netbios
  inspect rsh
  inspect rtsp
  inspect skinny
  inspect esmtp
  inspect sqlnet
  inspect sunrpc
  inspect tftp
  inspect sip
  inspect xdmcp
  inspect ip-options
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
call-home
profile CiscoTAC-1
  no active
  destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
  destination address email [email protected]
  destination transport-method http
  subscribe-to-alert-group diagnostic
  subscribe-to-alert-group environment
  subscribe-to-alert-group inventory periodic monthly
  subscribe-to-alert-group configuration periodic monthly
  subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:c68da9839bcbaa7205a4d7babdcc6eae
: end
ciscoasa(config)#

Similar Messages

  • HT2534 i cant access internet in iphone 4s if i click on safari it shows cellular data could not connect what should i do now

    i bought a new iphone i dont know how to operste it. i cant access internet too. what should i do now?.

    Hello mskanan
    Check out the article below to troubleshoot the issue of not being able to get on your cellular connection.
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Regards,
    -Norm G.

  • I cant access internet with new i pad 2 , i have a netgear dgn 1000 router any ideas

    i cant access internet with new ipad 2 ,i have a netgear dgn 1000 router any ideas.............

    More detail please. Assuming you knew how to set up the internet connection, have you tried resetting the iPad and/or rebooting the router?
    The User Guide is available at http://support.apple.com/manuals/ or downloadable from iTunes as an iBook.

  • Full bars, 3g connected, but cant access internet

    please help me, i'm using TELKOMSEL (indonesian) i have data plans, and it's 4gb, the thing is, as i said Full bars, 3g connected, but cant access internet, i tried to access google using safari, chrome, but still the same message, network not available, those things.... PLEASE HELP ME..

    It sounds like a poor data connection. I get the same thing when I try to use AT&T here in my house. It shows 4G and 3 bars but I get little to no data at all. If that is what is happening to you, you can try another carrier if there is one.
    Here, I can get LTE at my house and about 10-15Mbps on T-Mobile. Switching carriers can make the difference.

  • Remote user cant access internet

    Hello there,
    I have a problem with my remote vpn users. They cant acces internet after they establish vpn connection. I read about split tunnel and i think its right configured, but its not working.
    Please if you have the time take a look. I attached my asa 5505 configuration
    Best regards.

    your split-tunneling is configured correct, but the group-policy in which this configuration is done is not applied to the tunnel-group:
    tunnel-group monitoring_vpn_group general-attributes
      default-group-policy monitoring_vpn_policy
    Don't stop after you've improved your network! Improve the world by lending money to the working poor:
    http://www.kiva.org/invitedby/karsteni

  • App cant access internet

    scenario: generated app in app studio that access youtube
    I installed on lumia 535 windows phone 8.1 and its ok
    But when i installed(via link sent to me from app studio) the app in windows desktop 8.1 cant view the you tube video because cant access the internet
    ideas?

    Hi, omrfrq.  
    Thank you for visiting Apple Support Communities.  
    I understand that you are unable to connect to the internet after updating.  I am not sure if you are experiencing this issue while on Wi-Fi or via the cellular data network.  However, here are a couple troubleshooting articles that cover both scenarios.  
    If your iPhone, iPad, or iPod touch won’t connect to a Wi-Fi network
    iPhone cellular data connection issues
    -Jason H.  

  • I cant access internet through ma black berry curve.

    one weak back i bought ma new blackberry curve mobile. m new to it so m facing bit problem wth ma fone.can u please tell me how can i access internet. like other phones depends n GPRS so blackberry depends on which software. plz yar help me out of dis. thank u... 

    Under options>advanced>tci/ip punch in your carriers APN, make sure it is also showing edge or gprs on your network bar
    Twitter: @IAmBenGiey | Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.
    Try my apps:
    The Ultimate Currency Converter and T2G - BloGFeed

  • Cisco ASA 5505 - Basic Web Access

    Hello all,
    Not posted here in a while but thought you guys might be able to help me out with a little problem. Okay, I have a Cisco ASA5505 running the latest asdm and ios...
    [I]Cisco Adaptive Security Appliance Software Version 8.4(2)
    Device Manager Version 6.4(5)206[/I]
    I am trying to get basic web resolution and access but not having any luck. I just wanted to know if there is anything special that I needed to do with the ASA before I can do this. I've made a quick visio diagram of the network, see below:
    [URL=http://imageshack.us/photo/my-images/4/diag.png/][IMG]http://img4.imageshack.us/img4/94/diag.th.png[/IMG][/URL]
    The Vigor has a local subnet of 192.168.0.x/24 however there is also a "For routing use only" option. See below:
    [URL=http://imageshack.us/photo/my-images/717/diag2.png/][IMG]http://img717.imageshack.us/img717/9131/diag2.th.png[/IMG][/URL]
    I'm hopeful that by configuring the "For routing use ip address" as one of my allocation of public ip's, that it should work okay. I can actually ping by IP and name from the interface of the ASA but can't do that or browse to websites from clients which have their default gateway set to 192.168.0.252.
    I was under the assumption web browsing should work out of the box almost as it's treated as an outgoing connection. Here is my config for you to look at:
    (note, I've tried to set the route outside to the local ip of the draytek and also the "For routing usage only" IP address)
    ASA Version 8.4(2)
    hostname gilwoodasa
    domain-name gilwood.local
    enable password 9PvFytIZ2Vpy8Gon encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.0.252 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 82.70.231.xx 255.255.255.248
    interface Vlan5
    no nameif
    security-level 50
    ip address dhcp
    boot system disk0:/asa842-k8.bin
    ftp mode passive
    dns domain-lookup inside
    dns domain-lookup outside
    dns server-group DefaultDNS
    name-server 208.67.222.222
    name-server 192.168.0.3
    domain-name xxxxxxxxx
    object-group network obj_any
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any inside
    icmp permit any outside
    asdm image disk0:/asdm-645-206.bin
    no asdm history enable
    arp timeout 14400
    nat (inside,outside) after-auto source dynamic any interface
    route outside 0.0.0.0 0.0.0.0 82.70.231.49 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    user-identity default-domain LOCAL
    http server enable
    http 192.168.1.0 255.255.255.0 inside
    http 192.168.0.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    telnet timeout 5
    ssh 192.168.0.0 255.255.255.0 inside
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    ssl encryption 3des-sha1 des-sha1 rc4-md5 aes128-sha1 aes256-sha1
    webvpn
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    no call-home reporting anonymous
    call-home
    profile CiscoTAC-1
      no active
      destination address http [url]https://tools.cisco.com/its/service/oddce/services/DDCEService[/url]
      destination address email [email][email protected][/email]
      destination transport-method http
      subscribe-to-alert-group diagnostic
      subscribe-to-alert-group environment
      subscribe-to-alert-group inventory periodic monthly
      subscribe-to-alert-group configuration periodic monthly
      subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:4c06870d7d65d349cb63bd8044d61b35
    : end
    So, if you're still reading this - all I am after is a way to get basic web browsing working. Here are the logs which show the attempted web access...
    [URL=http://imageshack.us/photo/my-images/338/logsi.png/][IMG]http://img338.imageshack.us/img338/671/logsi.th.png[/IMG][/URL]
    Big thank you in advance!

    Hey, thanks for the reply. I have tried the suggestion but to no avail. I can ping google from the outside interface but can't ping it from anything on the inside. This does tend to point towards a NAT issue. Hopefully someone has another suggestion?
    Here are the results from the ASA console when trying to ping from both the inside and outside interface. The successful ones re from the outside.
    http://imageshack.us/photo/my-images/209/pingbf.png/
    Thanks again! Complete config now is as follows:
    ASA Version 8.4(2)
    hostname xxxxx
    domain-name xxxx
    enable password 9PvFytIZ2Vpy8Gon encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.0.252 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 82.70.231.xx 255.255.255.248
    interface Vlan5
    no nameif
    security-level 50
    ip address dhcp
    boot system disk0:/asa842-k8.bin
    ftp mode passive
    dns domain-lookup inside
    dns domain-lookup outside
    dns server-group DefaultDNS
    name-server 208.67.222.222
    name-server 192.168.0.3
    domain-name gilwood.local
    object network obj_any
    subnet 0.0.0.0 0.0.0.0
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any inside
    icmp permit any outside
    asdm image disk0:/asdm-645-206.bin
    no asdm history enable
    arp timeout 14400
    object network obj_any
    nat (inside,outside) dynamic interface
    nat (inside,outside) after-auto source dynamic any interface
    route outside 0.0.0.0 0.0.0.0 82.70.231.49 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    user-identity default-domain LOCAL
    http server enable
    http 192.168.1.0 255.255.255.0 inside
    http 192.168.0.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    telnet timeout 5
    ssh 192.168.0.0 255.255.255.0 inside
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    ssl encryption 3des-sha1 des-sha1 rc4-md5 aes128-sha1 aes256-sha1
    webvpn
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    no call-home reporting anonymous
    call-home
    profile CiscoTAC-1
      no active
      destination address http https://tools.cisco.com/its/service/oddce/services/DD                                                                                                  CEService
      destination address email [email protected]
      destination transport-method http
      subscribe-to-alert-group diagnostic
      subscribe-to-alert-group environment
      subscribe-to-alert-group inventory periodic monthly
      subscribe-to-alert-group configuration periodic monthly
      subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:5caa6e14d9c76e0858b055316071710f
    : end

  • Read FAQs and still cant access internet

    im working with a WRT54GR and i cant seem to connect to the internet anymore
    i set up my router last night and everything was working fine
    i downloaded and installed a few windows updates on my computer .. i took a personal phone call and when i got back to my laptop i couldnt connect to the internet anymore
    now im recieving a strong signal from my router ..
    .. my wireless client is telling me ive got a smooth connection not only to my router but to my internet as well .. and i still cant connect to the internet
    .. i have read the FAQs and followed every instruction and still i have no connection .. according to the FAQs it should work .. but it doesnt
    i just got done lowering the RTS threshold hoping that would fix my problems .. but still no
    what do i do?
    please helpMessage Edited by Pointblank510 on 11-12-200605:58 PM

    ... seems like it
    "Pinging webgod.linksys.com [66.161.11.20]with 32 bytes of data:
    Reply from 66.161.11.20: bytes=32 time=37ms TTL=42
    Reply from 66.161.11.20: bytes=32 time=37ms TTL=42
    Reply from 66.161.11.20: bytes=32 time=37ms TTL=42
    Reply from 66.161.11.20: bytes=32 time=37ms TTL=42
    Ping statistics for 66.161.11.20:
    Packets: Sent = 4, Recieved = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 24ms, Maximum = 37ms, Average = 27ms"

  • Third Party/Android Apps Cant access Internet when connected through Data Network

    hi..
    when i try to access features of third party/android app though data network it shows no internet connection but when connected to wifi, it works properly.
    issue is with only third party/android apps not with apps downloaded from bb world
    urgent update req in this matter

    Tidbits i Wonder if the FCC got things cleared up with the 700 or 800 Blocks that Law Enforcement was supposed to get i know when i sold my scanner it was gearing up to be cluster.. because who was getting what an where..i know when i listen to it some now it's way different than it was on Analog.. I miss also listening to the Railroad and hearing the Amtrak Engineers when they're coming threw here..
    This post was of off topic a bit please excuse and to move back on the thread thanks Tidbits for sharing your Info!  To add it's fun to use the good stuff but good stuff no matter what & were has that little price tag to go with it.. b

  • IMac and XP machine, if both switched on cant access internet.

    If I switch on my XP PC, and connect to internet through a router, through to cable modem everything ok.
    if I then switch on my iMac I cannot connect to the internet, getthe normal "cant connect to network"
    The vice versa happens if the iMac is switched on 1st, ie the PC then cant connect.
    Can anyone help? Its a Linksys router, everything works as normal, so it cant be that,
    cheers

    Interesting. First, turn off the router (probably unplug it). Start up one of the computers and go online. Immediately go into the network configuration and check out what IP it has received. Then start the other and try going online. Maybe restarting the router has solved the problem. If not, check out what IP that computer has received. If they aren't the same then I'm flummoxed. If they are, on the Mac, try clicking on the renew DHCP Lease button and see if you can get a different IP.

  • During VPN connection cant access internet locally.

    When I log into VPN all internet access locally apart from the VPN tunnel stops....no safari or mail.
    Any ideas on how to address this...
    Anything.

    Wow... 5 minutes. And I thought the 30 to 45 seconds I always have are long...
    Glad to hear that I could be of help and maybe also in reducing the coffee/tea/cigarettes consumption
    Stefan

  • Airport sees network but cant access internet

    One of the solution which worked for me.
    Instead of using WEP security inside my modem, I used WPA string.
    Then I was able to connect to internet from my Macbook pro using netcomm NB5Plus4W modem.

    Wireless internet connectivity

  • Cant access internet with 3g(n900)

    hi guys,i got a replacement n900 and sent my setting to the device(three network) but it wont access the web,it does connect cos i see the two little arrows appear for connection,strangely my previous n900 worked fine,allso it works fine with wlan, any ideas, cheers

    yeah it all works fine with my three sim,my previous n900 had a fault so i got it replaced but my new one wont access the web allthough the connection symbol comes up on screen to show im connected,i have allso sent the settings three times to the device but it just wont load a web page,wifi is not a prob,so im guessing this is just down to access point settings somehow,my three branded e71 wont allow me to look at the settings either,this is strange.

  • Cant access internet on desktop computer

    My laptop works but when i try and connect to the internet on my desktop computer it says that the user name and password is wrong. Someone please help me. By the way i have windows 98 on the desktop compter. I have the wireless WRT54G router

    It sounds as though you have 98 configured as a PPOe connection. Try creating a new connection for your desktop. Use Automatic settings for connection rather than PPOe. This may help. You may have to BIND TCIP to the network adapter rather than DIALUP. WIN 98 is tricky because you have to know how to get to the bindings. Are you trying to connect via wired connection to the ports on the router, or is it wireless you are using on the desktop. Windows 98 is not very good for this. You might want to consider upgrading to XP, obviously VISTA would be too much for this computer you are using. Good luck.

Maybe you are looking for

  • Boot Camp bug with new Mac Mini?

    OK, so I have used Boot Camp now for years, on a variety of Mac platforms, and I have always been able to set it up and run Windows, including Windows 7 64 bit.  That is, until I purchased my new Mac Mini i7 (non server version) with the WD 750GB int

  • Runtime.exec()  in Java not working in Oracle 10 Application Server

    Hi , I am trying to call a .exe file which is in the Web Application folder . I am Using Process p = Runtime.exec("path to .exe file ") This code is working fine when used with JBOSS , but not working with Oracle Application server . Please tell me w

  • Web connect and auto execute websites

    Starting this week, when i clikc on a link, I get the link and a second link is executed and displayed. The secon link is an advertisement link for Instant Checkmate. How do I stop this? Also, starting this week, articles have highlights with double

  • Variable length column to fixed length column

    Hi, Iam new to oracle. Below is the query in which column1 will be displayed as a fixed length column of 16 characters. SELECT char(column1,16), column2 from table Please let me know if there is any command in oracle to get a single field as a fixed

  • Anyone Using Tweenlite?

    Hi, I've been using flash to build small websites and banners, mostly simple stuff, and I've been using tweenlite for my tweening.  What is the general opinion about tweenlite?  Is it a good idea to use it?  I find that it works for what I try to do,