Questions tagged [route]

Command line tool for manipulating and listing the routing table.

620 questions
0
votes
1 answer

persist route when gateway is from another subnet

When I want to create route when gateway is from another subnet I have to execute two commands: route add -host 10.10.100.17 eth0 for adding gateway, and: route add -net 10.210.0.0/16 gw 10.10.100.17 to add a route to network using…
0
votes
1 answer

Increasing the metric of default route in CentOS with DHCP

I am setting up a server (VM to be precise) that runs CentOS 6.4. I have an eth0 adapter on the CentOS machine that has connection to the Internet (through a bridged network on the host). The eth0 adapter is configured through DHCP. So far, so…
K.Steff
  • 103
  • 1
  • 4
0
votes
2 answers

OpenVPN Allow Servers to talk to VPN Clients

I have setup a VPC in Amazon with 2 subnets. The public subnet has a ip range of 10.0.0.XXX and a private subnet with a ip range of 10.0.1.XXX my OpenVPN sits on 10.0.0.100 and hands out ip from the 5.5.0.XXX range Everything works fine and my VPN…
John
  • 31
  • 1
  • 5
0
votes
1 answer

Using iptables to forward traffic to a single IP address

The setup: Debian; acting as the network's router using iptables, fail2ban Because of external requirements, both networks are 192.168.1.x. eth0: 192.168.1.1 eth1: 192.168.1.2 Ubuntu (192.168.1.3) acting as a network bridge of sorts eth0:…
0
votes
1 answer

Setting Gateway In Linux

i am having Ubuntu box with two nic,eth0:for private and eth1 for public with static ip assigned. on eth0:192.168.30.1 eth1:x.x.106.111 I want to set this box as Default gateway for all the other machines and wan to do NAT ing on it. But after…
kevin
  • 191
  • 5
  • 16
0
votes
1 answer

route client by specific query?

myweb.com has external ip. I have a debian server running BIND9, it contain some clients, I created the zone myweb.com and I created A record to localhost.it's ok, but I would know if I can point the A record to the real external ip, but route…
Julio
  • 1
0
votes
1 answer

Giving Multiple ip address of same n/w on two virtual nic

running xen with 2 guests i have been trying to assign public ip addresses to two virtual nic, one each which is sharing bridge networking with host. tried this Host x.x.116.2 created two nic on guest which is using same bridge with host eth0…
kevin
  • 191
  • 5
  • 16
0
votes
1 answer

Linux Servers in same network unreachable from each other, but however reachable from outside

I have 5 servers in the same network with IPS X.X.X.110 - 114. They are all connected to a switch. I am able to reach all 5 of them from outside(internet). However, I cant connect from servers 0 - servers 3. From Server 4 however, I can contact all…
akshat
  • 229
  • 1
  • 3
  • 12
0
votes
3 answers

Poor-Man's Loopback on a Virtual Machine

I want to route the address 10.0.0.10 from my virtual machine back to my virtual machine through my physical router. How do I configure my virtual machine, host, and router to do so? The host is a 64-bit Vista machine and the VM is a 32-bit Vista…
Brian
  • 737
  • 2
  • 9
  • 14
0
votes
1 answer

Small Business Server Standard 2011 Acting As A Router/Firewall or Connected Via Switch

Using Small Business Server Standard 2011, what is the preferred best practice for a group of about 15 computers. To use it as the router/firewall and have it be assigning DHCP, or have it connected with the rest of the network via a switch?
Mike Hagstrom
  • 195
  • 1
  • 3
  • 11
0
votes
1 answer

MPLS link not forwarding

We have a new MPLS service and I'm having trouble getting it to work (it seems like a routing issue). It's a T3 with two circuits: a public wan port and a private MPLS circuit connecting 2 sites. Each site has its own subnet and a gateway router…
Ken
  • 73
  • 8
0
votes
1 answer

Route from Cisco ASA over site to site VPN

I want to be able to push f/w logging traffic to a server at a remote site. This server is accepting syslog traffic on port 514. In the ASA I've configured it to use this server as a syslog server. The Cisco f/w's inside interface address is…
Wookie321
  • 13
  • 3
0
votes
1 answer

Weird routing issue

I am working on getting networking working correctly on a cluster of 14 virtual servers at a customer site. 11 of them work fine for routing and 3 don't work correctly for their administrative network (172.28.56.0). All are running Windows Web…
smccloud
  • 133
  • 4
0
votes
2 answers

.bat file to automatically connect to VPN and add a route in Windows 7

I can establish VPN connection using RASDIAL command. But how do I add a route to 192.168.254.0/24 automatically after VPN is connected? Each time after VPN connection is established, Windows could assign different interface ID to the VPN connection…
Vladislav Rastrusny
  • 2,671
  • 12
  • 42
  • 56
0
votes
1 answer

Routing via Linux

I have an individual network with a single machine having IP Address 10.10.10.4. Another machine (Gateway Machine) has two NICs: eth0 and eth1. eth1 (10.10.10.10) is connected to the internal network machine and has no direct connection with the…
Abdullah
  • 105
  • 1