* Kevin Fleming

> It appears that I've just found a problem. I'm using the default port pool
> for TCP on the IPv4 side (61001-65535), but I'm also trying to add a static
> binding for port 22065 on the IPv4 address to an IPv6 address. Jool refuses
> to add the mapping, probably because port 22065 is not inside the port
> range in the pool4 structure. This wouldn't be an issue with a second IPv4
> address, of course, because Jool would have the entire port range available.
> 
> Thoughts on how to approach this?

Hi Kevin,

Simply adding the low port to pool4 first WFM:

tore@kvmtest:~$ sudo jool -4
0       ICMP    185.47.42.10    61001-65535
0       UDP     185.47.42.10    61001-65535
0       TCP     185.47.42.10    61001-65535
  (Fetched 3 entries.)
tore@kvmtest:~$ sudo jool -4 -a 185.47.42.10 22065
tore@kvmtest:~$ sudo jool -4
0       ICMP    185.47.42.10    61001-65535
0       ICMP    185.47.42.10    22065-22065
0       UDP     185.47.42.10    61001-65535
0       UDP     185.47.42.10    22065-22065
0       TCP     185.47.42.10    61001-65535
0       TCP     185.47.42.10    22065-22065
  (Fetched 6 entries.)
tore@kvmtest:~$ sudo jool -b -a 185.47.42.10#22065 2001:db8::1#1234
TCP:
The BIB entry was added successfully.
UDP:
The BIB entry was added successfully.
ICMP:
The BIB entry was added successfully.
tore@kvmtest:~$ sudo jool -b
TCP:
[Static] 185.47.42.10#22065 - 2001:db8::1#1234
  (Fetched 1 entries.)
UDP:
[Static] 185.47.42.10#22065 - 2001:db8::1#1234
  (Fetched 1 entries.)
ICMP:
[Static] 185.47.42.10#22065 - 2001:db8::1#1234
  (Fetched 1 entries.)

Tore
_______________________________________________
Jool-list mailing list
[email protected]
https://mail-lists.nic.mx/listas/listinfo/jool-list

Reply via email to