From 6d75ff25bf30565f0aca76975a0063200a448f7e Mon Sep 17 00:00:00 2001 From: Culsu Date: Sun, 29 Nov 2020 20:44:34 +0100 Subject: [PATCH] Altered the NIC IP alias to match the example --- README.md | 2 +- jaildk | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 jaildk diff --git a/README.md b/README.md index 293695d..6f69b88 100644 --- a/README.md +++ b/README.md @@ -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" ``` diff --git a/jaildk b/jaildk old mode 100644 new mode 100755