Route everything for FeM to nonat
This commit is contained in:
parent
d9dd5e6d77
commit
f93e2e7b93
@ -73,6 +73,19 @@
|
|||||||
ipv6 table ospf6;
|
ipv6 table ospf6;
|
||||||
ipv4 table ospf4;
|
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 {
|
protocol direct direct_lo {
|
||||||
interface "lo";
|
interface "lo";
|
||||||
ipv6 {
|
ipv6 {
|
||||||
|
Loading…
Reference in New Issue
Block a user