Questions tagged [multi-homed]
67 questions
0
votes
1 answer
How to force src-IP for outgoing connections on multihomed Linux Router
I have a Linux router multihomed:
eth0: "Normal" unicast IP address, global reachable, a single default route
eth1: Connected to an Internet Exchange, not global reachable, plenty of routes
The server runs frr and receives plenty of routes from…

KlausD
- 13
- 4
0
votes
1 answer
NFSv4 sharing directories over different NICs fails
i am surprised to run into problems with the following attempt:
#/etc/exports
/path/to/dir1 10.10.2.3 (...)
/path/to/dir2 10.10.4.10 (...)
# server host
ip a
eth0 10.10.2.20
eth1 10.10.4.20
# client host
ip a
eth0 10.10.2.3
eth1…

Stkel
- 1
0
votes
2 answers
Multihomed server
I have a server with 4 nic cards. I configured them to be on the same network. Ex: 10.10.1,1, 10.10.1.3, 10.10.1.5, 10.10.1.7. Will I need to configure a default gateway on all? Meaning, if I have set the default gateway on 10.10.1.1 to 10.10.1.1 do…

grihm1
- 1
- 1
0
votes
1 answer
Multi-homing: do i need Route metrics for 2 interfaces of which only one can access the internet?
I have 2 multi-homed servers which, besides each being connected to the Internet via one of their NICs, they are also connected back-to-back to each other via their 2nd NIC.
I use systemd-networkd to configure DHCP for the Internet links and…

haelix
- 207
- 3
- 6
0
votes
1 answer
nginx and wordpress - site2.com need to load content of of site1.com/site2 without url change
I have 1st domain name site1.com - self-hosted wordpress and contains posts and pages. (everything good, no issue at all)
I have 2nd domain name site2.com - nothing hosted (dns pointing to same server as site1.com domain)
I need to configure the…

Gineesh
- 181
- 1
- 1
- 8
-1
votes
2 answers
Guide for using multiple consumer grade DSL
Consumer grade DSLs are way cheaper than getting at leased line, so for my building complex I am considering getting a bunch of DSLs instead of a leased line.
I feel confident that I am not the first to do that, so I am wondering if there is a Linux…

Ole Tange
- 2,946
- 6
- 32
- 47
-2
votes
1 answer
iptables and CONNMARK on ubuntu 14.04
How to enable connmark in netfilter in ubuntu 14. I see this post but I don't find the good module in Ubuntu 14.04.
I use connmark for multiwan. My configuration run perfectly in debian 8. But no connmark in ubuntu 14.

JD3550
- 1
- 1