Question : Problem with iste-tio-site-VPN (Using Concentrator and 1801 router)

Hi Guys,

Please I want someone to interpret this for me, I just setup a new site, I can obtain ip address via DHCP, but I cannot connect to internet or mail server

I decided to Ping and tracert from windows xp box from where the VPN concentrator is based as shown below.

C:\>ping 172.24.150.32

Pinging 172.24.150.32 with 32 bytes of data:

Reply from 172.20.39.2: Destination host unreachable.
Reply from 172.20.39.2: Destination host unreachable.
Reply from 172.20.39.2: Destination host unreachable.
Reply from 172.20.39.2: Destination host unreachable.

Ping statistics for 172.24.150.32:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms

--------------------------------------------------------------------------------------


C:\>tracert 172.24.150.32

Tracing route to 172.24.150.32 over a maximum of 30 hops

  1    <1 ms    <1 ms    <1 ms  172.19.32.252
  2    <1 ms    <1 ms    <1 ms  172.20.250.53
  3    <1 ms    <1 ms    <1 ms  172.20.253.94
  4    <1 ms    <1 ms    <1 ms  lon_vpn01.xxxxxxx.co.uk [172.24.63.254
  5     1 ms     1 ms     1 ms  172.20.39.2
  6  172.20.39.2  reports: Destination host unreachable.

Trace complete.

Please tell me what you think I need to do to be able to connect to the internet and mail server from remote site.

I believe the tunnel is formed, but I don’t know why I cannot connect to the resources.

Answer : Problem with iste-tio-site-VPN (Using Concentrator and 1801 router)

Hello dcruickshank,

this is a little tricky, but it can be done.

1. click Chart1 and copy it.
2. on sheet 2, right-click and use the past options to paste as a picture.  Now you have a picture of Chart 1 in your Sheet 2. We will now make this picture dynamic
3. Create range names for all the cell ranges that are beneath your chart. In the attached example, I have created

cChart1      =Sheet1!$J$71:$N$86
cChart2      =Sheet1!$J$88:$N$103

4. Create a range name with a formula that determines which chart to show. In the attached example, I have created

cChartShow      =IF(Sheet1!$N$28="yes",cChart1,cChart2)

In your final workbook, you probably want a formula like

=CHOOSE(MATCH("yes",$N$28:$N$33,0),cChart1,cChart2,cChart3,cChart4,cChart5,cChart6)

5. Click the chart picture on sheet 2 and in the formula bar enter:
=TestBook1.xlsx!cChartShow

The range name cChartShow will be set dynamically to one of the ranges that you defined in step 3 and the picture of the chart in Sheet 2 will reflect this range of cells.

see attached.

cheers, teylyn
Random Solutions  
 
programming4us programming4us