Unreachable Address in portal

Related to the Portal
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Unreachable Address in portal

Post by Irieivan »

When i type in the ip address and port into my browser, i receive current data, but when i go to graphs, i get no data error.
I get no information when i am logged in to the portal, "unreachable address."
I have downloaded the iphone app but no data there.
Am i missing something basic?

Code: Select all

#include <ReefAngel_Features.h>
#include <Globals.h>
#include <RA_Wifi.h>
#include <Wire.h>
#include <OneWire.h>
#include <Time.h>
#include <DS1307RTC.h>
#include <InternalEEPROM.h>
#include <RA_NokiaLCD.h>
#include <RA_ATO.h>
#include <RA_Joystick.h>
#include <LED.h>
#include <RA_TempSensor.h>
#include <Relay.h>
#include <RA_PWM.h>
#include <Timer.h>
#include <Memory.h>
#include <InternalEEPROM.h>
#include <RA_Colors.h>
#include <RA_CustomColors.h>
#include <Salinity.h>
#include <RF.h>
#include <IO.h>
#include <ORP.h>
#include <AI.h>
#include <PH.h>
#include <WaterLevel.h>
#include <Humidity.h>
#include <DCPump.h>
#include <PAR.h>
#include <ReefAngel.h>

////// Place global variable code below here


////// Place global variable code above here


void setup()
{
    // This must be the first line
    ReefAngel.Init();  //Initialize controller
    ReefAngel.SetTemperatureUnit( Celsius );  // set to Celsius Temperature

    ReefAngel.Use2014Screen();  // Let's use 2014 Screen 
    ReefAngel.AddWaterLevelExpansion();  // Water Level Expansion Module
    // Ports toggled in Feeding Mode
    ReefAngel.FeedingModePorts = Port8Bit;
    ReefAngel.FeedingModePortsE[0] = Port1Bit | Port2Bit | Port4Bit | Port5Bit;
    // Ports toggled in Water Change Mode
    ReefAngel.WaterChangePorts = Port1Bit | Port5Bit | Port6Bit;
    ReefAngel.WaterChangePortsE[0] = Port1Bit | Port2Bit | Port4Bit | Port5Bit;
    // Ports toggled when Lights On / Off menu entry selected
    ReefAngel.LightsOnPorts = 0;
    ReefAngel.LightsOnPortsE[0] = 0;
    // Ports turned off when Overheat temperature exceeded
    ReefAngel.OverheatShutoffPorts = Port7Bit | Port8Bit;
    ReefAngel.OverheatShutoffPortsE[0] = 0;
    // Use T1 probe as temperature and overheat functions
    ReefAngel.TempProbe = T1_PROBE;
    ReefAngel.OverheatProbe = T1_PROBE;
    // Set the Overheat temperature setting
    InternalMemory.OverheatTemp_write( 280 );


    // Ports that are always on
    ReefAngel.Relay.On( Port1 );
    ReefAngel.Relay.On( Box1_Port1 );
    ReefAngel.Relay.On( Box1_Port2 );
    ReefAngel.Relay.On( Box1_Port5 );

    ////// Place additional initialization code below here
    

    ////// Place additional initialization code above here
}

