X-Git-Url: https://iankelling.org/git/?p=newns;a=blobdiff_plain;f=newns;h=5075181714569a1d6e8980bb27af27e0b3eb4ddc;hp=313440730cd67b08406122dd5d2d727a12bbfa91;hb=HEAD;hpb=92c7ca74a3b72ae77891a682c4fdff5dcdf06123 diff --git a/newns b/newns index 3134407..9a7a6ff 100755 --- a/newns +++ b/newns @@ -1,5 +1,12 @@ #!/bin/bash -# Copyright (C) 2017 Ian Kelling +# I, Ian Kelling, follow the GNU license recommendations at +# https://www.gnu.org/licenses/license-recommendations.en.html. They +# recommend that small programs, < 300 lines, be licensed under the +# Apache License 2.0. This file contains or is part of one or more small +# programs. If a small program grows beyond 300 lines, I plan to switch +# its license to GPL. + +# Copyright 2024 Ian Kelling # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -288,7 +295,7 @@ start() { ip-add ipd $network.1/24 $v0 ipd link set $v0 up nat -C &>/dev/null || nat -A - ip-add ipnn $network.1/24 $v0 + ip-add ipnn $network.2/24 $v1 ipnn link set $v1 up cmd="ipnn route add default via $network.1" $cmd