Date: Sun, 6 Jul 2014 11:53:26 +0200 From: "bryn1u85 ." <m.bryn1u@gmail.com> To: freebsd-jail@freebsd.org Subject: PF+Jail+IRC Cannot redirect oidentd from jail without "~" Message-ID: <CAHsHv-bugF76Y1QiL-ydB3STKJn0NM%2By0ZCVuZH4KSxVBSDyPQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hey, I have a problem, have been sitting since a few days and can't resolve the problem. I want to redirect oidentd port 113 from jail, becuse i use to irssi and want to connect with irc servers without "~" before ident example ~ident@host . I don't know what else can i do. Nothing helps. My etc/pf.conf ... nat on em0 from $ip_oksymoron to any -> $ip_pub rdr on em0 inet proto tcp from any to $ip_pub port 113 -> $ip_oksymoron port 113 ... black in all pass in on $ext_if proto tcp from any to $ip_oksymoron port 113 ... I checked from host without pf, works well. Checked from host with pf and works well but from jail it still doesn't work. Someone can help with this issue ?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHsHv-bugF76Y1QiL-ydB3STKJn0NM%2By0ZCVuZH4KSxVBSDyPQ>