Network address translation (NAT) is a network technique that allows that a public IP can be shared by many private hosts (machines).
Questions tagged [nat]
133 questions
7
votes
2 answers
Configure Nat in Ubuntu 12.04
I want to configure NAT for my network of 10 computers so that the data is transmitted via a single pc.
Can anyone give a good tutorial for it?

Tarun
- 4,245
- 13
- 50
- 74
2
votes
2 answers
NAT not working in a container
Following instructions I've installed docker on ubuntu 13.04 (and 12.04 + 3.8 kernel), pulled the base container and started a shell inside it. It got a private IP and can ping it's default gateway but can't connect to any host outside, so no…

wiz
- 140
0
votes
0 answers
transparent bridge is nat possible anyway with nftables?
I two 10gb NICs(eth1,eth2) in one card configured as bridge(br0), and PC( with ubuntu 22.04)'s own nic(eth0) for accessing it, only.
I am making this a transparent bridge for filtering undesired packets using nftables, with good result (just…

rural
- 1