Top "Router" questions

A router is a device that forwards data packets across multiple networks.

Objective-C : How to fetch the router address?

I tried to fetch the router address this way. - (NSString *) routerIp { NSString *address = @"error"; struct ifaddrs *interfaces = NULL; struct …

iphone objective-c ip-address router
Is there a way to catch all non-matched routes with Backbone?

I want to have a 'catch all' route which runs when none of the other defined routes are matched. A …

javascript backbone.js router
How to hide header component on login page in Angular 4?

I am very new to angular 4 and angular material and i am still at learning phase. I am trying to …

angular authentication router angular-material2
How to redirect custom urls to some local IPs with pfSense

I'm using a pfSense router and I'm desperately trying to configure a custom url (eg: myurl.ext) that should mapped …

networking dns router pfsense
Router to handle multiple public IP addresses

I am presently running several websites and a mail server from my home network. I have a business DSL account …

networking routing hardware router
How to control a TPLINK router with a python script

I wanted to know whether there is a tool that allows me to connect to a router and shut it …

python ssh router reboot
Flask - How to make an app externally visible through a router?

The question in short How do you run a simple Flask-based website visible to the internet, from a host PC …

python python-2.7 flask router httpserver
Programmatically changing wireless router settings - Netgear ideally

Is it possible to programmatically change settings on a Netgear wireless router using C#? I have settings that I change …

wireless router
OpenWRT: Cant install packages - memory issue

I switched from default firmware to OpenWrt for my: TP-Link TL-WR1043N/ND v1 and have the problem that I …

router openwrt
How to know ip address of the router from code in android?

How can you find the IP address of the router (gateway address) from code? WifiInfo.getIpAddress() - returns IP address …

android wifi ip-address router