From 6cc9d8c72a56563b6d1a12b8b441dfa9dde345e9 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 28 Apr 2020 17:29:52 +0200 Subject: Long overdue first commit with content --- .../blog/freebsd/change-the-ip-address-of-a-running-jail.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 content/en/blog/freebsd/change-the-ip-address-of-a-running-jail.md (limited to 'content/en/blog/freebsd/change-the-ip-address-of-a-running-jail.md') diff --git a/content/en/blog/freebsd/change-the-ip-address-of-a-running-jail.md b/content/en/blog/freebsd/change-the-ip-address-of-a-running-jail.md new file mode 100755 index 0000000..db1f6fe --- /dev/null +++ b/content/en/blog/freebsd/change-the-ip-address-of-a-running-jail.md @@ -0,0 +1,13 @@ +--- +title: "Change the ip address of a running jail" +linkTitle: "Change the ip address of a running jail" +date: 2018-09-25 +description: > + How to change the ip address of a running jail +--- + +Here is how to change the ip address of a running jail : + +{{< highlight sh >}} +jail -m ip4.addr=“192.168.1.87,192.168.1.88” jid=1 +{{< /highlight >}} -- cgit v1.2.3