Pinging and local IP

I have two computers connected through a WRT300N wireless router.  Both computers can access the internet, and can share files with one another, but I was unable to use Remote Desktop to access one computer from the other.  To check that I was using the correct IP address, I tried to ping the target computer, both using the computer name and the IP address obtained from IPCONFIG.  The computer didn't respond.  I pinged the router, using the default address, and it did respond.  However, my internet connection is set up with automatic IP address assignment, and the address shown on the STATUS page of the router access screen is different from the default address.
1) Shouldn't I be able to ping computers on my network?
2) Do I need to change the router address to agree with the one assigned by my ISP?  And if I do, will this change propagate to the computers as well?
3) If I want to connect with a computer outside my network, what IP address do I use?

1. Your router has two IP addresses: the public IP address on the internet port which is assigned by your ISP. This is the address you see on the status tab of the router. This should be the same address as the one you see from the internet, e.g. on http://www.showmyip.com/
2. The second address is the LAN IP address. Linksys uses as default 192.168.1.1. This is the address which the router has on your LAN side and this address is only accessible from the LAN side and not from the internet.
3. Thus you don't have to change any IP address on the router. The router always needs two. That's what makes it a router because it routes traffic between two IP networks on two sides.
4. If you cannot ping the other computer on its private IP address inside your LAN, e.g. "ping 192.168.1.100" does not work, you'll have to fix that. You have already found ipconfig. Make sure the IP address is correct. All IP addresses of all computers inside your LAN have addresses 192.168.1.*. They should never have an address outside this range. If you cannot ping the computer it has probably a firewall enabled blocking the traffic.
5. If you want to connect to a computer outside of your network you'll have to use whatever IP address that computer has. It is usually easier to use the hostname if it has one.

