From 60d3abc6ecdc21b4ab921d34a55b4af48690f55a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 18:53:14 +0100 Subject: Rewrote the whole website to get rid on a heavy theme --- .../blog/freebsd/change-the-ip-address-of-a-running-jail.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/blog/freebsd/change-the-ip-address-of-a-running-jail.md (limited to 'content/blog/freebsd/change-the-ip-address-of-a-running-jail.md') diff --git a/content/blog/freebsd/change-the-ip-address-of-a-running-jail.md b/content/blog/freebsd/change-the-ip-address-of-a-running-jail.md new file mode 100644 index 0000000..db1f6fe --- /dev/null +++ b/content/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