OpenIKED VPN to have whole client's system traffic routed over VPN interface

2020-01-17 Thread morgan.loner
Hi there! The question is how to set default route for all client's (OBSD 6.4 road warrior) traffic inside IPsec using the same egress. 1. I think VPN traffic should be routed only to em0 1.2.3.4 GW 1.2.3.1 with DHCP assigned "clean" IP or IP behind ISPs NAT by setting globally $vpn_if = em0 i

Problem with SSH Internet traffic outgoing endpoint with dynamic port forwarding

2019-07-11 Thread morgan.loner
I try to setup SSH tunnel with SOCKS listener to have dynamic port forwarding. Connection between SSH client and SSHd server established successfully, and SSH SOCKS listener accepts all the incoming connections from SOCKS proxy, but no outgoing traffic to public Internet IPs on servers' side has

Re: Problem with SSH Internet traffic outgoing endpoint with dynamic port forwarding

2019-07-12 Thread morgan.loner
at 20:55, morgan.loner morgan.lo...@protonmail.com wrote: > [...] > > > What was missing? Please advice. > > Suggestions: > > - run "ssh -vvv" to crank up the ssh client's verbosity, you should > see the port forward requests (or not, if ssh is not seeing them

Proxy software suggestions/methods to gather all incomming traffic to a local(server based) proxy with SOCKS output

2019-07-12 Thread morgan.loner
The goal is to redirect all connections from lo0 and $int_if by PF to a proxy(unknown) with SOCKS 5 out on server locally to prevent any changes on clients' PCs connected to server from LAN. Any methods and/or proxy software suggestions would be highly appreciated. Currently, all the connection