Questions tagged [ip-routing]
281 questions
0
votes
1 answer
Routing table connected entries different than interface assigned IP address
I have a HP ProCurve A7102DL router which has eth1 and eth2 interfaces. I currently have eth1 set as my WAN and eth2 as my LAN side. My eth2 has three IP address assigned to it which are A.A.A.1, B.B.B.1, & C.C.C.1. The LAN side IP addresses all…

jer.salamon
- 449
- 4
- 12
0
votes
2 answers
force traffic out a specific nic on same network
On windows server 2008 I have 2 network cards both configured on the same network (i will explain the purpose in a second)
NIC1: 10.35.1.98 Mask:255.255.0.0 Gateway: 10.35.1.254
NIC2: 10.35.1.99 Mask:255.255.0.0 Gateway: 10.35.1.254
What I am…

John
- 3
- 1
- 1
- 2
0
votes
2 answers
How can I make outbound requests from two servers that appear to come from the same IP address
I am making calls from an ec2 instance to a third party web service (over which I have no control). I would like to be able to scale horizontally, so that I can make these calls from multiple ec2 instances, but the web service I'm calling…

Brad
- 101
- 1
0
votes
1 answer
Routing between two networks with three router
There are a network 192.168.0.0/24 and a different network on a second location with 192.168.50.0/24 on both networks are a router with 192.168.x.1 who route the traffic.
Now i install a new Router with 192.168.0.2 and connect with ipsec to…

kockiren
- 886
- 3
- 14
- 37
0
votes
1 answer
set-up webserver with two nics
I have a web/email server with to nics, eth0 and eth1. I want to set it up, in order all WAN traffic is going through eth0 and all LAN traffic is going through eth1.
I found a number of descriptions and tutorials about policy based ip routing, but…

BetaRide
- 445
- 2
- 10
- 20
0
votes
2 answers
linux route 2nd internal network
In my network configuration, I have three switches:
Internet (xx.xx.140.129/25)
Internal SAN (10.1.1.0/24)
iLo management (10.1.30.0/24)
I have one Linux server which I use for management that needs to have access to all three networks, however it…

John P
- 1,679
- 6
- 38
- 59
0
votes
1 answer
Problems with network routing
Could you help, please?
I have two network interfaces:
1) Physical interface (12)
2) Virtual VPN interface (39)
Without VPN connection I have access to my local network (for example: 192.168.160.35)
But after VPN connected I don't have it. I…
0
votes
1 answer
weird routes automatically being added to windows routing table
On our windows 2003 domain, with XP clients, we have started seeing routes appearing in the routing tables on both the servers and the clients. The route is a /32 for another computer on the domain. The route gets added when one windows computer…

simon
- 714
- 1
- 7
- 21
0
votes
1 answer
Why is a ping response being sent to the wrong gateway?
In a previous question, I was trying to determine why my OpenVPN clients could not ping the server LAN, even though the server LAN could ping the clients.
Having investigated this further, I determined that, at least in the case of one of the…

jonseymour
- 243
- 1
- 5
- 13
0
votes
1 answer
Windows 2003 Std HTTP issues (also affects windows updates)
I have 3 Windows 2003 servers in a domain. Server 1 is running the AD and VPN roles. Server 2 is running Exchange 2003. Server 3 is running some third party network apps and was supposed to be running the VPN role. They are all in the same subnet…

Archit Baweja
- 280
- 7
- 17
0
votes
3 answers
Is it possible to add a static route to a gateway located in a differnet subnet?
I am trying this command:
route add -net 125.106.0.0 netmask 255.255.0.0 gw 105.101.67.70 dev eth0
105.101.67.70 is a public IP address of a VPN router gateway which located in a different subnet and connected through…

taras
- 269
- 2
- 9
- 20
0
votes
1 answer
Multiple gateway + load balancing in linux gateway
i have a problem with load balancing/Fail-overing with Linux gateway
my network look-like this
now, i want users in internal LAN (192.168.1.x), has connect with both line.
is any solution
excuse me for my English, thankyou

hamedsh
- 389
- 2
- 5
- 18
0
votes
2 answers
Linux, two fiber interfaces connected to each other - routing
I have a Linux box with two fiber interfaces connected to each other. Is there any way to set up routing in a way that would actually send the packets over the link? So far it looks like when two interfaces are on the same machine, there is no way…

grk
- 3
- 1
0
votes
1 answer
How to create routes for LAN IPs in Windows XP
Hello i'm trying to use lan and 3g network at the same time on XP, as per previous questions i need to create routes for lan ip ranges. How can i do this

Nuno Furtado
- 101
- 2
0
votes
1 answer
Server 2003 and XP Client; Why are HTTP connections being silently dropped
On my network, my edge-router, a windows 2003 r2 server router with all the latest updates, will drop packets, but only under specific circumstances. I have troubleshot and isolated it down to the most simple configuration i can. There is NO NAT…
Asa Yeamans