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

Tore Anderson tore at fud.no
Tue Sep 15 02:39:31 CDT 2015


* 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


More information about the Jool-list mailing list