Top "Router" questions

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

Simulating a bad internet connection

I'm developing an embedded device which has access to the internet through LAN. I'm in the testing phase now, and …

router lan internet-connection testing
Captive Portal - Chillispot | OpenWrt vs DD-wrt

I've been trying to configure a captive portal using DD-wrt and Open-wrt, with my own radius server and I've also …

router openwrt dd-wrt captivenetwork
Cisco SSH key exchange fails from Ubuntu 14.04 (Client DH key range mismatch)

For some reason, I cannot SSH into a Cisco CSR1000v router from an Ubuntu 14.04 machine. Our Cisco firmware is; …

ubuntu networking ssh router cisco
Angular 2 add routerLink in child which points to root router

Currently I am developing a web app using Angular 2 Beta 8. Now I am facing a problem with nested routes when …

javascript routing angular router angular2-routing
No ARP response from gateway

I'm developing an embedded system that has to communicate with the outside world over 10Base-T ethernet. I have built all …

router gateway arp reply
redirect to a route after api call in angular2

I need to redirect the user to a different component after processing (via api) the data user submitted through form. …

angular router subscribe
how to unit test router.navigate in angular app

I am running unit test for angular app, I want to unit test if navigation is working correctly in angular …

angular unit-testing router navigateurl
Ember.js Router: How to animate state transitions

Has somebody found a good way to animate state transitions? The router immediately removes the view from the DOM. The …

css animation ember.js router
Angular 2 Dynamic Breadcrumbs

I need some help with breadcrumbs Here example routes config Routes = [ {path: '', redirectTo: 'home', pathMatch: 'full'}, {path: 'home', ..., data: { …

angular router breadcrumbs
Angular 7 Router - Navigate without adding to the history

Using Angular Router, I want to navigate to another url without adding it to the browser history. this.router.navigateByUrl(`${…

javascript angular router history