Altered the NIC IP alias to match the example

This commit is contained in:
Culsu
2020-11-29 20:44:34 +01:00
parent 90b462b46a
commit 6d75ff25bf
2 changed files with 1 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ Refer to [jail(8)](https://www.freebsd.org/cgi/man.cgi?query=jail&sektion=8) for
Next add the following lines to your `/etc/rc.conf`:
```
ifconfig_em0_alias0="inet 144.76.67.168/32"
ifconfig_em0_alias0="inet 172.16.1.1/32"
jail_enable="YES"
```

0
jaildk Normal file → Executable file
View File