Command line tool for manipulating and listing the routing table.
Questions tagged [route]
620 questions
0
votes
1 answer
Does the following route change include undesired machine?
I want to utilize both the wired lan from the company and the wireless from my phone( achieved by PdaNet ). I need to seperate the connections in the route table because the wireless connection have higher priority ( lower metric ) as seen from the…

lamwaiman1988
- 113
- 5
0
votes
1 answer
How to serve clients when provider's channel is down?
GPRS-devices can connect to server only by ip.
They are permanently connected to the server.
How to prevent Denial of Service, when internet-provider's channel is down?
Is there any standart solutions for this situation?

Viacheslav Gostiukhin
- 143
- 1
- 6
0
votes
1 answer
Route-map changing from permit to deny retains the match tag values
I have a route-map configured on my cisco router with name say s1 and sequence number 10(default) which contains a match tag 10. If i again try to configure the same route-map name with same sequence number 10 (default) with a newer match tag 20 it…

Hemanth
- 149
- 6
0
votes
1 answer
Route local traffic to ip1:port to extern ip2:port
I have a service setup that redirects after a succesfull login (Couchbase), but the IP it transfers to is an local one, where the client that is connecting to cannot reach.
How can I setup iptables so that I can route traffic generated by the client…

WesleyE
- 125
- 7
0
votes
1 answer
Windows route add error
Windows Server 2003 Standard Edition
C:\Documents and Settings\Administrator>route print
IPv4 Route Table
Interface List
0x1 ........................... MS TCP Loopback interface
0x10003 ...00 14 22 10 7f ea ...... Intel(R) PRO/1000 MT Network…

Ernest Kok
- 1
- 1
- 1
0
votes
2 answers
connecting to a network using route command
I have a computer with an external IP(192.168.223.220) and also an internal address (10.1.1.20) in order to connect to some servers that don't have external addresses only 10.1.1.xx . in order to connect to these servers from other machines I used…

ami
- 3
- 2
0
votes
2 answers
4 nodes to the internet, everything works except 3rd node
I have 4 nodes to the internet:
Internet <--> Node A <--> Node B <--> Node C <--> Node D
Node A: main gateway, manage internet
Node B: gateway/tunnel to node C
Node C: gateway/tunnel to node B
Node D: FreeNAS server
Between B and C is a…

Sirber
- 328
- 5
- 18
0
votes
1 answer
Why is a ping response being sent to the wrong gateway?
In a previous question, I was trying to determine why my OpenVPN clients could not ping the server LAN, even though the server LAN could ping the clients.
Having investigated this further, I determined that, at least in the case of one of the…

jonseymour
- 243
- 1
- 5
- 13
0
votes
1 answer
using a gre tunnel as default route
I have two private networks (A, B) that connects via another company's private network (C). Network A has internet access. I want to make a tunnel between B and A that goes through C. Then network B will use A as default route for internet…

Sirber
- 328
- 5
- 18
0
votes
1 answer
iptables and virtual machines of KVM, external ip
Hi everyone :) In general, I'm still struggling with the virtual machine KVM. I did two alias to eth0 - eth0:0 and eth0:1 and put them on an external IPs (eth0:0 - 89.114.122.3, eth0:1 - 89.114.122.4). Now the problem is: redirect from IP…

paulmad
- 11
- 3
0
votes
1 answer
Static route issue on Windows Server 2008 R2
There's a virtual machine with Windows Server 2008 R2 installed. There are two NICs connected to it: PROD & BUP. The BUP interface is configured without default gateway. After adding static route with /p switch, it appears in routing table but…

Volodymyr Molodets
- 2,424
- 9
- 36
- 52
0
votes
1 answer
Internet Backup if DSL & Cable Fail
We have a T1, a DSL Line and a cable modem in each building to assure that we can connect to the internet in case one fails. However during the latest power outage we also lost all of them and were cut off from the world.
I purchased a few aircards…

Jimmy
- 111
- 6
0
votes
1 answer
How to make LAN PCs (Windows) accessible from a SonicWALL L2TP VPN connection
We have several LAN devices connected via a physical wired network to a SonicWALL TZ210 on subnet 192.168.2.0/24. Several of those devices are assigned DHCP addresses in the range 192.168.2.100 to 192.168.2.199 and some of them have static addresses…

Dave Hartnoll
- 103
- 1
- 3
0
votes
1 answer
Manage the Win2008 routing table
I have a networking issue
As I have now two network cards and each one should connect to a specific network; one should be used to connect to the internet and the other one for intranet.
I want to manage the routing table as I think it will help me…

AshOoO
- 111
- 1
0
votes
1 answer
centos route problems, can't connect to network
I have an issue with CentOS route... maybe someone can help me to figure it out, how to simple configure route... I have an dedicated ip adress e.g. 13.97.82.85 my netmask is 255.255.255.192 and gw is 13.97.82.65 all I want to do to connect to the…

Brian
- 3
- 1