[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Stunnel transparent option



I'm trying to setup the transparent option on stunnel but my server
keeps seeing me as 127.0.0.1.  Below it the config:

[root at cas8]# cat /etc/stunnel.conf 
cert =  /etc/stunnel.pem
pid = /var/run/stunnel.pid
setuid = root
setgid = root
[https]
accept = https
connect = 127.0.0.1:http
[jcd]
accept = 785
local = 127.0.0.1
connect = jcd
transparent = yes


Does anyone know the proper way to set this up?