void loop()
{
    ReefAngel.PHControl( Port2,818,822 );
    ReefAngel.StandardLights( Port4,9,0,19,0 );
    ReefAngel.Relay.DelayedOn( Port5,1 );
    ReefAngel.WaterLevelATO( Port6,225,44,46 );
    ReefAngel.StandardHeater( Port7,255,265 );
    ReefAngel.Relay.DelayedOn( Port8,1 );
    ReefAngel.Relay.DelayedOn( Box1_Port4,1 );
    ////// Place your custom code below here
    

    ////// Place your custom code above here

    // This should always be the last line
    ReefAngel.Portal( "irieivan" );
    ReefAngel.ShowInterface();
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Unreachable Address in portal

Post by rimai »

Looking at your other post, I can see that the firmware of the wifi attachment module needs to be updated.
Follow instructions here: http://forum.reefangel.com/viewtopic.php?f=3&t=4601
Roberto.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

When I Open Tera I need to choose between TCP/IP (lots of options here I know nothing about) or serial. Which do I choose?

And where must wifi be plugged in to while I do this?
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

This is what I get in the tera window:

ã!¤É¶þÉþ?|h¦ ´ÍÎÎ>®¦???¤Û´~td=?ÞJ
Îî
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

and now this, it keeps saying start Wifly module configuration.= on a tera popup and no connection on the reef angel wifi attachment when I try and set it up. Nothing makes me feel as stupid as as this...it really feels like its two steps forward and three backwards:

CMD
factory RESET
Set Factory Defaults
<4.41> reboot
*Reboot*CMD
set ftp address 198.175.253.161
AOK
<4.41> save
Storing in config
<4.41> set wlan ssid IvanVoda
AOK
<4.41> set wlan pass 1
AOK
<4.41> set option deviceid ReefAngelWifi
AOK
<4.41> set w j 1
AOK
<4.41> set c c 0
AOK
<4.41> set c r 0
AOK
<4.41> set c o 0
AOK
<4.41> set i d 1
AOK
<4.41> set c i 3
AOK
<4.41> set dns name http://www.reefangel.com
AOK
<4.41> set i h 104.36.18.155
AOK
<4.41> set i r 80
AOK
<4.41> set i f 0x06
AOK
<4.41> set s t 0x10
AOK
<4.41> set u m 2
AOK
<4.41> set i p 2
AOK
<4.41> set u b 57600
AOK
<4.41> set s p 0
AOK
<4.41> set c s 1420
AOK
<4.41> save
Storing in config
<4.41> save user
Storing in user
<4.41> reboot
*Reboot*CMD
factory RESET
Set Factory Defaults
<4.41> reboot
*Reboot*CMD
set ftp address 198.175.253.161
AOK
<4.41> save
Storing in config
<4.41> set wlan ssid IvanVoda
AOK
<4.41> set wlan pass 1
AOK
<4.41> set option deviceid ReefAngelWifi
AOK
<4.41> set w j 1
AOK
<4.41> set c c 0
AOK
<4.41> set c r 0
AOK
<4.41> set c o 0
AOK
<4.41> set i d 1
AOK
<4.41> set c i 3
AOK
<4.41> set dns name http://www.reefangel.com
AOK
<4.41> set i h 104.36.18.155
AOK
<4.41> set i r 80
AOK
<4.41> set i f 0x06
AOK
<4.41> set s t 0x10
AOK
<4.41> set u m 2
AOK
<4.41> set i p 2
AOK
<4.41> set u b 57600
AOK
<4.41> set s p 0
AOK
<4.41> set c s 1420
AOK
<4.41> save
Storing in config
<4.41> save user
Storing in user
<4.41> reboot
*Reboot*CMD
factory RESET
Set Factory Defaults
<4.41> reboot
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

I close the wifi setup window, connect and I get the wifi set up, but when do I run the macro. If I first run the macro, and then go to wifi setup, I cannot get anything connected:


Opening Serial Port...
Verifying speed at 9600 baud
Connected to serial port COM3
> $$$
> set u b 57600
> set s p 0
> save
> reboot
Verifying speed at 57600 baud
Removing connection to COM3
Connected to serial port COM3
> $$$
< CMD
Wifi is communicating at 57600 baud rate

> reboot
< reboot
Removing connection to COM3
---------------------------------------------------------------------
Wifi Attachment Connected to COM3
---------------------------------------------------------------------

Opening Serial Port...
Connected to serial port COM3
> $$$
< CMD
> ls
< ls
<
< FL# SIZ FLAGS
< 2 86328 3 wifly-GSX-400
< 4 74920 3 web_app-GSX-106
< 7 46632 3 wps_app-GSX-131
< 9 66240 3 eap_app-GSX-101
< 11 37282 0 web_config.html
< 21 512 0 link.html
< 22 7268 0 logo.png
< 24 1052 10 config
< 25 1052 10 user
< 26 88548 3 wifly-GSX-441-r1057
< 27 88548 3 NO NAME
<
< 130 Free, Boot=26, Backup=2
< <4.41>
> load user
< load user
< AOK
< <4.41>
> save
< save
< Storing in config
< <4.41>
> save
< save
< Storing in config
< <4.41>
> set o d ReefAngelWifi
< set o d ReefAngelWifi
< AOK
< <4.41>
> set w l 5
< set w l 5
< AOK
< <4.41>
> set w s IvanVoda
< set w s IvanVoda
< AOK
< <4.41>
> set w p 1
< set w p 1
< AOK
< <4.41>
> set w k 00000000000000000000000000
< set w k 00000000000000000000000000
< AOK
< <4.41>
> set ftp address 198.175.253.161
< set ftp address 198.175.253.161
< AOK
< <4.41>
> save
< save
< Storing in config
< <4.41>
> reboot
< reboot
> $$$
< CMD
> show n
< show n
< SSid=IvanVoda
< Chan=5
< Assoc=OK
< Rate=12, 24Mb
< Auth=OK
< Mode=OPEN
< DHCP=OK,renew=64796
< Boot=2267
< Time=FAIL
< Links=1
< <4.41>
> get i
< get i
< IF=UP
< DHCP=ON
< IP=192.168.0.101:2000
< NM=255.255.255.0
< GW=192.168.0.1
< HOST=104.36.18.155:80
< PROTO=TCP,
< MTU=1524
< FLAGS=0x6
< TCPMODE=0x0
< BACKUP=0.0.0.0
< <4.41>
> reboot
< reboot
Removing connection to COM3
---------------------------------------------------------------------
Your Reef Angel Wifi Attachment is now configured with the settings provided.
---------------------------------------------------------------------

If the blue LED is still blinking, it means that the Reef Angel Wifi Attachment could not connect to your wifi network.

Found router R216

Port 2000 is now being forwarded to 192.168.0.101
Opening Serial Port...
** ERROR: Connecting to COM3
** Error inside Serial.<init>()
> $$$
** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

Opening Serial Port...
Verifying speed at 9600 baud
** ERROR: Connecting to COM3
** Error inside Serial.<init>()
** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

Opening Serial Port...
Verifying speed at 9600 baud
** ERROR: Connecting to COM3
** Error inside Serial.<init>()
** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.

** ERROR - Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Unreachable Address in portal

Post by rimai »

It looks like everything is already all set.
It picked up an ip address: IP=192.168.0.101:2000
And the host has been updated: HOST=104.36.18.155:80
Just plug it into RA and wait 5 minutes.
The controller sends data to the portal every 5 minutes.
Roberto.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

Thanks, that was hell
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

How do I get the app working on my phone now
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Unreachable Address in portal

Post by rimai »

You need to setup port forwarding on your router.
If you don't want to setup port forwarding, you can get the new cloud wifi attachment that uses a cloud server to communicate and then there is no setup on your end.
All routers block incoming connections by default as it thinks it is an intruder. You must specify that you want to allow traffic on port 2000 to enter and forward it to your wifi attachment ip address.
Roberto.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

rimai wrote:You need to setup port forwarding on your router.
If you don't want to setup port forwarding, you can get the new cloud wifi attachment that uses a cloud server to communicate and then there is no setup on your end.
All routers block incoming connections by default as it thinks it is an intruder. You must specify that you want to allow traffic on port 2000 to enter and forward it to your wifi attachment ip address.
Thanks again.

How often is the iOS app refreshed with data from the wifi attachment?

I will be attempting to do port forwarding tonight when I get home, hope the clever people are on standby with help.

Is my wifi attachment IP addres the one which appears when I log into portal here, or is the one which I used to access the web server page and then had to type in "wifi?"
Apologies if these are stupid questions, but I am sure you have realized by now that you are not dealing with a quantum physicist.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Unreachable Address in portal

Post by rimai »

It does not refresh. You need to hit the refresh button.
If you want live stream of data, you will need the new cloud wifi attachment.
The ip address shown in the portal is your external ip address.
The ip address that the wifi attachment got from your router is your internal ip address.
Anyone trying to access your controller from outside your network, need to use the external ip address.
Then, the router will forward that request to your internal ip address by means of port forwarding.
Roberto.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

Thanks, I will tackle this a little later, will probably make more sense when I am logged into my router.

How regularly is the information in portal updated (database mode?)? Its currently more than 2 hours outdated, is that normal, or is my router at home not connected?
I assume for live mode, one needs the cloud wifi attachment?

Also, the IP address I used to get to the web page reef angel web server by typing it into my address bar in IE explorer, no longer works (this page cannot be displayed) after I updated firmware & did the Tera thing?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Unreachable Address in portal

Post by rimai »

It updates every 5 minutes.
Make sure the router did not give out a different ip address to your wifi attachment.
Also, you will only be able to use that internal ip address when you are in your wifi network.
If you are trying it on your phone over 4G, you must use the external ip address and you must have port forwarding setup.
Remember, 4G is equal to outside world internet and the router will block your connection if not setup to forward traffic to your wifi attachment.
If your phone is connected to your wifi network, you are connected to your internal network and your connection will be allowed as the router trusts anyone inside your network already.
Roberto.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

Make sure the router did not give out a different ip address to your wifi attachment.
I would not even know how to see if it did or how to prevent it from doing that.

Also, you will only be able to use that internal ip address when you are in your wifi network.
Not quite sure what you mean by this, the RA wifi attachment is a meter away from my Vodafone router, not using a phone, fixed the fact that I could not connect by taking all security off the router last night.

I see another late night and hair pulling and having to stop short of applying the bigger the problem the bigger the hammer to my Reef Angel..... But I have come this far, and with the prompt assistance I am getting I might just hang in there a little longer. ;)
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Unreachable Address in portal

