diff options
| author | Bart Massey <[email protected]> | 2024-12-31 14:27:41 -0800 |
|---|---|---|
| committer | Bart Massey <[email protected]> | 2024-12-31 15:29:16 -0800 |
| commit | 6b3ca677631a360bc1e485f0edd158f5b7afa1f1 (patch) | |
| tree | 65bf9f83888a2d7c48a4f0686021c1057131ec2f /examples/std/tap.sh | |
| parent | 667dfa34b525f727936d621ba91001fa25d80426 (diff) | |
modified examples/std README to avoid possible problems
Diffstat (limited to 'examples/std/tap.sh')
| -rw-r--r-- | examples/std/tap.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/std/tap.sh b/examples/std/tap.sh new file mode 100644 index 000000000..39d92a099 --- /dev/null +++ b/examples/std/tap.sh | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | ip tuntap add name tap99 mode tap user $USER | ||
| 2 | ip link set tap99 up | ||
| 3 | ip addr add 192.168.69.100/24 dev tap99 | ||
| 4 | ip -6 addr add fe80::100/64 dev tap99 | ||
| 5 | ip -6 addr add fdaa::100/64 dev tap99 | ||
| 6 | ip -6 route add fe80::/64 dev tap99 | ||
| 7 | ip -6 route add fdaa::/64 dev tap99 | ||
