Debugging the ipv6 thing more
This commit is contained in:
parent
eee9ca8adb
commit
80878905b3
2 changed files with 3 additions and 2 deletions
|
@ -28,10 +28,10 @@ in {
|
|||
address = cfg.ipAddresses;
|
||||
routes = [
|
||||
{routeConfig.Gateway = "fe80::1";}
|
||||
{routeConfig = {Destination = "172.31.1.1";};}
|
||||
{routeConfig = {Destination = "62.171.160.1";};}
|
||||
{
|
||||
routeConfig = {
|
||||
Gateway = "172.31.1.1";
|
||||
Gateway = "62.171.160.1";
|
||||
GatewayOnLink = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue