sudo nano /opt/local/etc/etter.confThe following lines, which are at the top of the file, need to be modified. Replace 65534 with 0.ec_uid = 0 # nobody is the defaultec_gid = 0 # nobody is the defaultThen search for the next lines by hitting ctrl-w, typing “redirect_command†and scrolling down a little till you see the Mac OSX section. Right now we are just going to use the “quick and dirty way†but you can also create those scripts yourself and use them too.All this means it uncommenting the two lines by removing the # at the start.#---------------# Mac Os X#---------------# quick and dirty way:redir_command_on = "ipfw add fwd 127.0.0.1,%rport tcp from any to any %port in via %iface"redir_command_off = "ipfw -q flush"Now hit ctrl-O to save and ctrl-X to exit nano.
para habilitar el SSL hay q modificar en el archivo etter.conf esta linea:#redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"</p>y cambiarla por la de abajo?Cídigo:redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"