Similar Messages

  • Cisco ASA 5505 Cannot ping local traffic and local hosts cannot get out

    I have, what I believe to be, a simple issue - I must be missing something.
    Site to Site VPN with Cisco ASA's. VPN is up, and remote hosts can ping the inside int of ASA (10.51.253.209).
    There is a PC (10.51.253.210) plugged into e0/1.
    I know the PC is configured correctly with Windows firewall tuned off.
    The PC cannot get to the ouside world, and the ASA cannot ping 10.51.253.210.
    I have seen this before, and I deleted VLAN 1, recreated it, and I could ping the local host without issue.
    Basically, the VPN is up and running but PC 10.51.253.210 cannot get out.
    Any ideas? Sanitized Config is below. Thanks !
    ASA Version 7.2(4)
    hostname *****
    domain-name *****
    enable password N7FecZuSHJlVZC2P encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Vlan1
    nameif Inside
    security-level 100
    ip address 10.51.253.209 255.255.255.248
    interface Vlan2
    nameif Outside
    security-level 0
    ip address ***** 255.255.255.248
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    shutdown
    interface Ethernet0/3
    shutdown
    interface Ethernet0/4
    shutdown
    interface Ethernet0/5
    shutdown
    interface Ethernet0/6
    shutdown
    interface Ethernet0/7
    shutdown
    ftp mode passive
    dns server-group DefaultDNS
    domain-name *****
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 10.1.7.0 255.255.255.0
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.1.10.250
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.1.3.200
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.1.3.9
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.14
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.15
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.16
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 10.1.9.0 255.255.255.0
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 10.10.9.0 255.255.255.0
    access-list No_NAT extended permit ip 10.51.253.208 255.255.255.248 ***** 255.255.255.240
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 10.1.7.0 255.255.255.0
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.1.10.250
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.1.3.200
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.1.3.9
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.14
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.15
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 host 10.10.10.16
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 10.1.9.0 255.255.255.0
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 10.10.9.0 255.255.255.0
    access-list Outside_VPN extended permit ip 10.51.253.208 255.255.255.248 ***** 255.255.255.240
    pager lines 24
    mtu Outside 1500
    mtu Inside
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any Outside
    no asdm history enable
    arp timeout 14400
    global (Outside) 1 interface
    nat (Inside) 0 access-list No_NAT
    route Outside 0.0.0.0 0.0.0.0 ***** 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
    aaa authentication enable console LOCAL
    aaa authentication serial console LOCAL
    aaa authentication ssh console LOCAL
    http server enable
    no snmp-server location
    no snmp-server contact
    snmp-server community *****
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set DPS_Set esp-3des esp-md5-hmac
    crypto map DPS_Map 10 match address Outside_VPN
    crypto map DPS_Map 10 set peer *****
    crypto map DPS_Map 10 set transform-set *****
    crypto map DPS_Map interface Outside
    crypto isakmp enable Outside
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash md5
    group 2
    lifetime 28800
    crypto isakmp policy 65535
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    telnet timeout 5
    ssh 0.0.0.0 0.0.0.0 Outside
    ssh timeout 60
    console timeout 0
    management-access Inside
    username test password P4ttSyrm33SV8TYp encrypted
    tunnel-group ***** type ipsec-l2l
    tunnel-group ***** ipsec-attributes
    pre-shared-key *
    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
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:8d0adca63eab6c6c738cc4ab432f609d
    : end
    1500

    Hi Martin,
    Which way you are trying. Sending traffic via site to site is not working or traffic which you generate to outside world is not working?
    But you say ASA connected interface to PC itself is not pinging that is strange. But try setting up the specific rules for the outgoing connection and check. Instead of not having any ACL.
    If it is outside world the you may need to check on the NAT rules which is not correct.
    If it is site to site then you may need to check few other things.
    Please do rate for the helpful posts.
    By
    Karthik

  • High Packet Loss, High Ping and Slow Connection Ov...

    Hi There,
    I have been a customer with the BT unlimited broadband package for a little under two years and up until recently have had no real issues with the service. This was until around 3/4 weeks ago I noticed that the internet was very slow and certain online games or applications like Netflix would lose all of its quality or stop completely. At first I thought nothing of it and simply reset my BT Home hub router, and sure enough everything was back to normal. However after around 2-3 hours of moderate use (gaming online or watching Netflix) the problem surfaced again.
    Now I am lucky if I can get the entire way through a 40 minute TV episode before the quality drops and/or the service requires buffering. I have already contacted BT via the helpline and the service lady ran through the obligatory steps (turn off, wait 5 minutes, reset the home hub etc.) but she failed to understand that although rebooting the home hub does alleviate the problem initially, the symptoms of a slow connection, high packet loss and high ping always return within an hour.
    Four the last couple of weeks I have been trying to investigate the problem myself and I have done the following things:
    Tested the line using the master socket (no difference)
    Opened the ports on my firewall within the home hub (no difference)
    Directly wired in the computer instead of relying on the wifi (no difference)
    Tested for interference from neighbours wifi using inSSIDider office (it wasn’t, operating on different channels)
    Switched every device that requires internet off apart from the PC (no difference)
    So with all that in mind I am fairly confident that it is nothing within my house that has caused a significant reduction in internet quality.
    Now I have tried my best to display the problem I am having by recording the connection quality for the last 24 hours. The table below represents the condition and quality of the connection after leaving it a period of time without resetting:
    ADSL Line Status
    Connection Information
    Line state:
    Connected
    Connection time:
    0 days, 21:52:14
    Downstream:
    12.96 Mbps
    Upstream:
    910 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    6.7 dB / 5.4 dB
    Line attenuation (Down/Up):
    29.4 dB / 16.4 dB
    Output power (Down/Up):
    20.4 dBm / 12.6 dBm
    FEC Events (Down/Up):
    987297 / 12745
    CRC Events (Down/Up):
    254 / 15268
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    2437 / 252630
    Error Seconds (Local/Remote):
    189 / 36430
    And here is a result of the ping and packet loss during this time:
    Now I immediately reset the home hub after running that test and ran the test again. These are the results I a achieved within 2 minutes of internet connectivity:
    ADSL Line Status
    Connection Information
    Line state:
    Connected
    Connection time:
    0 days, 00:01:05
    Downstream:
    13.77 Mbps
    Upstream:
    910 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    6.4 dB / 5.6 dB
    Line attenuation (Down/Up):
    29.4 dB / 16.4 dB
    Output power (Down/Up):
    20.4 dBm / 12.6 dBm
    FEC Events (Down/Up):
    159 / 12746
    CRC Events (Down/Up):
    1 / 15573
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    0 / 252639
    Error Seconds (Local/Remote):
    1 / 36438
    Even within the time it has taken to compose this page my internet quality has nose-dived from the previous result above to the following: 
    Connection Information
    Line state:
    Connected
    Connection time:
    0 days, 00:52:31
    Downstream:
    13.77 Mbps
    Upstream:
    910 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    6.1 dB / 5.4 dB
    Line attenuation (Down/Up):
    29.4 dB / 16.4 dB
    Output power (Down/Up):
    20.4 dBm / 12.6 dBm
    FEC Events (Down/Up):
    14544 / 12749
    CRC Events (Down/Up):
    14 / 15584
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    72 / 252647
    Error Seconds (Local/Remote):
    10 / 36449
    What is causing this poor quality in connection and what can be done to rectify the problem?
    Thank you for your response in advanced.
    Regards,
    Richard.

    Thank you for you quick reply, I have just moved my hub to the master socket again and re-run the test and I seem to be getting the same results.
    ADSL Line Status
    Connection Information
    Line state:
    Connected
    Connection time:
    0 days, 00:17:47
    Downstream:
    12.96 Mbps
    Upstream:
    910 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.5 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    6.0 dB / 5.2 dB
    Line attenuation (Down/Up):
    28.7 dB / 15.9 dB
    Output power (Down/Up):
    20.4 dBm / 12.6 dBm
    FEC Events (Down/Up):
    26417 / 5
    CRC Events (Down/Up):
    1 / 303
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    31 / 11
    Error Seconds (Local/Remote):
    10 / 36522
    I have also checked if the bell wire was attached and it is not. My socket is of the new type with the inclusion of an inductor on the faceplate. My ADSL filters and modem cable already have the middle connecting pins removed so I don’t think it is a wiring problem, at least in my apartment anyway. I have also searched for problems with the exchange and they are showing green for my area. (Liverpool Central)
    I have just rang the quiet line and I do not appear to have any noise on the line. However, all I have is a cordless phone and I know that is not ideal for determining noise due to the radio frequency interfering with the phone speaker.
    Again thank you for you time on this issue.
    Regards,
    Richard

  • Cannot ping and scan ports of network printer

    Hello,
    I installed an Archlinux to my work place computer, and I configure everything, network is working I can ping Dns and other local hosts, but I cannot ping and scan ports of network printer HP Laserjet 1320n which is connected on same network in which all computers ip's are 10.0.2.X like and the priter IP is 169.254.154.167.
    Cups is configured and working, I also install and configure according to wiki's avahi, nss-mdns, I try with dnsmasq, but nothing helps. The hp-setup and system-configure-printer is detecting printer, I add it and configure it, but I cannot print. Cannot connect and communicate with printers Jetdirect port.
    Along with the Arch I have Ubuntu and WindowsXP installed, with them everything is working, I also install Manjaro but there was the same problem like in Arch.
    Please help me! Thank you in advance.

    ^ These addresses are known as autoconfiguration addresses
    Addresses in the range 169.254.0.0 to 169.254.255.255 are used automatically by most network devices when they are configured to use IP, do not have a static IP Address assigned and are unable to obtain an IP address using DHCP.
    http://www.iana.org/go/rfc5735 You shouldn't consider this problem fixed
    Last edited by Spider.007 (2014-01-17 18:12:29)

  • High Pings and lag in games.

    The problem I have is with gaming early in a morning and towards lunch time are usually fine and late a night into the early hours are usually ok aswell but as soon as peak times roll in my online play is impossible due to high pings and very bad lag, any idea what could be causing my problem please?
    Steps I have taken to date, contact BT and was passed onto tier 2 tech support who then ran a noise check which last 24 hours on my line, which seems to have left my line with a higher noise value than before.
    Tried a different ethernet cable, different micro filter, unplugged everything from the socket except for my Homehub 2, turned off my firewall and virus checker, reset my computer, closed all unused programs. Tried a friends Homehub 2, tried a laptop, all have the same result with high pings and lag in games.
    Also BT quote my line speed should be an estimated 17MB.
    ADSL line status
    Line state
    Connected
    Connection time
    4 days, 22:09:10
    Downstream
    8,128 Kbps
    Upstream
    445 Kbps
    ADSL settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    ITU-T G.992.5
    Latency type
    Interleaved
    Noise margin (Down/Up)
    15.6 dB / 30.2 dB
    Line attenuation (Down/Up)
    24.0 dB / 14.1 dB
    Output power (Down/Up)
    0.0 dBm / 10.9 dBm
    Loss of Framing (Local)
    0
    Loss of Signal (Local)
    0
    Loss of Power (Local)
    0
    FEC Errors (Down/Up)
    0 / 0
    CRC Errors (Down/Up)
    3334 / N/A
    HEC Errors (Down/Up)
    N/A / 0
    Error Seconds (Local)
    2211

    Test1 comprises of two tests
    1. Best Effort Test: -provides background information.
    Download  Speed
    6592 Kbps
    0 Kbps
    7150 Kbps
    Max Achievable Speed
     Download speedachieved during the test was - 6592 Kbps
     For your connection, the acceptable range of speeds is 2000-7150 Kbps.
     Additional Information:
     Your DSL Connection Rate :8128 Kbps(DOWN-STREAM), 445 Kbps(UP-STREAM)
     IP Profile for your line is - 7170 Kbps
    2. Upstream Test: -provides background information.
    Upload Speed
    363 Kbps
    0 Kbps
    445 Kbps
    Max Achievable Speed
    >Upload speed achieved during the test was - 363 Kbps
     Additional Information:
     Upstream Rate IP profile on your line is - 445 Kbps

  • Remote and local interface on same ejb 3.0 bean instance

    Hi,
    Is it posible to get remote and local interface on same ejb 3.0 bean instance.
    For example get local interface of a bean and than pass it as remote to client.
    Both interfaces must operate on same bean instance.
    Thanks
    Zlaja

    yes. You can implement multiple interfaces on a single class, so you can add a local and a remote interface. One trick to avoid duplicate code is to simply make the remote interface extend the local interface; then you only have to add the @Remote annotation and you're done.
    For example get local interface of a bean and than pass it as remote to client.You don't pass an instances to a client, a client looks up a remote instance of the bean through JNDI.

  • Remote and local databases

    let say that i access a oracle form through the web and that form access data from two distributed databases, then will there be a remote database and local database for the user or all the databases will be remote databases to the user

    In my opinion.
    using local databases -- access tables without DB_link
    using Remote databases -- access tables through DB_link

  • Remote and Local Site Sync Problems

    I have a customer who is using Dreamweaver CS4 on Mac OS X. Dreamweaver is setup to have a local site as our development server(win 2k3) and the remote site as our live web server(win 2k3). The folder structure on both the development and live web server is the same. When you view the path in the manage site window of dreamweaver it shows both remote and local site listed as /Volumes/www/Data. When dreamweaver connects to both of these to sync the files nothing happens since it sees them as the same place.
    I have looked in the /Volumes folder on the customers computer and two listings appear for the servers www and www-1. This is not what dreamweaver shows and if you repoint the link to the www-1 folder it just changes back to www.
    I have tried to create alias' and symbolic links to distinguish one folder from the other however nothing I seem to change has any effect.
    If you use finder on the machine it can distinguish between the two folders I just need to figure out how to make dreamweaver do the same.
    Any assistance on this would be greatly appreciated.

    Unfortunately no I do not have a solution. I was not able to find out at the time and the problem went away with the migration to a content management system for our web server. Also the Develpment team changed hands and the new people all use windows machines.
    Good Luck trying to find a solution.

  • Performance with globle variable and local var.

    hi anyone
    i just have one performance question about the globle var and local. is having a globle var that is initialized with 'new' at one place better than having local var that is initialzed with 'new' in several places? for example, i have a access var that is initialzed with DB connection. should i have it as a globle var? or put it in the functions where it is needed, and initialize it with DB connection? in both cases, i need to use new operator.
    thanks in advance.

    First , don't use the term "global variable". It is misleading and not an official part of the Java nomenclature. I think the term used should be ( and correct me if I'm wrong ) instance variable. In C and C++ globale variables really are global - they can be accessed by any and all classes which include the header file.
    OK, having got that out of my system, back to the question. The value is gotten from a database, right? Whether you make it an instance variable or not depends on you design and whether the value in the database is likely to change during the lifetime of the instance.
    For example, if this class is a superclass of another, and the cild needs to know the value of the variable, it is often convenient to make it an instance variable so the subclass can access it directly.
    But if the value is likely to change, then you may want to have a getter method which returns the current value in the database.
    The latter will clearly have more overhead associated with it since you would need to get the value each time, but it is probably safer than having an instance variable.

  • How to change value of instance variable and local variable at run time?

    As we can change value at run time using debug mode of Eclipse. I want to do this by using a standalone prgram from where I can change the value of a variable at runtime.
    Suppose I have a class, say employee like -
    class employee {
    public String name;
    employee(String name){
    this.name = name;
    public int showSalary(){
    int salary = 10000;
    return salary;
    public String showName()
    return name;
    i want to change the value of instance variable "name" and local variable "salary" from a stand alone program?
    My standalone program will not use employee class; i mean not creating any instance or extending it. This is being used by any other calss in project.
    Can someone tell me how to change these value?
    Please help
    Regards,
    Sujeet Sharma

    This is the tutorial You should interest in. According to 'name' field of the class, it's value can be change with reflection. I'm not sure if local variable ('salary') can be changed - rather not.

  • Transparent Tunneling and Local Lan Access via VPN Client

    Remote users using Cisco VPN 4.2 connect successfully to a Cisco Pix 515 (ver. 6.3). The client is configured to allow Transparent Tunneling and Local Lan access, but once connected to the Pix, these two options are disabled. What configuration changes are required on the Pix to enable these options? Any assistance will be greatly appreciated.
    Mike Bowyer

    Hi Mike,
    "Transparent Tunneling" and "Local Lan Access" are two different things. "Transparent Tunneling" is dealing with establishing an IPSec Tunnel even if a NAT device is between your client and the VPN-Headend-Device. "Local LAN Access" is dealing with access to devices in the LAN your VPN-Client-Device is connected to.
    What do you mean exactly with "disabled once the connection is made" ?
    You can check the local LAN Access by having a look at the Route-Table of the VPN-Client:
    Right Click the yellow VPN-lock Icon in System-Tray while the VPN-Connection is active and select "Statistics ...". Have a look at the second register page "route details".
    Are any local LAN routes displayed when your are connected ?
    And - always remember two important restrictions the Online Help of the VPN-Client is mentioning:
    1: This feature works only on one NIC card, the same NIC card as the tunnel.
    2: While connected, you cannot print or browse the local LAN by name; when disconnected, you can print and browse by name.
    Carsten
    PS: Removing Split Tunnel won't enable local LAN access as all traffic would be sent into the IPSec tunnel.

  • "The file [name of file] may have been changed by another user since you last saved it." Issue affects both network and local files.

    When a certain user saves a file in Excel 2010, she gets a message: "The file <name of file> may have been changed by another user since you last saved it."  She can choose to save as another file or overwrite with her changes. 
    This just started happening a week or so ago.  She was concerned that someone else was accessing her files, but we did several tests that opened, made a change and saved in a matter of seconds, and she still gets the message.  It happens on
    most files, but not all – both network and local.
    We already tried the QFE_Saskatchewan registry fix.  I also checked the file server for Services for Macintosh.

    You may be confused by the error in Excel saying “another user”. Actually Excel cannot tell who (the real human) is editing the file. Based on my research the No.1 possibility of the error is KB2626998.
    2626998  Connection to a network document is lost in the 2007 Office system or in Office 2010 after the computer resumes from standby
    http://support.microsoft.com/kb/2626998
    For Excel 2010, follow these steps:
    a.  Click Start , click Run , type regedit in the Open box, and then click OK .
    b.  Locate and then select the following registry subkey: HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Options
    c.  On the Edit menu, point to New , and then click Dword Value .
    d.  Type NetworkAvailableTimeInSeconds , and then press Enter.
    e.  Right-click NetworkAvailableTimeInSeconds , and then click Modify .
    f.  In the Value data box, click Decimal , type a number value, and then click OK .
    Note This registry subkey sets the time, in seconds, that Excel waits for the network to resume. For example, if you type 15 for the number value, Excel waits 15 seconds for the network to resume. You might have to do some tests in your own environment to
    determine an appropriate value. You may have to try multiple numbers.
    g.  Locate and then select the following registry subkey.
    HKEY_CURRENT_USER\Software\Microsoft\office\14.0\common\Internet
    h.  Repeat step 2C through step 2F again. Reuse the same value that you used previously.
    i.  Exit Registry Editor.
    Feel free to post back. Thanks.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • How to show both SC and Local Currency in PLD at Amount place?

    Hi sir,
    I want to show both System Currency and Local Currency in PLD at the Amount Place.
    And amount in Words also.
    When i preview my PLD Report than it show the both SC and LC in Words.
    So,plz help me sir.!

    Hello jyotasna ,
    Docuement total always in one currency depend on selected Customer or Vendor and if you want to in two currency then you should make UDF(User Define Field) for other currency.
    also make FMS for calculation in this UDF .
    If you want to amount in word in PLD then you should use ,select option Amount in  words
    for this configuration  you should need workaroud.
    Thanks
    Manvendra Singh Niranjan

  • Can external users change their language, time zone, and locale settings?

    Hi,
    We’re migrating our hosts from WebEx cloud to our on-prem solution right now (CWMS 1.5.1.323.A).
    We’ve learned that CWMS 1.5 does not provide an online address book where hosts could customize language, time zone, and locale settings for their external attendees.
    Do external users have any chance at all to change their language, time zone and locale settings individually?
    Thank you,
    Helge

    Hi Dejan,
    "external users" are those participants, who do not have an LDAP account in our deployment, since they are not intendet to act as hosts: our stakeholders, partners, customers, clients.
    It looks, as if these people would stick to the systems' default language / time zone / locale.
    We are wondering if there might be a CWMS-component like this:
    https://artcom.webex.com/cmp0307l/webcomponents/widget/preference.do?serviceType=MC&siteurl=artcom&target=Page&backUrl=%2Fmw0307l%2Fmywebex%2Fdefault.do%3Fsiteurl%3Dartcom%26service%3D1
    to allow those "extenal" participants to make their adjustments.
    Thank you,
    Helge

  • BOXI3.0: Universe and Local Data Source Selection

    Hi all. I am Alias.
    I have one question. For the full XI3.0 installation, one of the products is Web Intelligence Rich Client.
    In Web Intelligence Rich Client, we can have Data Source Selection which is Universe and Local Data Source. But for Web Intelligence/InfoView, we can only select universe, or maybe canu2026 I need to explore more but still could not find it.
    Hope you guys can help me on this matter.
    Best regards,
    Alias

    Hi Jacques.
    Thanks for the link.
    WRC we need to install for every user desktop right? But for Webi/inforview we only install at server.
    In term of licensing, how it works?
    Regards,
    Alias

Maybe you are looking for

  • Dump error while running termination action

    I'm facing a dump error while running termination action, please, if some one wud help me out of this error. here when im termination action the system is opening action infotype when given the date of termination and try to save, system shows a warn

  • Clone  in same machine cold/hot

    Hi, 1,What are the things i have to consider before start the cloning(both cold,hot). 2,please anyone provide steps for that. 3,Is the listener should be started before starting the procedure in target machine? 4,I am planned to do in same machine or

  • Middleware-Partner Functions not getting attached after BP replication

    Dear SDN team, We have an problem related to CRM middleware . We have enabled Middleware to download BPs from SAP R/3 system to CRM 5.2 system. Problem: We are able to download the individual BPs like Sold to party and Bill to party from SAP R/3 syst

  • Price in PO does not save

    any tips on this problem?   we wrote code that works in our test environment using the sbodemo database, the code creates a PO and sets the price (code below) successfully.  However, in our production environment, the PO created when viewed in SBO, t

  • [Workflow]Self Registration - Mail Notification

    Hi, Im working with Oracle Identity Administration. I create a workflow type Self Registration, every is ok except for sending email to user when the registration was approved. I tried to check on Initiator but no email was sent to new user. Pls help