Post by rimai »

Your router assigns ip addresses on its own.
If you want to have it always assign the same ip address, there is what is called DHCP reservation. It's a feature of your router. You must enable it and add the mac address of your wifi attachment so the router will always assign the same ip address to your wifi attachment.
Internal ip addresses are numbers given to all your devices in your own wifi network. Anything inside your own wifi network is always trusted. So, if you want to connect to the wifi attachment without any port forwarding, you must have your phone connected to your wifi network. You cannot have your phone on 4G.
If your phone is on 4G, your phone is connected to public internet and the router will not trust your phone. It will only trust your phone on 4G if you setup port forwarding.
If your phone is on wifi, it will be trusted and you only need to browse the ip address that your router gave to the wifi attachment.
If this is too confusing, I suggest you getting the new cloud wifi attachment that don't need none of this setup. It simply connects to the cloud server and your can use the uapp to get live streams from the cloud server.
Roberto.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

The thought just occurred to me, will I have to o through the whole set up process again if the router had given me a different IP address?
Re-do the connecting the wifi attachment to laptop and then running the Tera Term Macro again and then connecting the wifi attachment to the head unit?
PANIC :shock: :shock: :o It took me hours of feeling stupid and frustrated last night....or rather until early hours this morning.
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Unreachable Address in portal

