Saurabh Nanda

Results 212 comments of Saurabh Nanda

Did anyone get this working (i.e. specifically the `libpq` dependency)? Further, is there a more general way of linking everything statically EXCEPT a few libraries for which it is very...

Bumped into this issue while upgrading our project to latest stack LTS. Has this branch already been merged into master? Is `master` stable enough to use directly as a dependency...

I have raised a PR that builds against Stack LTS 12.1 Please have a look.

@superduper wondering if you found a solution to this?

I can take a shot at implementing this if you can help me with the core configuration required in `/etc/ipsec-tools.conf`

Can remote ip addresses be omitted somehow? On Tue 19 Feb, 2019, 10:20 PM Paweł Krawczyk @saurabhnanda Sure thing! The setkey > syntax is confusing and repetitive but I think...

From the man page of `setkey`: ``` src_range dst_range These select the communications that should be secured by IPsec. They can be an IPv4/v6 address or an IPv4/v6 address range,...

Is this it? ``` 0.0.0.0/0 ``` via https://stackoverflow.com/a/7064442/534481

Okay, I have a POC in place for ipv4. I added the following to the ipsec-tools.conf template file at the bottom: ``` {% set local_ip=hostvars[inventory_hostname]['ansible_default_ipv4']['address'] %} {% for port in...

Will this cause traffic over `127.0.0.1` to also be encrypted? If yes, how does one write an IP range to include ALL ip addresses except `127.0.0.1`?