Cant add ganache network (running on windows) on metamask (from android) when broadcasting over 0.0.0.0:7545, says cant fetch chain id, check rpc url - metamask

i am running ganache on my windows machine and have configured my RPC server to listen on 0.0.0.0, but i am not being able to add the network on my metamask wallet in phone
RPC URL in metamask app i entered is http://{my-local-windows-ip}:7545
chain id 1337
on adding i get the error :-
Could not fetch chainId, is your RPC-URL correct ?

Related

How to access local postgreSQL server running on computer, from my mobile phone?

How to access local postgreSQL server running on computer, from mobile my phone?
I am making flutter app and use pgAdmin v6.10 as local server. I'm stuck for 2days trying different solutions to access server from my mobile browser but no progress.
I believe if i can access local server through mobile browser, also i can send data from my flutter app to database.
My pgAdmin runs on pc browser nicely but on phones browser doesn't open,
I've tried addresses 192.168.43.12:port(i.e computer's ip:port number) and 127.0.0.1:port
but they all didn't work, i get ERR_CONNECTION_REFUSED
Also i added this line on pg_hba.conf file
TYPE DATABASE USER ADDRESS METHOD
host flutterdb flutterdb_admin 192.168.43.12/24 scram-sha-256
And on my postgresql.conf file there is
listen_addresses = '*'
I'm following tutorial series from: https://youtu.be/WFe1kZhvUIw
I need your help please.
NOTE: I am using Windows laptop
i think that if u have dev environment, just you can try to open the connection..
you can try to configure for accept all connections
How to configure PostgreSQL to accept all incoming connections

DaloRadius PPPOE server authentication with Mikrotik Router

I'm not able to authenticate the PPPoE user with Mikrotik it always shows this error message <0005>: user test1 authentication failed - radius timeout
My SQL database wasn't connected with the radius server make you to radtest if your radtest complies successfully then it will easily connect to your Mikrotik Router.

Identify the member server in a Active Directory domain network which made logon attempt (failed) in the logs of Domain Controller

I want to find the member server from which the logon attempt (failed) was made in the logs of a domain controller. Is there a way to find the IP or computer name of the machine which is trying to authenticate?
I am getting a credential validation (audit failure) event logged into the domain controller which is giving the workstation name of the server outside the network which is attacking the member server with invalid credentials. But what I need is to find the machine in my AD which it is hitting on.

Cordova + Win10 + WebSocket: connection fails with SECURITY_ERR

I'm porting an existing Cordova app from Android to Windows 10. The app must open a WebSocket connection to a remote server. At the moment, the connection always fails with the error "WebSocket Error: SECURITY_ERR, Cross zone connection not allowed". The same app is also making regular AJAX requests to the same server and they're working fine.
I'm using Visual Studio 2017 and testing the app locally, using Edge/13.10586.
Is it possible to make the WebSocket connection to work?
UPDATE
My app has both "Internet (Client)" and "Private Networks (Client & Server)" capabilities set. Further tests show that the problem is caused by the combination of web context ("ms-appx-web:") and attempting to connect the WebSocket to a non-FQDN (I'm using only the hostname). If I use FQDN or the IP address instead, it works. If I use local context ("ms-appx:") instead, with non-FQDN, it works.

Realm Object Server

I am developing Xamarin app(ios, android) using ros(realm object server).
1. how to connect ros with ros studio and realm browser.
i entered my ip address, host info:
it is result. i dont know what is form:
i want use url only.
2. i want to know how to set realm object server URL. now i always have localhost:9080. i cant find infomation about that anywhere.
Can i connect ros in mac with realmstudio in windows?
plz..
The URL entered when connecting to the Realm Object Server should use the http:// or https:// protocol and you should make sure that it also has the right port.
In your case I would expect that you can connect
http://192.168.0.190:9080
.. if you're running ROS on your local developer machine you can simply use
http://localhost:9080
also, you should the username + password should match that of the ROS server. This is realm-admin and an empty password, if you havn't changed it.

Resources