Questions tagged [router]

A router is a device that forwards data packets across multiple networks. DO NOT USE THIS TAG FOR QUESTIONS REGARDING URL ROUTING OR SINGLE PAGE APPLICATION ROUTERS

NOTE: This tag should not be used for questions on configuring or port forwarding applications on routers. Such questions are off topic for StackOverflow, and should be directed to SuperUser instead. Questions involving routing in single page applications should insetad be tagged with the appropriate routing library such as or . Question asking about routing server side applications should be tagged with and the appropriate framework.

Excerpt from Wikipedia on March 29th 2011:

A router is a device that forwards data packets across computer networks. Routers perform the data "traffic directing" functions on the Internet. A router is a microprocessor-controlled device that is connected to two or more data lines from different networks. When a data packet comes in on one of the lines, the router reads the address information in the packet to determine its ultimate destination. Then, using information in its routing table, it directs the packet to the next network on its journey. A data packet is typically passed from router to router through the networks of the Internet until it gets to its destination computer. Routers also perform other tasks such as translating the data transmission protocol of the packet to the appropriate protocol of the next network, and preventing unauthorized access to a network by the use of a firewall.

The most familiar type of routers are home and small office routers that simply pass data, such as web pages and email, between the home computers and the owner's cable or DSL modem, which connects to the Internet (ISP). However more sophisticated routers range from enterprise routers, which connect large business or ISP networks up to the powerful core routers that forward data at high speed along the optical fiber lines of the Internet backbone.

3818 questions
1
vote
1 answer

linux terminal view files on router

I would like to know the commands for viewing and navigating files on a router. The router is one in use at home. Can be connected to wirelessly or via Ethernet cable. I know of ps, ls, grep, dd, sudo, su, and some others, however I don't have the…
unseen_rider
  • 324
  • 5
  • 23
1
vote
3 answers

Getting POST data using AltoRouter PHP

I've implemented Alto Router in my MVC framework and it's routing Get requests using the URI perfectly. It's got to the point where i need to start dealing with forms and POST data, so ive set up a route to deal with a POST request, the request…
Tom Burman
  • 947
  • 3
  • 15
  • 37
1
vote
1 answer

multiple router vs single router for large application in Backbone JS

I am creating a website which has multi user concept Like Admin can create teams, assign some sub-apps to team and create a user and assign users to that team Likewise team admin can add users in a team and check user's statistics and so on. Users…
Ketul
  • 13
  • 3
1
vote
1 answer

How to display precompiled templates to a specific view

Can anyone help me how to display the generated pre-compiled handlebars to a specific view? var aboutData= [{...}, ...]; App.Router.map(function() { this.resource('about); }); // When navigating to url: www.../#/about // This whole thing…
meetmahpuppy
  • 418
  • 1
  • 4
  • 17
1
vote
1 answer

message goes to dead letter instead of sender (akka router) [scala]

Actually I`m having trouble with getting my actor (router) system to work correctly. My Setup: I`m trying to use an akka router within an play controller. For dependency injection I use scaldi. scaldi module: class UserDAOModule extends Module { …
heiningair
  • 441
  • 1
  • 6
  • 23
1
vote
2 answers

Powershell command alternative to Telnet for managing router

I need to reboot my wireless router (ZyXEL P-660HN-T1A) at a scheduled time (using task scheduler in Windows 7). The live and manual telnet command-line version to the task above is this: telnet 192.168.1.1 password: ********** sys reboot exit Now…
mhmdghfr
  • 41
  • 2
  • 2
  • 9
1
vote
2 answers

MRTG CPU and Memory together

So, I have an Adtran router and I'd like to monitor both CPU and memory utilization in a single graph. Unfortunately Adtran doesn't offer a percentage guage for memory utilization the way it does for CPU utilization. It does offer two OIDs: one…
Rowshi
  • 360
  • 2
  • 11
1
vote
1 answer

Why can't I get to my router's admin & settings using Google Chrome browser

I'm trying to get to my router's admin console using Google Chrome but when I type the URL for it Chrome redirects to this page: The image says "404 Not Found" and the redirected URL is: ".../cgi-bin/check_hijack.html" I've tried clearing all my…
JESTech
  • 145
  • 2
  • 15
1
vote
1 answer

ssh2_exec environment trying to ssh to vyos router and get configuration

I am writing a php script to connect to a vyos router via ssh and backup the configuration using the command show configuration commands. When I connect from the command prompt this works as expected ssh vyos@1.1.1.99 Password: **** $ show…
JCutrer
  • 328
  • 3
  • 11
1
vote
1 answer

Symfony 2.5 SEO Friendly URLs

I'm trying to build my own CMS based on Symfony 2 since I swapped jobs and now require some symfony practice, but got stuck when trying to do something sensible with routes. In Zend it was possible with preDispatch so I hope Symfony 2 will have…
tomhre
  • 295
  • 1
  • 4
  • 15
1
vote
1 answer

Create a Java Spring API Router

Im creating an API using Java and Spring. My question is, is there a standard way to organize the API routes into one file? For example when creating an API using Express.JS there is one file, called the router, where all of the routes are declared…
RachelD
  • 4,072
  • 9
  • 40
  • 68
1
vote
1 answer

java.net.ConnectException: Connection timed out: connect, using router

I am trying to connect one PC (with XAMPP) with another PC (with Processing). For this, I downloaded a MySQL library for Processing: import de.bezier.data.sql.*; It works when I use localhost as a server, it works with other computers when both have…
kellz
  • 11
  • 3
1
vote
1 answer

Multiplex multiple mobile broadband connections into one access point

I'm trying to find a way to take multiple mobile broadband connections, and bridge them together to expose one wifi access point. I want to tether the phone's broadband, and multiplex the data. How can this be achieved? Is there a router, that has…
karlsburg
  • 185
  • 1
  • 10
1
vote
0 answers

Backbone history appends route to URL twice

This is a followup to my earlier question, Backbone routing/history issue with Jekyll static pages. I'm building a simple, static site with Jekyll and using Backbone to do some routing. All of my pages are separate HTML files. I handle navigation by…
Jake Z
  • 105
  • 7
1
vote
1 answer

Ping timeout on tracert second node

I have been having occasional lag spikes while playing online realtime games (LoL for example). I ran a tracert to LoL's servers (216.52.241.254): C:\Windows\system32>tracert -d 216.52.241.254 Tracing route to 216.52.241.254 over a maximum of 30…
Hau
  • 443
  • 6
  • 13
1 2 3
99
100