diff --git a/update/macvlan.sh b/old/macvlan.sh similarity index 90% rename from update/macvlan.sh rename to old/macvlan.sh index 486608c..342734e 100644 --- a/update/macvlan.sh +++ b/old/macvlan.sh @@ -16,7 +16,7 @@ for num4 in `seq 200 254`; do [[ $? -ne 0 ]] && break done - ip link add main2wrt link enp1s0 type macvlan mode bridge +ip link add main2wrt link enp1s0 type macvlan mode bridge ip addr add $IP dev main2wrt ip link set main2wrt up ip route add 192.168.10.123 dev main2wrt diff --git a/update/nc_rsync.sh b/old/nc_rsync.sh similarity index 100% rename from update/nc_rsync.sh rename to old/nc_rsync.sh