Command line tool for manipulating and listing the routing table.
Questions tagged [route]
620 questions
0
votes
1 answer
ASA5505 Route through another Gateway's VPN?
I have 2 routers set up in our office, one an ASA5505 and one is just a smoothwall. The smoothwall has a VPN set up to a data centre rack and users access various servers at our datacentre. I am in the process of setting up the ASA5505 on a new…

Daniel
- 107
- 1
- 8
0
votes
2 answers
My server IP routing problem
I am unfortunately from Iran and I have a Problem with my server.
when I type in windows CMD nslookup ParsCMS.com 4.2.2.4 it can not find my server IP, but nslookup ParsCMS.com 8.8.4.4 returns 79.175.165.139 but every one can ping my server so…

Virtual Develop co.
- 13
- 1
0
votes
1 answer
Route all traffic through my laptop (using Squid) with Windows
I have just installed Squid on my laptop and I am successfully blocking all the traffic that I want to block ( websites, protocols etc. ).
But I would like to route all the traffic form my LAN ( have just 2 computers in it - and I use Dlink 502T…

Patryk
- 143
- 2
- 9
0
votes
1 answer
Masquerade traffic from certain source IP to VPN connection
Network Setup:
10.0.0.1 Router: to internet
10.0.0.70 Server: Ubuntu based server,default gateway is 10.0.0.1
10.0.0.51 PC
I created a PPTP connection(interface: ppp0) on Server to a machine on the internet, what I want to do is route all the…

Shuo Ran
- 1
- 1
- 1
0
votes
2 answers
Add a route to virtual machine on a different computer
I'd like to add a route from my computer to a VMWare Virtual Machine which runs on a computer in a different office. I can access the host computer (192.168.110.164) where the machine is running on a virtual subnet. The IP address of the virtual…
Bernhard Hiller
0
votes
1 answer
Configuring ip, subnet and gateway on eth interface
I'm in terminal on RedHat 5 and I need to configure one of the two eth interface with different IP, GATEWAY and SUBNET.
I know ifconfig and route add but I'm not sure what I have to do for configureing the gateway on that particulary eth and, I…

Kreker
- 458
- 4
- 10
- 22
0
votes
1 answer
how to add a static route to external gateway(external IP)?
I am having an issue with setting up a static route in Fedora.
I need to route some traffic to an external gateway(105.101.67.70 - public IP address of a VPN router). Any request sent to 125.106.67.70 needs to be routed to VPN router gateway…

taras
- 269
- 2
- 9
- 20
0
votes
1 answer
iptables - websites redirection
I have three servers.
The first is a for my front
the two other http server : for dispatch.
I want for example, do :
receive a request on my front (public) : site1.com an redirect the request on server1 (private)
receive a request on my front…

fred
- 1
0
votes
0 answers
cannot ping through gre tunnel
This question has been merged
I have 4 machines
machine 1 have ip address 172.13.0.40/24
machine 2 have two ip address 172.13.0.1/24 and 172.12.0.1/24
machine 3 have two ip address 172.12.0.50/24 and 172.17.0.1/24
machine 4 have ip address…

sanketmlad
- 183
- 3
- 9
0
votes
1 answer
Add Persistent Static Route in Centos 5
What is the proper way to add a static route in Centos 5 that will persist rebooting?
I tired adding an route-eth0 file in /etc/sysconfig/network-scripts that contains a route , but after ./etc/init.d/network restart that route is not present and…

Kyle Brandt
- 83,619
- 74
- 305
- 448
0
votes
1 answer
Servers cannot see internet gateway though their configuration is the same to another which can
I have 2 switches at the Data Centre - one is connected to the internet, and one for the internal private network.
All servers have one NIC into the internet switch and one to the private one. All servers are ok, except three: Those three servers…

Harel
- 630
- 2
- 7
- 18
0
votes
1 answer
Create a new route for a bond alias
I have an IP address in my linux box 1.2.3.4 that is eth0:1. Alias of eth0.
I want to create a route from that IP to an external 5.6.7.8 IP in another box.
How can I do it? Do I need netmask and gateway?

cateof
- 173
- 1
- 7
0
votes
3 answers
Linux add route error
Here are these Linux and IP:
LinuxA: eth0 188.9.5.2, tun0 10.0.0.1
LinuxB: eth0 188.8.6.3, tun0 10.0.0.2
LinuxC: eth0 188.9.7.4
LinuxD: eth0 10.62.8.5
On LinuxA, I can ping to 10.0.0.2 of LinuxB.
On LinuxB, I can ping to 10.0.0.1 of LinuxA.
On…

inoob
- 1
- 1
0
votes
1 answer
getting multicast on a virtual interface on linux
I create a virtual network interface with:
ifconfig eth0:1 192.168.0.1 netmask 255.255.255.0
but when I ping the multicast address:
ping 224.0.0.1
my virtual interface does not respond.
Why?

peter roytin
- 1
- 1
0
votes
1 answer
Routing subnet over GRE tunnel
Im trying to configure a GRE over IPSec connection between two subnets. The IPSec tunnel is opened and now I want to add a GRE tunnel over it:
ip tunnel add GRE01 mode gre remote 10.244.0.1 local 10.244.245.32 ttl 255
ip link set GRE01 up
ip addr…

eMgz
- 103
- 1
- 5