Searched refs:binat (Results 1 – 11 of 11) sorted by relevance
1 # test binat3 match on lo0 from 192.168.1.1 to any binat-to 10.0.0.128 match on lo0 from ::1 to no-route binat-to ::229 match on lo0 from (lo0:0) to ::1 binat-to ::232 match on lo0 from ::1 to <sometable> binat-to ::238 match on lo0 from ::1 to (lo0) binat-to ::139 match on lo0 from ::1 to (lo0:0) binat-to ::140 match on lo0 from ::1 to (lo0:peer) binat-to ::146 match on lo0 from ::1 to (lo0)/100 binat-to ::251 match on lo from (lo0:0) to ::1 binat-to ::2[all …]
1 # invalid binat stuff2 match on lo0 from (lo0) to (lo1000000) binat-to (lo0)3 match on lo0 from (lo0) to no-route binat-to (lo1000000)4 match on lo0 from no-route to any binat-to 1.1.1.15 match on lo0 from !1.1.1.1 to any binat-to 1.1.1.16 match on lo0 from !(lo0) to any binat-to 1.1.1.17 match on lo0 from 1.1.1.1 to any binat-to no-route8 match on lo0 from 1.1.1.1 to any binat-to !3.3.3.314 match on lo0 from ::1 to any binat-to 1.2.3.416 match on lo0 from 1.1.1.1 to any binat-to ::1[all …]
1 stdin:2: invalid use of interface (lo0) as the source address of a binat-to rule2 stdin:2: dynamic interfaces must be used with :0 in a binat-to rule5 stdin:3: invalid use of interface (lo0) as the source address of a binat-to rule6 stdin:3: dynamic interfaces must be used with :0 in a binat-to rule9 stdin:4: binat-to requires a specified source and redirect address12 stdin:6: invalid use of interface (lo0) as the source address of a binat-to rule13 stdin:6: dynamic interfaces must be used with :0 in a binat-to rule19 stdin:13: binat-to requires a specified source and redirect address20 stdin:13: source and redir addresess must have a matching network mask in binat-rule21 stdin:13: tables cannot be used as the redirect address of a binat-to rule[all …]
1 stdin:4: binat-to requires a specified source and redirect address2 stdin:4: source and redir addresess must have a matching network mask in binat-rule3 stdin:4: tables cannot be used as the redirect address of a binat-to rule6 stdin:5: invalid use of table <sometable> as the source address of a binat-to rule
3 pass on lo0 from 10/8 to 11/8 binat-to 12/87 pass log on lo0 from 10/8 to 11/8 binat-to 12/811 pass log (all) on lo0 from 10/8 to 11/8 binat-to 12/815 match log on lo0 from 10/8 to 11/8 binat-to 12/8
1 # test binat tagging2 match on lo0 from 192.168.1.1 to any tag regress binat-to 10.0.0.1
4 match on lo0 from 1.1.1.1 to any binat-to <sometable>5 match on lo0 from <sometable> to any binat-to 1.1.1.1
2 tag faaaaaaaaaaaartoooooooooloooooooooongfaaaaaaaaaaaartoooooooooloooooooooong binat-to 10.0.0.1
2 match on lo0 inet from 1.2.3.4 to 5.6.7.8 binat-to lo0
4 match on lo0 from 192.168.1.1 to any binat-to 10.0.0.1
228 int binat; member2109 filter_opts.nat.binat = 1;4635 struct redirspec binat; in expand_rule() local4796 if (nat && nat->rdr && nat->binat) { in expand_rule()4871 bzero(&binat, sizeof(binat)); in expand_rule()4872 if ((binat.rdr = in expand_rule()4875 bcopy(nat->rdr, binat.rdr, sizeof(*binat.rdr)); in expand_rule()4876 bcopy(&nat->pool_opts, &binat.pool_opts, in expand_rule()4877 sizeof(binat.pool_opts)); in expand_rule()4878 binat.pool_opts.staticport = 0; in expand_rule()[all …]