1
0
Fork 0

Route everything for FeM to nonat

This commit is contained in:
clerie 2020-12-16 13:33:35 +01:00
parent d9dd5e6d77
commit f93e2e7b93
1 changed files with 13 additions and 0 deletions

View File

@ -73,6 +73,19 @@
ipv6 table ospf6;
ipv4 table ospf4;
protocol static static_6 {
ipv6 {
table ospf6;
};
route 2001:638:904::/48 via ${config.networking.defaultGateway6.address};
}
protocol static static_4 {
ipv4 {
table ospf4;
};
route 141.24.0.0/16 via ${config.networking.defaultGateway.address};
}
protocol direct direct_lo {
interface "lo";
ipv6 {