Command line tool for manipulating and listing the routing table.
Questions tagged [route]
620 questions
0
votes
3 answers
linux routing issue
I have 2 linksys routers which has linux running on it and using tomato firmware.. both has internet lines plugged on but only 1 acts as DHCP server (router 1) What I am having to achieve is that all packets goes to router 1 from internal IPs want…

Duc To
- 1
0
votes
2 answers
Multi Gateway and Backup Routing on a cisco router
I have a 2620 Cisco Router with only one Fastethernet port
Now I have two internet gateways. I want to config my router as when primary routing fails second routing automatically start to route all my packets. When I set 2 IP route command in my…

Kamal Miresmaeili
- 1
- 1
- 3
0
votes
1 answer
Bridge VirtualBox host-only network with Juniper VPN network on OS X
I'm trying to setup a VM which should be able to utilize the VPN connection of my host. The VM is running Debian Lenny and the host is OS X SL. For the VPN connection I use Juniper Network Connect which creates a new virtual interface named 'jnc0'…

myme
- 3
- 1
- 3
0
votes
2 answers
Can I route packets between PPTP clients?
I hava one pptp gateway(192.168.1.1), and one pptp linux client(192.168.1.2), and one pptp windows
client(192.168.1.3), When gateway receives response packets of 192.168.1.3 , can i forward these
packets to 192.168.1.2?

larry
- 4,037
- 9
- 36
- 42
0
votes
5 answers
how to bridge networks 192.168.191.0/24 and 10.9.0.0/16?
I have two networks in a LAN: 10.9.0.0/16 and 192.168.191.0/24.
They use the same Linux router, what do I need to add with route so that all computers see each other in the network?
I'm using IPCop as router software.

polemon
- 585
- 2
- 8
- 21
0
votes
1 answer
adding a route table entry in switch hub or something
It is widely known that a network packet can be sent forcely to a designated port(a physical port in switch hub device) by adding a route table entry. For example,
(In Windows Console in host A)
c:>route add B mask 255.255.255.255 X
Enforces any…
imays
0
votes
2 answers
SMTP Relay to Multiple Hosts
I have a situation where I need to configure an MTA to relay messages for a single domain (@example.com) to multiple (3) seperate SMTP servers. Email for user@example.com received on SMTP-1 needs to be relayed/routed to SMTP-2, SMTP-3, & SMTP-4. Any…
user55812
0
votes
1 answer
Cisco Route needed to route VPN clients to datacenter
I have setup a OpenVPN server on a server in the office for people to VPN into. They can hit any host on the office network just fine but if they try to access our datacenter on another subnet nothing happens. I believe it is on the access-list of…

Mike
- 22,310
- 7
- 56
- 79
0
votes
1 answer
route everything except 123.123.* through vpn
I would like to route all requests to 123.123.* normally through eth0 and everything else through VPN (tap0).
This should probably be done with iptables. Any ideas how?
Thanks

user49445
- 3
- 2
0
votes
2 answers
How to reply some request from which routes its came from?
I wonder if we can reply some request from which route its came from?
My Situation is like this:
eth0 192.168.10.1 --> gw: 192.168.10.254 nm: 24
eth1 192.168.11.1 --> gw: 192.168.11.254 nm: 24
Since this two IP is on the same machine, normally when…

Ta Coen
- 240
- 4
- 15
0
votes
1 answer
Change OpenVZ route to pass through ip failover
I have one dedicaced server with its own IP and another IP (failover) who refer to the first.
I will wish to change the gateway of a Proxmox virtual machine (openvz) who runs on this dedicaced server to go through the failover IP rather than the ip…

Kevin Campion
- 437
- 2
- 7
- 15
0
votes
1 answer
route view for new IPs?
The route view method is not working for me
telnet route-views.routeviews.org
(logged in with user "rviews")
route-views>show ip bgp 173.244.44.0 | inc 10464
route-views>show ip bgp 173.244.44.0
% Network not in table
route-views>
Am…

Clear.Cache
- 89
- 1
- 1
- 11
0
votes
1 answer
route view problem
Trying to check IP status to show a customer
root@server [~]# telnet route-views.routeviews.org
Trying 128.223.51.103...
Nothing happens, but telnet is enabled
Any idea why it may hang for minutes?
Using CSf firewall, Centos 4.4 box

Clear.Cache
- 89
- 1
- 1
- 11
0
votes
0 answers
Adding static route between two VPN servers
I have two VPN servers (Wireguard and OpenVpn) and my goal is that the clients connected to both the servers should be able to communicate between them. Say laptop A is connected to wireguard VPN server and laptop B is connected to OpenVpn, I should…

Kavitesh Singh
- 101
- 3
0
votes
0 answers
nftables: VM to VM Communication over Host IP
I have the following situation:
A Debian Linux host with multiple VMs running on it.
One VM is set up as a mail server.
nftables on the host redirects the mail traffic from the world to the mail VM with NAT.
My problem is that when I want to send…

jb_alvarado
- 140
- 2
- 10