John Davies wrote: > I've noticed since updating to 4.5-STABLE that my previously working rule in > /etc/ipnat.rules has seemed to stop working, with the redirect rule i was > using to use squid as a transparent proxy, the packet no longer makes it to > squid and i therefore can't browse unless i comment the redirect out and > restart ipnat. Anyone that can offer any suggestions, would be greatly > apreiciated. > > My /etc/ipnat.rules if it helps.. > map fxp0 192.168.0.0/24 -> 0.0.0.0/32 proxy port 21 ftp/tcp > map fxp0 192.168.0.0/24 -> 0.0.0.0/32 > rdr fxp1 0/0 port 80 -> 127.0.0.1 port 8080 tcp <- that rule
The problem is apparently in the process of getting fixed. You might want to try out the patch offered by Ruslan Ermilov in the thread "127/8 in ip_output.c" here on the mailing list. -- Michael Nottebrock To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
