<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/nat64.xml.in, branch rolling</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-03-14T20:23:47+00:00</updated>
<entry>
<title>xml: T160: improve NAT64 help string</title>
<updated>2024-03-14T20:23:47+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-03-14T20:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7ca0ad91744044f74690179eaec4160d9c4fee65'/>
<id>urn:sha1:7ca0ad91744044f74690179eaec4160d9c4fee65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T160: NAT64 add match firewall mark feature</title>
<updated>2023-12-24T09:26:37+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-12-23T13:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8e1e79cfa24c155c8d504822fbbd3c20f890fb70'/>
<id>urn:sha1:8e1e79cfa24c155c8d504822fbbd3c20f890fb70</id>
<content type='text'>
Match mark allows to use firewall marks of packet to use
a specific pool

Example of instance config /run/jool/instance-100.json
```
  ...
  "pool4": [
    {
      "protocol": "TCP",
      "prefix": "192.0.2.10",
      "port range": "1-65535",
      "mark": 23
    },
   ...
```
</content>
</entry>
<entry>
<title>T160: Rebase and fixes for NAT64</title>
<updated>2023-12-06T08:47:32+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-12-06T07:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=336bb5a071b59264679be4f4f9bedbdecdbe2834'/>
<id>urn:sha1:336bb5a071b59264679be4f4f9bedbdecdbe2834</id>
<content type='text'>
 - Update the base (rebase)
 - Move include/nat64-protocol.xml.i =&gt; include/nat64/protocol.xml.i
 - Delete unwanted `write_json`, use `write_file` instead
 - Remove unnecessary deleting of default values for tagNodes T2665
 - Add smoketest

Example:
```
set interfaces ethernet eth0 address '192.168.122.14/24'
set interfaces ethernet eth0 address '192.168.122.10/24'
set interfaces ethernet eth2 address '2001:db8::1/64'

set nat64 source rule 100 source prefix '64:ff9b::/96'
set nat64 source rule 100 translation pool 10 address '192.168.122.10'
set nat64 source rule 100 translation pool 10 port '1-65535'
```
</content>
</entry>
<entry>
<title>nat64: T160: Implement Jool-based NAT64 translator</title>
<updated>2023-12-06T06:55:31+00:00</updated>
<author>
<name>Joe Groocock</name>
<email>me@frebib.net</email>
</author>
<published>2023-08-20T13:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7d49f7079f1129c2fadc7f38ceb230804d89e177'/>
<id>urn:sha1:7d49f7079f1129c2fadc7f38ceb230804d89e177</id>
<content type='text'>
Signed-off-by: Joe Groocock &lt;me@frebib.net&gt;
</content>
</entry>
</feed>