Post by rimai »

No.
You are done with that. Your wifi attachment is already setup and don't need to be setup again unless you change the router or change the ssid/password.
Roberto.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

Massive sigh of relief.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »


PostPosted: Wed Aug 30, 2017 7:23 pm
Make sure the router did not give out a different ip address to your wifi attachment
Where will i see if router gave a different ip to the wifi attachment? How do i fix it or if it gave a new ip and i am to use the newly assigned IP, and i set the router to always give the same ip to wifi attachment, what do i do with the new ip assigned to start getting data?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Unreachable Address in portal

Post by rimai »

It is all done in the router configuration.
Each router has its own way.
Roberto.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

Again, apologies for my ignorence.
I understand that, but is the 192.xxx.xx.x:2000 not the ip address assigned to my RA wifi attachment by my router?
Thats the address I got in the wifi attachment setup process, so do i have to connect my wifi attachment to my laptop again?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Unreachable Address in portal

Post by rimai »

I don't know.
The only way to find out for sure is to login to your router and check which one the router really gave to your wifi attachment if this ip address is not working anymore.
Roberto.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

Okay, I am logged in to my router, DHCP server is on, would that equate to a dhcp reservation?
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

I see my DHCP IP range is start 192.168.0.1 and END 192.168.0.200, but i also dont know where to see what ip address has been assigned to my wifi attachment
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Unreachable Address in portal

Post by rimai »

They should be a list of attached devices where each device has an ip address.
Roberto.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

In my NAT settings, I must name a source port, a destination IP and a destination port, what do i put into each of thise?
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

rimai wrote:They should be a list of attached devices where each device has an ip address.
Found it, IP address is the same as was assigned yesterday
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Unreachable Address in portal

Post by rimai »

There you go.
Each router has its own way of naming things.
Your router calls it connected devices.
I can't possibly know what all routers are gonna call everything and how to set it up. Sorry.
We use port 2000, so source and destination port is the same 2000.The destination ip address is the exact thing that you are trying to find out: The wifi attachment ip address.
Another user wrote a little tutorial for his particular router that may help you.
http://forum.reefangel.com/viewtopic.php?f=14&t=1190
You can also search in the internet on how to do it in your particular router or call your internet provider/router manufacturer.
There is also a software that automates simple key pushes that I've heard works pretty good:
http://www.simpleportforwarding.com/
Roberto.
Irieivan
Posts: 51
Joined: Sun Aug 20, 2017 6:19 am

Re: Unreachable Address in portal

Post by Irieivan »

Thank you for all your assistance, I know it must be annoying to deal with us less clever folk...I seem to be getting somewhere. The portal seems to be refreshing on a regular basis. I have entered the ip address into my iphone app but still no luck there, but it will have to wait until I rob a bank and buy the cloud wifi attachment.
Post Reply