Questions tagged [ebtables]
5 questions
6
votes
1 answer
Port forwarding between bridged interfaces
So I have a bunch of bridge interfaces bound with my main ethernet device (em1, blame HP). These serve various LXC containers I have running on my server and easily allows me to access them from other physical devices on the network.
name id …
Oli
- 299,380
5
votes
0 answers
How do I share my wlan0 internet connection to eth0 using command line and config files?
I understand how it is done using the GUI (1, 2, 3), but I need to do MANUALLY using linux command (iptables, ebtables ...).
I have been struggling with this for days, and I can seem to get it right.
What are the configuration steps and commands to…
zabumba
- 283
3
votes
2 answers
Unable to update ebtables on WSL
I was running sudo apt update && sudo apt upgrade -y yesterday. There was an update for the package ebtables (I looked it up and apparently it is iptables but for Ethernet?). However, apt was failing to install it.
root@win10:~# apt dist-upgrade…
vikarjramun
- 453
0
votes
0 answers
Enable network bridging on Ubuntu server
I'm struggling to get a network bridge working on a Ubuntu server in a fairly simple set up (I thought). To do some firewall lab stuff I need three machines set up like this:
ALICE (eth0) ----> (eth0) WILLY (eth1) -----> (eth0) BOB
Willy shall be a…
0
votes
1 answer
MAC address NAT with ebtables for IPv4 and IPv6?
I have a virtual machine running in VMware. It has Ubuntu 14.04 on it. I want to install LXC containers on it, and have them use the same address space as the virtual machine.
So, I created a bridge interface and put the ethernet port in it. I then…
Azendale
- 12,021