IP camera - nexus 235fw. How to reset ip address - camera

I have this IP camera, Nexus CCTV 235FW. I can't connect to it anymore. Is there anyway I can reset it?
I think it happens after I changed the admin password. It is connected thought WiFi, but I have also tried with cable, without any luck.
I have also tried to search after the camera with the Search Tools, but still no luck.
Another thing, I can't even see the camera in the router's list over connected units.
Hope anyone can help me.

It seems that the problem was a router I had between my main router and the camera. Because after I got the router reset, I got that connection again. Just strange, because I just moved the router from one place to another without changing the setup. But now everything works again.

Related

How to dial-in conference in nexmo?

I am using this repo:
https://github.com/opentok/opentok-nexmo-sip/tree/master/Dial-In-Conference
Bought nexmo virtual number and created new tokbox app.Set up all credentials. Changed only voicename and text in server.js. For local testing purposes I am using tunnel through ngrok, so in nexmo dashboard I've put my actual ngrok url for endpoints with ending eg. /nexmo-answer and /nexmo-events.
When I start app and go to new room eg. room/2 I can see, my app is working, camera and microphone works perfectly also my coworker can go to my link through tunnel and we can talk.
The problem is that nobody can dial into our conference. Anyone calling can hear welcome message and pin prompt, after inputting correct pin, the phone apparently connects (doesn't disconnect automatically) but we can't hear or send any sound. Any advice?
I managed to solve my error. App needs to dial out into nexmo's virtual number's room.

Authentication error when roaming to different AP

I'm trying to setup the internet at my home. I have an edgerouter x as main router and I want to connect 3 wifi access points to it, all with the same SSID/password so I can roam through my house without having to connect to a different network. The solution seemed simple, setup AP with DHCP and set the other two APs in bridge mode, disable DHCP, set the right SSID and password and done.
Everything goes fine for the AP with DHCP and 1 other AP, but whenever I add the third AP, I can't connect to the wifi, it just keeps on authenticating.
I tried looking up the problem of course, what I found that it is probably due to different security settings on the different APs. However, I can't seem to find where/how to match these settings to resolve the issue.
Could anyone help me out?
The router that has the problem is the TP-Link Archer C7. The one with DHCP enabled is the Netgear WAC104 and the AP that does work is the TP-link AP200.
In my case (one root AP and one bridged; i couldn't get around Authetication error on Windows 10 and Android when trying to connect to bridged AP) what partially worked was in the android settings - wifi - WPS Push Button and when prompt to push WPS button on AP i did so and voila. Android suddenly connected and Windows 10 as well (did nothing additional there). Just to clarify - AP is TP-Link. ANd what dodn't work was adding MAC address as allowed to MAC filtering. Didn't seem to have any security differernces since i use almost all settings on default and two APs were same model and firmware. It worked partially because after a few minutes tried to connect to bridged AP but had to repeat WPS steps in order to work.

Stop exp from switching to LAN URL when tunneling

When trying to run exp start --tunnel in a react-native project, I often see the warning:
22:15:31 [exp] Your URL is: exp://192.168.200.83:19000
....
22:15:31 [exp] Switched to a LAN URL because the tunnel appears to be down. Only devices in the same network can access the app. Restart with exp start --tunnel to try reconnecting.
This is a problem since none of my devices or the AVD can connect to this URL to download the project.
The problem does not seem to related to any firewall settings as it does not occur every time (just very consistently). When the error does not happen, I get a URL that I can work with that looks like:
22:44:38 [exp] Your URL is: exp://en-ux3.myexpousername.myapp.exp.direct:80
Is there something that can be done about this to get it to stop switching? What causes this switching exactly? Is there some way to get devices to be able to use this URL instead (I have an android device connected to same wifi, but seems to be unable to download the project from the LAN URL)?
** Totally new to react-native and expo, so if I am missing evidence of any common debugging steps for this kind of problem, please let me know what they may be in the comments so I can update the question.
UPDATE:
A similar question to this is addressed in the expo forums: https://forums.expo.io/t/switched-to-a-lan-url-because-the-tunnel-appears-to-be-down-only-devices-in-the-same-network-can-access-the-app-you-can-restart-the-project-to-try-reconnecting/4483.
I was having the message
Switched to a LAN URL because the tunnel appears to be down. Only devices in the same network can access the app. You can restart the project to try reconnecting.
And I've solved it closing Visual Studio (then pressing the Restart button from Expo XDE)

Can't resolve archive.raspberrypi.org. can't install anything

I have raspberry pi 3. And I can't even update it because when I do the update screen is held at archive.raspberrypi.org. I tried to open it in browser, the site is down. What should I do?
And yeah it is perfectly online.
temporarily disabling ipv6 solved my issue (temporarily)
apt -o Acquire::ForceIPv4=true update
From my point, the site is online. Are you sure your Raspberry is connected to the internet?
Also http://www.downforeveryoneorjustme.com/archive.raspberrypi.org says it is online.
Edit:
Check your /etc/hosts file for entries which change the location of the Domain in question.
Check the storage of your sd card. If you have a lot of information on it, it might slow down or stop working. If you have a lot of information, you have 2 options:
Remove unwanted information
Install a fresh OS image on it

iOS bring up WiFi authentication sheet

I'm having a problem with my iPad app not bringing up the WiFi authentication when it tries to access the network. When I first open the app and need to connect the panel will show, however if I lock the iPad and come back to it after the WiFi login session has timed out, the panel doesn't display.
Is this something I need to be coding for? My understanding was the panel came up automatically whenever you tried to use the network.
I don't think you can code for it. Probably the user needs to toggle the wifi connection (switch it off and on) to get iOS to reconnect.