Questions tagged [route]

Command line tool for manipulating and listing the routing table.

620 questions
1
vote
1 answer

IPTables Reroute SSH based on Connection string?

We are using a cloud server (Debian Squeeze) where public ports on a public IP route traffic to internal servers. We are looking for a way to use IPTables and ssh where based on some part of the ssh connection string (or something along these…
senrabdet
  • 31
  • 2
1
vote
0 answers

WAN Woes Between Satellite Offices

Having a baffling time trying to troubleshoot an issue between 3 sites on a WAN set up via site-to-site VPN. The sites are: NY: 10.30.1.0 (HQ) OH: 10.30.6.0 CT: 10.30.7.0 When I first started working on it, the OH and CT sites are able to…
y3n0
  • 11
  • 1
1
vote
1 answer

Ubuntu 12.04 as router with 2 nic

I have been trying this setup for weeks and still can not make this to work... ubuntu 12.04 64 bit with 2 nic nic1: eth0:192.168.2.33 -static ip with internet access (connected to modem) nic2: eth1:192.168.1.2 -static ip connected to LAN. enabled…
Blue Gene
  • 113
  • 2
  • 2
  • 6
1
vote
1 answer

Sonicwall firewalls and redundancy of route based vpns

I am attempting to configure a route based vpn on a Sonicwall TZ device. The datacenter has two public IPs on different subnets (A and B). The remote office has 1 public ip (C). When I configure two tunnels from the datacenter firewall to the…
Min Kim
  • 11
  • 1
1
vote
1 answer

route traffic to different interface, from port

I got three gateways: 192.168.10.1 on eth0 (default), 192.168.100.1 on eth0:0 192.168.101.1 on eth0:1 I'm trying to make my computer decide on which to use, from the request port. (request comes server-side) exemple.com:80 -> via 192.168.10.1 to…
user1219721
  • 487
  • 1
  • 6
  • 15
1
vote
2 answers

Ubuntu server acting as a two interface router

I'm trying to set up a squid proxy server using Ubuntu server 12.04 I'm very new to Ubuntu but I have managed to get some simple things done. I bought a second PCI interface and have managed to install it on the server. My goal is to forward all…
GMX750
  • 13
  • 4
1
vote
2 answers

Can't route specific subnet thru VPN in ubuntu

I'm having issues routing traffic thru VPN. Here's my setup I have 3 hosts, let's call them A, B and Z B and Z have a VPN connection in the 10.10.10.x SUBNET A and B have a direct connection in the 10.10.12.x SUBNET I want to be able to route…
Disco
  • 1,421
  • 5
  • 20
  • 34
1
vote
0 answers

Route VPN gateway traffic via tun0

On my Linux box, I got a tun0 dev by ipip like: tun0 Link encap:IPIP Tunnel HWaddr inet addr:10.10.10.2 P-t-P:10.10.10.1 Mask:255.255.255.255 and I running a ipsec vpn server(ipsec-tools) on this box, how can I route all vpn…
timy
  • 699
  • 1
  • 7
  • 14
1
vote
2 answers

LAN to LAN VPN connectivity issues

I have a route-based VPN with limited functionality. My computers on site-A can ping one workstation on site-B, it happens to be the only workstation that is not part of the domain that has been setup. To reiterate, I cannot ping computers that are…
Kyle
  • 141
  • 1
  • 7
1
vote
5 answers

Different Routes For The Same DNS

I don't know the right term for this concept. But basically, I just want to reroute internal traffic to go directly to a server within the network instead of going around the internet. The domain have to be the same. Example: - (for internal users)…
1
vote
3 answers

How to reach a device on a different subnet?

I have what may seem to be a basic question about routing, but I ask it because I am not sure where to start. I have a simple network setup: Client1, Win7, 192.168.0.50, default gateway is set as 192.168.0.10 ISA 2006 firewall machine, Server2K3,…
slugster
  • 203
  • 1
  • 7
  • 12
1
vote
2 answers

The ping response time doesn't reflect the real network response time

I encountered a weird problem that the response time returned by ping is almost fixed at 98ms. Either I ping the gateway, or I ping a local host or a internet host. The response time is always around 98ms although the actual delay is…
steveyang
  • 673
  • 4
  • 10
  • 16
1
vote
1 answer

How do I setup a routing rules to allow https traffic

This is about a clearOS installation. eth0 = external interface (dhcp Internet) eth1 = internal lan, static 192.168.0.10 eth2 = dmz The problem is, after initial installation, I was able to connect to external (Internet) without too much trouble,…
stefgosselin
  • 257
  • 1
  • 4
  • 14
1
vote
1 answer

iptables and virtual machines of KVM, no ping, no ssh from VMs

Hi everyone :) I have two virtual machines 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 89.114.122.3 and 89.114.122.4 IPs to…
paulmad
  • 11
  • 3
1
vote
2 answers

removing static route from linux doesn't disconnect session

I want to test "connection retry" with remote application server. For this, I am using route method, wherein I remove static route from my linux server and check if the connectivity goes down or not. Surprisingly, connectivity doesn't go down & I…
Vijay Gharge
  • 87
  • 1
  • 2
  • 10