<div dir="ltr">Yep, thought about that this morning when I woke up, and saw your email. This does work just fine.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 15, 2015 at 3:39 AM, Tore Anderson <span dir="ltr"><<a href="mailto:tore@fud.no" target="_blank">tore@fud.no</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Kevin Fleming<br>
<span class=""><br>
> It appears that I've just found a problem. I'm using the default port pool<br>
> for TCP on the IPv4 side (61001-65535), but I'm also trying to add a static<br>
> binding for port 22065 on the IPv4 address to an IPv6 address. Jool refuses<br>
> to add the mapping, probably because port 22065 is not inside the port<br>
> range in the pool4 structure. This wouldn't be an issue with a second IPv4<br>
> address, of course, because Jool would have the entire port range available.<br>
><br>
> Thoughts on how to approach this?<br>
<br>
</span>Hi Kevin,<br>
<br>
Simply adding the low port to pool4 first WFM:<br>
<br>
tore@kvmtest:~$ sudo jool -4<br>
0       ICMP    185.47.42.10    61001-65535<br>
0       UDP     185.47.42.10    61001-65535<br>
0       TCP     185.47.42.10    61001-65535<br>
  (Fetched 3 entries.)<br>
tore@kvmtest:~$ sudo jool -4 -a 185.47.42.10 22065<br>
tore@kvmtest:~$ sudo jool -4<br>
0       ICMP    185.47.42.10    61001-65535<br>
0       ICMP    185.47.42.10    22065-22065<br>
0       UDP     185.47.42.10    61001-65535<br>
0       UDP     185.47.42.10    22065-22065<br>
0       TCP     185.47.42.10    61001-65535<br>
0       TCP     185.47.42.10    22065-22065<br>
  (Fetched 6 entries.)<br>
tore@kvmtest:~$ sudo jool -b -a 185.47.42.10#22065 2001:db8::1#1234<br>
TCP:<br>
The BIB entry was added successfully.<br>
UDP:<br>
The BIB entry was added successfully.<br>
ICMP:<br>
The BIB entry was added successfully.<br>
tore@kvmtest:~$ sudo jool -b<br>
TCP:<br>
[Static] 185.47.42.10#22065 - 2001:db8::1#1234<br>
  (Fetched 1 entries.)<br>
UDP:<br>
[Static] 185.47.42.10#22065 - 2001:db8::1#1234<br>
  (Fetched 1 entries.)<br>
ICMP:<br>
[Static] 185.47.42.10#22065 - 2001:db8::1#1234<br>
  (Fetched 1 entries.)<br>
<span class="HOEnZb"><font color="#888888"><br>
Tore<br>
</font></span></blockquote></div><br></div>