Searched refs:nat (Results 1 – 25 of 199) sorted by relevance
12345678
3 match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.14 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.25 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.36 match out on lo0 inet proto icmp from 192.168.1.4 to any nat-to 10.0.0.47 match out on lo0 inet from 192.168.1.5 to 172.6.1.1 nat-to 127.0.0.18 match out on lo0 inet from 192.168.1.5 to 172.14.1.2 nat-to 127.0.0.19 match out on lo0 inet from 192.168.1.5 to 172.16.2.0/24 nat-to 127.0.0.110 match out on lo0 inet from 192.168.1.6 to 172.6.1.1 nat-to 127.0.0.111 match out on lo0 inet from 192.168.1.6 to 172.14.1.2 nat-to 127.0.0.112 match out on lo0 inet from 192.168.1.6 to 172.16.2.0/24 nat-to 127.0.0.1[all …]
1 match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 static-port3 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 static-port5 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 static-port7 match out on lo0 inet proto icmp from 192.168.1.4 to any nat-to 10.0.0.4 static-port9 match out on lo0 inet from 192.168.1.5 to 172.16.1.1 nat-to 10.0.0.5 static-port11 match out on lo0 inet from 192.168.1.6 to 172.16.1.2 nat-to 10.0.0.6 static-port13 match out on lo0 inet from 192.168.1.7 to 172.16.2.0/24 nat-to 10.0.0.7 static-port15 match out on lo0 inet from 192.168.2.0/24 to any nat-to 10.0.5.0/24 static-port17 match out on lo0 inet from 192.168.2.0/28 to any nat-to 10.0.4.0/28 static-port19 match out on lo0 inet from 192.168.2.0/30 to 192.168.3.1 nat-to 10.0.3.0/30 static-port[all …]
1 # test nat6 match out on lo0 from 192.168.1.1 to any nat-to 10.0.0.17 match out on lo0 proto tcp from 192.168.1.2 to any nat-to 10.0.0.28 match out on lo0 proto udp from 192.168.1.3 to any nat-to 10.0.0.39 match out on lo0 proto icmp from 192.168.1.4 to any nat-to 10.0.0.411 match out on lo0 inet from $TEST_LIST1 to $TEST_LIST2 nat-to lo013 match out on lo0 inet from 192.168.0.1/24 to any nat-to (lo0)15 match out on lo0 from 192.168.1.8 to ! 172.17.0.0/16 nat-to 10.0.0.817 match out on ! lo0 proto { udp, tcp } from any to any nat-to 10.0.0.8 static-port19 match out on { lo0, tun1000000 } from any to any nat-to 10.0.0.8
1 @0 match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.15 @1 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.29 @2 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.313 @3 match out on lo0 inet proto icmp from 192.168.1.4 to any nat-to 10.0.0.417 @4 match out on lo0 inet from 192.168.1.5 to 172.6.1.1 nat-to 127.0.0.121 @5 match out on lo0 inet from 192.168.1.5 to 172.14.1.2 nat-to 127.0.0.125 @6 match out on lo0 inet from 192.168.1.5 to 172.16.2.0/24 nat-to 127.0.0.129 @7 match out on lo0 inet from 192.168.1.6 to 172.6.1.1 nat-to 127.0.0.133 @8 match out on lo0 inet from 192.168.1.6 to 172.14.1.2 nat-to 127.0.0.137 @9 match out on lo0 inet from 192.168.1.6 to 172.16.2.0/24 nat-to 127.0.0.1[all …]
1 # test specified nat translation ports3 match out on lo0 from 192.168.1.1 to any nat-to 10.0.0.1 port 5004 match out on lo0 proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 port 1000:50005 match out on lo0 proto udp from 192.168.1.3 to any nat-to 10.0.0.3 port 5000:10006 match out on lo0 proto udp from 192.168.1.4 to any nat-to 10.0.0.4 port 50000:500007 match out on lo0 proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 port www:50008 match out on lo0 proto udp from 192.168.1.3 to any nat-to 10.0.0.3 port 5000:www
1 # test nat pools syntax3 #match out on lo0 from any to 127.0.0.1 nat-to { 127.0.0.1, 127.0.0.2 }4 match out on lo0 from any to 127.0.0.1 nat-to { 127.0.0.1, 127.0.0.2 } round-robin5 match out on lo0 from any to 127.0.0.1 nat-to lo0/24 bitmask static-port6 match out on lo0 from any to 127.0.0.1 nat-to lo0/24 random7 match out on lo0 from any to lo0 nat-to 127.0.0.1/24 source-hash 0x0123456789ABCDEF0123456789abcdef8 match out on lo0 from any to 127.0.0.1 nat-to lo0/24 source-hash foobarlicious9 match out on lo0 from any to 127.0.0.1 nat-to lo0/24 round-robin
1 match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 port 5002 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 port 1000:50003 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 port 5000:10004 match out on lo0 inet proto udp from 192.168.1.4 to any nat-to 10.0.0.4 port 500005 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 port 80:50006 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 port 5000:80
4 match out on lo0 from any to any nat-to (lo0)5 match out on lo0 from any to any nat-to (lo0:0)6 match out on lo0 from any to any nat-to (nonexistent0)7 match out on lo0 from any to any nat-to (nonexistent0:0)8 match out on lo0 from any to any nat-to (10.1.2.3)9 match out on lo0 from any to any nat-to (10.1.2.3:0)
1 pass out on lo0 inet from 10.0.0.0/8 to 172.16.0.0/16 flags S/SA nat-to 172.16.0.13 pass out on lo0 inet from 10.0.0.0/8 to 11.0.0.0/8 flags S/SA nat-to 12.0.0.0/8 static-port5 pass out log on lo0 inet from 10.0.0.0/8 to 172.16.0.0/16 flags S/SA nat-to 172.16.0.17 pass out log on lo0 inet from 10.0.0.0/8 to 11.0.0.0/8 flags S/SA nat-to 12.0.0.0/8 static-port9 pass out log (all) on lo0 inet from 10.0.0.0/8 to 172.16.0.0/16 flags S/SA nat-to 172.16.0.111 pass out log (all) on lo0 inet from 10.0.0.0/8 to 11.0.0.0/8 flags S/SA nat-to 12.0.0.0/8 static-po…13 match out log on lo0 inet from 10.0.0.0/8 to 172.16.0.0/16 nat-to 172.16.0.115 match out log on lo0 inet from 10.0.0.0/8 to 11.0.0.0/8 nat-to 12.0.0.0/8 static-port
3 match out on lo0 from any to 127.0.0.1 nat-to lo04 match out on lo0 from 127.0.0.1 to any nat-to lo05 match out on lo0 from any to lo0 nat-to 127.0.0.17 match out on lo0 from any to 127.0.0.1 nat-to (lo0)8 match out on lo0 from 127.0.0.1 to any nat-to (lo0)9 match out on lo0 from any to (lo0) nat-to 127.0.0.1
1 match out on lo0 inet from any to 127.0.0.1 nat-to 127.0.0.12 match out on lo0 inet from 127.0.0.1 to any nat-to 127.0.0.13 match out on lo0 inet from any to 127.0.0.1 nat-to 127.0.0.14 match out on lo0 inet from any to 127.0.0.1 nat-to (lo0) round-robin5 match out on lo0 inet from 127.0.0.1 to any nat-to (lo0) round-robin6 match out on lo0 inet from any to (lo0) nat-to 127.0.0.1
1 @0 match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 static-port9 @2 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 static-port17 @4 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 static-port25 @6 match out on lo0 inet proto icmp from 192.168.1.4 to any nat-to 10.0.0.4 static-port33 @8 match out on lo0 inet from 192.168.1.5 to 172.16.1.1 nat-to 10.0.0.5 static-port41 @10 match out on lo0 inet from 192.168.1.6 to 172.16.1.2 nat-to 10.0.0.6 static-port49 @12 match out on lo0 inet from 192.168.1.7 to 172.16.2.0/24 nat-to 10.0.0.7 static-port57 @14 match out on lo0 inet from 192.168.2.0/24 to any nat-to 10.0.5.0/24 static-port65 @16 match out on lo0 inet from 192.168.2.0/28 to any nat-to 10.0.4.0/28 static-port73 @18 match out on lo0 inet from 192.168.2.0/30 to 192.168.3.1 nat-to 10.0.3.0/30 static-port[all …]
8 match out on lo0 inet from any to 127.0.0.1 nat-to <__automatic_0> round-robin9 match out on lo0 inet from any to 127.0.0.1 nat-to 127.0.0.0/24 bitmask static-port10 match out on lo0 inet from any to 127.0.0.1 nat-to 127.0.0.0/24 random11 match out on lo0 inet from any to 127.0.0.1 nat-to 127.0.0.0/24 source-hash 0x0123456789abcdef01234…12 match out on lo0 inet from any to 127.0.0.1 nat-to 127.0.0.0/24 source-hash 0x4da8e393fd22f577426cf…13 match out on lo0 inet from any to 127.0.0.1 nat-to 127.0.0.0/24 round-robin
1 @0 match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 port 5005 @1 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 port 1000:50009 @2 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 port 5000:100013 @3 match out on lo0 inet proto udp from 192.168.1.4 to any nat-to 10.0.0.4 port 5000017 @4 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 port 80:500021 @5 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 port 5000:80
3 NATDEPFILES= sparc-nat.o sparc64-nat.o sparc-sol2-nat.o sparc64-linux-nat.o \7 gcore.o linux-nat.o
2 NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o \3 amd64-nat.o amd64bsd-nat.o amd64obsd-nat.o bsd-kvm.o
3 fbsd-nat.o amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o \
3 fbsd-nat.o i386-nat.o i386bsd-nat.o i386fbsd-nat.o \
3 i386-nat.o amd64-nat.o amd64-linux-nat.o linux-nat.o \
3 amd64-nat.o amd64bsd-nat.o amd64nbsd-nat.o
73 @V@/gdb/amd64fbsd-nat.c @V@/gdb/a64fb-nat.c75 @V@/gdb/amd64nbsd-nat.c @V@/gdb/a64nb-nat.c77 @V@/gdb/amd64obsd-nat.c @V@/gdb/a64ob-nat.c79 @V@/gdb/alphabsd-nat.c @V@/gdb/alphb-nat.c82 @V@/gdb/arm-linux-nat.c @V@/gdb/armlin-nat.c84 @V@/gdb/armnbsd-nat.c @V@/gdb/armnbd-nat.c120 @V@/gdb/hppabsd-nat.c @V@/gdb/hppab-nat.c122 @V@/gdb/i386-interix-nat.c @V@/gdb/i386ix-nat.c125 @V@/gdb/i386-linux-nat.c @V@/gdb/i386lx-nat.c126 @V@/gdb/i386bsd-nat.c @V@/gdb/i3bsd-nat.c[all …]
635 amd64_nat_h = amd64-nat.h677 fbsd_nat_h = fbsd-nat.h705 gnu_nat_h = gnu-nat.h708 i386bsd_nat_h = i386bsd-nat.h726 linux_nat_h = linux-nat.h $(target_h)775 sparc_nat_h = sparc-nat.h1353 alpha-nat.c alphabsd-nat.c \1356 amd64-nat.c amd64-tdep.c \1357 amd64bsd-nat.c amdfbsd-nat.c amd64fbsd-tdep.c \1358 amd64nbsd-nat.c amd64nbsd-tdep.c \[all …]