The routing tag has no wiki summary.
2
votes
1answer
236 views
Simplest way to set up multiple subdomains to separate VMs running on single host
Problem:
I´m planning to set up several virtualized centos, rhel or ubuntu guest machines on a single centos host server (most likely using KVM). Each guest VM is running an instance of a webapp + ...
3
votes
0answers
130 views
Traffic getting routed through Apache
for some reason, certain outgoing traffic on my server gets routed to the apache webserver i am running. this problem just started happening. i have the webserver set up to use vhosts, the webserver ...
1
vote
1answer
709 views
Redirect http using iptables for an ip range
I have a range of ip addresses (10.13.13.10-19) that I want to redirect all outgoing http traffic to an internal webserver. So if someone in that range tried to access any site, the html from my ...
3
votes
2answers
4k views
Linux Networking routing to virtual ip addresses from a different subnet
New to linux networking, had a question about routing to virtual ip addresses from a different subnet.
I have three servers (they can all ping each other):
A 10.10.51.182 (connected to router ...
4
votes
1answer
1k views
Using the Wifi of a notebook via ethernet for another PC
I want to connect a PC to the internet via my notebook, which is connected to a WLAN.
The setup should look like the following scheme:
PC (eth0) -> Notebook (eth0) -> Notebook(wlan0) -> ...
3
votes
1answer
291 views
Routing through iptables
I have this vpn client that touches the routing table and then keeps watching it to exit if it gets touched.
It is the kind of setup needed for an endpoint, such as a laptop.
I want to use a small ...
1
vote
2answers
417 views
Different domains for multiple VM's on host with one WAN IP
I've got only one WAN IP address bound to KVM host system and multiple VM's with internal IP's, say, 10.0.0.1/28. On the other hand I have multiple domain names bound to host system WAN IP.
The ...
5
votes
2answers
299 views
Route and “e” flag
k# route -6
Destination Next Hop Flag Met Ref Use If
::/0 fe80::8001 UGDAe 1024 0 0 eth0
[...]
What does flag "e" mean?
1
vote
1answer
433 views
Having trouble with packets not making it into Fedora 16 Apache
Background: I haven't done anything with iptables in a few years... I have Fedora 16 running in a VM on VMWare, with my firewall (TomatoUSB) port forwarding to the VM.
VM is at 192.168.1.155. I know ...
6
votes
2answers
781 views
linux multiple internet connections load balancing with fail handling
I have two ISP connections and need automatic load balancing between them. I also need to handle failed connections (not use one that does not work).
First link is a PPTP connection (ppp0), second is ...
1
vote
2answers
518 views
Bringing up an interface does not add default gateway to the routing table in Ubuntu
I have this in my interfaces file:
auto eth1
iface eth1 inet static
address 20.135.251.218
netmask 255.255.255.252
up route add default gw 20.135.251.217 dev eth1 metric 1
...
1
vote
2answers
1k views
CentOS: Sharing WLAN for internet access
I have installed CentOS 6.2 on HP Proliant server. I want to share my USB wireless internet (Tata photon +).
I am able to start internet on my server, but when I enable my LAN, I don't have internet ...
1
vote
1answer
10k views
Adding two default gateways in Debian interfaces file
This is my interfaces file:
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
auto eth1
iface eth1 inet static
address 192.168.2.10
...
1
vote
2answers
355 views
Adding an ip to a routing table
Is there any way I can add an ip to an interface , but interface route gets created on a routing table other than 'main' routing table in linux?
For ex: If I add an IP 10.11.20.10/24 to eth0, it ...
2
votes
1answer
337 views
Routing private network to internet via 2 gateways
I have the current set up for an embedded environment:
Embedded Target (192.168.0.200) -----> Virtual Machine (VMWare) (2 NIC's - 192.168.0.2 (Target Port) and 192.168.49.69 (NAT Port to host)) ...
1
vote
1answer
307 views
routing between two private networks (NICs)
I have two private networks say: 10.0.1.0/8 and 192.168.0.0/24
I have two machines with two NICs per each machine.
machine1 NIC1: 192.168.0.10
machine1 NIC2: 10.0.1.10
machine2 NIC1: 192.168.0.11
...
0
votes
2answers
354 views
SSH connection does not work while browsers do
I have the following network layout: Internet comes true fiber optics to modem. From modem LAN cable goes to router. Since that router wifi signal is weak, a LAN cable goes to another router from ...
1
vote
1answer
153 views
How can I use the same IP from the Internet and intranet?
I have an Ubuntu firewall box (Alma), at the office, with a web server on it. It looks like this:
[Internet] <-> [DSL Router] <-> [Alma]
|
...
3
votes
2answers
515 views
Need help with routing
I have set up a Ubuntu server, that I want to use as a router for my local office.
The problem is, that I want to make 2 VPN connections, to remote branches, and then I want to route all traffic to ...
2
votes
1answer
381 views
Multiple VPN connetions, routing based on country
I want to set up a couple of VPN connections to two different countries, A and B, on my Ubuntu Server. Then I would like to set up rules based on GeoIP to determine which VPN connection should be used ...
4
votes
2answers
777 views
How to build a gateway from my Linux OS
I want to configure my Linux so that it will be used as a network router (gateway). Can anybody give me some hints on this? (links are welcome!)
Thanks.
2
votes
1answer
4k views
Static route in Centos 6
Here is my route -n output:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 ...
4
votes
3answers
612 views
Redirect traffic through vpn on an as needed basis
My problem is really simple yet it sounds complex, but I have zero to none experience with this.
I have set up a box using gentoo which has its own semi-static WAN-IP and acts as router for my LAN. I ...
1
vote
1answer
318 views
Routing tables and default routes
I have two rules in my routing tables. The default route, which is to the gateway, and a second route which forwards everything in the network segment to * or to no gateway. Is this second rule ...
2
votes
1answer
491 views
How to setup DHCPD on two interfaces (Angstrom)
I have an embedded system running Angstrom just fine. This platform has multiple uses, one of which is to act as a home router, so it has wireless and wired network interfaces, which work correctly. ...
4
votes
1answer
364 views
What is the routing behaviour when two or more default routes?
I have two ISP at the time, connected to the same machine. I added both of them in the routing table as default. However, only one connection is used.
$ route
Kernel IP routing table
Destination ...
4
votes
1answer
274 views
Throughput test setup with two local Ethernet interfaces
I'm currently testing the routing performance of a hardware device (DUT - Device Under Test) with the following setup (all addresses start with 192.168.):
eth0 (29.2) <---> eth1 (29.1) eth2 ...
1
vote
1answer
155 views
route traffic to github through specific network interface [closed]
okey, I'm a complete NAP, so take it easy on me :)
My Situation;
My computer is in this stupid cooperate network of the company i work for. They have alot of policies and stuff, so its not possible ...
6
votes
2answers
5k views
Output traffic on different interfaces based on destination port
My question is basically the same as Only allow certain outbound traffic on certain interfaces.
I have two interfaces eth1 (10.0.0.2) and wlan0 (192.168.0.2).
My default route is for eth1.
Let's say ...
2
votes
1answer
293 views
Can I use 2 WANs on DD-WRT?
I bought TL-WR1043ND and flashed it with DD-WRT. Now Im wondering if it's possible to use physical WAN port and wireless client WAN for internet usage and at the same time broadcast SSID for wired and ...
2
votes
0answers
310 views
Why are packets not moving forward? [closed]
I have a server with forwarding turned on. I placed an iptables LOG target in the PREROUTING, INPUT, and FORWARD chains of the mangle table. I can see the LOG messages from PREROUTING, but not INPUT ...
2
votes
1answer
708 views
Routing in OpenVPN between a private network and a client
I'm trying to setup OpenVPN between a private network and home clients that connect to it. (The clients don't need to connect to each other). The network topology is a little interesting. There is a ...
2
votes
1answer
1k views
Static routes in HP-UX
I need to set static route in HP-UX. I edited /etc/rc.config.d/netconf file and added new entry for my route:
ROUTE_DESTINATION[1]="10.105.2.0"
ROUTE_MASK[1]="255.255.255.0"
...
2
votes
2answers
514 views
use iptables to allow incoming connections to some computer on port XYZ?
This is what I have: iptables -i em1 -A INPUT -j ACCEPT -p tcp --dport 9001 -v. If I want to accept incoming connections on port 9001 at this (127.0.0.1, or on the network 192.168.1.143) address, ...
6
votes
2answers
2k views
How to refuse routes that are PUSHed by OpenVPN server?
When I establish an OpenVPN client connection over the Internet to our corporate OpenVPN server, it pushes several static routes. Unfortunately, these routes break some connectivity within my local ...
5
votes
1answer
5k views
Use ssh with a specific network interface
I'm using openconnect to connect to vpn. After entering my credentials, I get this:
POST https://domain.name/...
Got CONNECT response: HTTP/1.1 200 OK
CSTP connected. DPD 30, Keepalive 30
Connected ...
3
votes
1answer
298 views
Routing Tables: What is the effect of the RTF_IFSCOPE flag?
(Related to this question I posted a while ago on apple.stackexchange.)
What is the difference between the following two routing table entries:
default E.F.G.H UGSc 0 ...
2
votes
1answer
1k views
Find connections per ip on an OpenWRT router?
How can I list the number of connections per client on the FORWARD chain of an OpenWRT router?
I know how to list the number of connections per IP address on the router:
netstat -ntu | tail -n +3 | ...
1
vote
1answer
1k views
Limit the max connections per IP using OpenWRT?
Would the following iptables command on an OpenWRT router assure that no one client has more than 50 active connections?
$ iptables -I FORWARD -m connlimit --connlimit-above 50 -j REJECT ...
4
votes
3answers
2k views
How to find out which interface am I using for connecting to the internet?
I have eth0 and wlan0 according to ifconfig and I can ping google.com. How can I find out (with a normal user, not root) what interface is active, as in, what interface did the ping (or whatever, ping ...
3
votes
1answer
2k views
Is route add … the best way of directing traffic through a vpn
I have set up a VPN on a remote ubuntu machine using pptp-linux and the instructions found here.
After set up no traffic seemed to be going through the VPN and the VPN network devices were not ...
2
votes
2answers
1k views
What is kernel ip forwarding?
I have seen on many blogs, using this command to enable IP forwarding while using many network security/sniffing tools on linux
echo 1 > /proc/sys/net/ipv4/ip_forward
Can anyone explain me in ...
1
vote
0answers
276 views
Wrong route taken on a network with two gateways [closed]
In the following output, why does vpn1 route pings to 10.100.0.1 instead of 10.100.0.112? 10.100.0.1 is a network gateway with no NAT; 10.100.0.112 is a dual-homed host with NAT enabled.
root@vpn1:~# ...
2
votes
3answers
2k views
Send duplicate packets over two Internet connections
I need to duplicate an RTP stream over two different (non-reliable) Internet connections.
On the receiver side, I will probably run a custom program that will use a buffer and rebuild the stream ...
3
votes
4answers
1k views
Sniffing packets through router
I would like to create a system like this.
The user would connect through a wifi network which would reroute all http requests and responses through the network card on a computer thus allowing that ...
1
vote
1answer
686 views
Two networks cannot be accessed simultaneously
I have two networks on a server. One being my internal network, and the other being an external IP address. This is on Debian Lenny. Here is my /etc/network/interfaces file:
# This file describes ...
3
votes
1answer
1k views
How do I configure OpenVPN as a Gateway client for Witopia?
I have the following setup:
Witopia SSL account
Synology 409 NAS (with OpenVPN and Apache etc)
PS3
Mac
Apple AirPort router (configured for NAT)
Locked IPT-box (using DHCP and NAT traversing)
-
...
9
votes
2answers
4k views
Reply on same interface as incoming?
I have a system with two interfaces. Both interfaces are connected to the internet. One of them is set as the default route; a side effect of this is that if a packet comes in on the non-default-route ...
7
votes
1answer
843 views
Dual network connection
I have a usb cellular modem and a Home LAN connection on my Ubuntu 10.10 box.
Both work independently.
I want to know how to have both connected at the same time, and be able to specify which ...
1
vote
1answer
233 views
VPN issues on web browsing
I'm using Ubuntu Maverick and this is the setup:
Our router connects us to the company's VPN through which we can access some internal websites. I have to connect also to a customer's VPN in order to ...