Re: Router with WAN subnet - dedicated IP per Host

2019-11-26 Thread Stuart Henderson
On 2019-11-25, Henry Jensen wrote: > Hi, > > my ISP provides me with a /29 subnet, including 5 usable public IPv4 > addresses. > > Until now my router uses only one of this public IPs (11.22.33.40), > with port forwarding of port 443 to an host in a DMZ(192.168.1.0/24) > like this: > > pass in on

tmux: How to create a new window with the same path (from the current pane)

2019-11-26 Thread Atanas Vladimirov
Hello, The following works on Linux: ``` bind c new-window -c "#{pane_current_path}" ``` but the `pane_current_path` variable does not exists on OpenBSD. Does anyone now how can I achieve the same behavior on OpenBSD? Many thanks, Atanas

Re: Router with WAN subnet - dedicated IP per Host

2019-11-26 Thread Henry Jensen
On Tue, 26 Nov 2019 12:27:16 - (UTC) Stuart Henderson wrote: > > 192.168.1.2 < rdr-to/nat-to > 11.22.33.40 > > 192.168.1.3 < rdr-to/nat-to > 11.22.33.41 > > > > I plan to give the outgoing interface the second public IP > > (11.22.33.41) as an alias, so the egress interface holds both > > p

Re: tmux: How to create a new window with the same path (from the current pane)

2019-11-26 Thread Anders Damsgaard
* Atanas Vladimirov [2019-11-26 14:27:33 +0200]: Hello, The following works on Linux: ``` bind c new-window -c "#{pane_current_path}" ``` but the `pane_current_path` variable does not exists on OpenBSD. Does anyone now how can I achieve the same behavior on OpenBSD? Hi Atanas, I recently

Re: tmux: How to create a new window with the same path (from the current pane)

2019-11-26 Thread Atanas Vladimirov
On 2019-11-26 16:27, Anders Damsgaard wrote: * Atanas Vladimirov [2019-11-26 14:27:33 +0200]: Hello, The following works on Linux: ``` bind c new-window -c "#{pane_current_path}" ``` but the `pane_current_path` variable does not exists on OpenBSD. Does anyone now how can I achieve the same

Re: tmux: How to create a new window with the same path (from the current pane)

2019-11-26 Thread Anders Damsgaard
* Atanas Vladimirov [2019-11-26 17:10:14 +0200]: So, if I understand your example right, I need to do something like `bind c new-window -c "$PWD"` in my .tmux.conf. The problem is that it works partially - if I'm in `/home//` and start tmux there, the $PWD is correct, but when I change the dir

Re: Router with WAN subnet - dedicated IP per Host

2019-11-26 Thread Stuart Henderson
On 2019-11-26, Henry Jensen wrote: > On Tue, 26 Nov 2019 12:27:16 - (UTC) > Stuart Henderson wrote: > >> > 192.168.1.2 < rdr-to/nat-to > 11.22.33.40 >> > 192.168.1.3 < rdr-to/nat-to > 11.22.33.41 >> > >> > I plan to give the outgoing interface the second public IP >> > (11.22.33.41) as an a