Command line tool for manipulating and listing the routing table.
Questions tagged [route]
620 questions
-2
votes
1 answer
Can two servers talk to each other via TCP by this configuration?
This is an interview question:
There are two servers on Rank A, setup the network on the two hosts by following configuration:
Server A: ifconfig eth0 10.10.15.129 netmask 255.255.255.0 up route add default gw 10.10.15.2
Server B: ifconfig eth0…

J JIA
- 1
- 1
-3
votes
1 answer
how to verify if target host is linux/solaris or switch/router/else
I have hosts file in my master linux machine
and this host file include more then 1000 IP address that defined many components as Linux and solaris machine and switches and routers and EMC port and so on
example
192.9.200.23 LinuxM26
…

maihabunash
- 443
- 1
- 11
- 25
-3
votes
1 answer
Why is Windows 7 not following all routes?
My computer is connected to my secondary router that's running the 192.168.42.0/24 network and my computer also has a route that directs anything on that network to the router, but for anything on that network other than the router itself, it get's…
-5
votes
1 answer
How to route to next server?
I must route all traffic from first server to second server and next to third server.
Like this:
server1 -> server2 -> server3
I use Debian Wheezy.
Can anyone tell how to do this with iproute?

MarcinM
- 1
- 1
-5
votes
2 answers
Manually add route to VPN
Hello server enthusiasts,
I have a VPN (pptpd running on Ubuntu 10.04) that I am trying to connect to with a client (Win7).
I can successfully connect to the VPN.
Once connected to the VPN, I can ping both interfaces on the server (1.2.3.4 which is…

Jack
- 1
- 1
- 1