connect to router with Admin credentials in c# - router

I want to connect to wifi router with Admin credentials using C#. I have list of wifi available connections when I select one I want to connect to that router with the admin credential using C#. Please help me to achieve this or share your inputs.
Thanks in advance

Related

Remote.it and openVPN together

So this is a classic question that I’ve seen many times before...
I’m trying to connect to my home network when not at home using a raspberry pi.
I’m well aware that the way to go with this is to use a vpn server such as OpenVPN.
However, in order to connect to the vpn I would need to forward a port on my router... which I can’t do.
I’ve found remote.it which allows remote connection to a computer (pi) without port forwarding.
What I would like to know is how would I set about using the 2 together, I.e. connecting to remote.it which in turn connects me to my vpn server?
I'm sorry to be finding this question just now, but in case it's still useful to you or to anyone else, here's what you need to do:
Install remote.it
Set-up a remote.it connection to use the protocol (TCP/UDP) and port required by the VPN application
Make a remote.it connection/adding the service to your network (remoteit - Desktop application UI terminology)
Use this connection info (URL/port or localhost:port) with the VPN client
Send an e-mail to support#remote.it if you need help
I would recommend ZeroTier(https://www.zerotier.com/). It haves its own linux client , and you can connect to as many networks as you would like.
You can also configure IP address from the website.
There is also an Android an IOS app that is really simple to connect.

Connection to SQL(MySQL) server on gcloud from mobile network

I am trying to connect 3 beckhoff plc's to my MySQL database on gcloud.
1 plc is on our home network, the 2 other is on 2 different mobile sites, and are connected via mobile network(4g/3g)
The 1 plc connects with out any difficulty.
The 2 plc's that is connected via a mobile networks will not connect. They return with a timeout error.
I suspect that is because of how mobile networks work, that makes it, that i can not just add them to my "Authorized networks".
Is it just me and are the a way to connect to my MySQL server on gcloud?
Background:
I started a google cloud account yesterday to try it out. So this might just be a problem of me not understanding the service.
You can use the Google Cloud SQL proxy, which uses service account credentials to authenticate connections to your database.
You could also manually configure an SSL certificate and use that instead.

Server field in spark client for openfire xmpp

I have installed Openfire xmpp server on my pc, but for testing chat in spark client, I can't figure what to fill in SERVER field in spark login window
I tried
http://localhost:9090/
but it says wrong username or password every time.
Here is the openfirepanel:
The links here are not working, but I can access the panel at
http://127.0.0.1:9090/index.jsp
And this is the spark dialog:
I have created a user with username and pass as 'bob','bob'
I have tried entering the server as 'nikhilverma1395','localhost', none is working.
Thanks
In server field you need to provide the domain of Openfire server. For local machine, "localhost", "127.0.0.1" will work.
Have a look at this answer where Openfire server was hosted on Amazon and I entered it's url in server field.
https://stackoverflow.com/a/39506528/6041485
may this help you
please set nikhilverma1395 as a your server name.
There was some problem in my Windows 10, I dual booted Ubuntu and did the same procedure with Certificate Authorization disabled in Spark and it worked.

Configuring NetGear router with PHP Front End?

I have a netgear router and a PC that functions as the server. On the server I have a website that is hosted on a WAMP solution (windows, apache, mysql, php). Linux is an option, but Windows is first prize in this specific scenario.
What I need:
If someone connects to the wireless network, the splash page that is hosted on the server must be displayed.
All users must have bandwidth limits that are configurable for each user
I must be able to interact with the router via PHP code, in order to execute certain functions when certain users logon, etc.
So, my question is, how do people normally do this? Is there a way to configure this on the router (users connect to ROUTER), or is this something that can only be accomplished with a PROXY (users connect to proxy on server, server connects to internet via router).
Is this possible? Is there software available that does this? Is a proxy what I really need?
If your router supports it, you can install DD-WRT onto the router and use NoCatSplash to capture the connected user's first HTTP request and redirect it as needed.

Mobile App Connecting to my local web server

Looking for assistance on why I can access my local web server when I'm on my wireless network but not from my mobile phone (when not connected to wifi). I have tried using dyndns, wan ip, regular ip address but I can't see to grasp what I should be doing. I have my MAMP server running and php on 8888 for which the appropriate php file runs successfully when I'm logged into my network. I'm just trying to access this now from the public domain and I'm not sure what i need to do.
Any help would be greatly appreciated!!
Thanks,
Dan
You need to get your router to forward the external requests to the correct internal computer & port.
I.e. any external requests to port 8888 should be forwarded to your computer's IP address on port 8888. Most routers will have this option in the admin panel somewhere.
[EDIT]
This website might be able to help - http://portforward.com/english/routers/port_forwarding/routerindex.htm