[Jool-list] Testing branch with single IPv4 address working

Kevin Fleming kevin at kpfleming.us
Tue Sep 15 04:58:23 CDT 2015


Yep, thought about that this morning when I woke up, and saw your email.
This does work just fine.

On Tue, Sep 15, 2015 at 3:39 AM, Tore Anderson <tore at fud.no> wrote:

> * 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 at 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 at kvmtest:~$ sudo jool -4 -a 185.47.42.10 22065
> tore at 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 at 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 at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail-lists.nic.mx/pipermail/jool-list/attachments/20150915/98b063fb/attachment.html>


More information about the Jool-list mailing list