From f4133a04578acae2459bb160524c5e7d25654f4c Mon Sep 17 00:00:00 2001 From: primardj Date: Thu, 1 Feb 2024 14:45:59 +0000 Subject: [PATCH] change Usage --- set-tap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set-tap.sh b/set-tap.sh index 9f633ad..15ee91d 100755 --- a/set-tap.sh +++ b/set-tap.sh @@ -19,7 +19,7 @@ PARAMETTER available OPTION available --add-br-id= Set the name for the new bridge interface, usually it is br0, br1, etc --rm-br-id= Remove a bridge interface. Be carefull, it do no verification wheither bridge-id is a real interface or a bridge interface. - --addr=
Set an external address on the bridge. The external address have to be on the same network as one of the host network interface. e.g. if eth0, wlan0, etc is on 192.168.0.2/24, you should put the address on the network 192.168.0.0/24. Please not that the CIDR notation have to be use. #TODO + --addr=
Set an external address on the bridge. The external is the one accessible from the host. #TODO --replace= In case you want to replace the main connexion of your computer so that only the vm will be able to reach the external network, replace interface by the interface you want to replace, and make sure that the --addr is set to one of the ip on the interace. Please not that it will be possible for your host to lost all connection to the external internet with this parametter. " Version="1.0"