On 17.06.2015 22:17, Marius Petrescu wrote:
The only systems that fall into this category are the ones that are BGP announced. And the only way to reach them is via the regular internet, via your public IP to allow full routing, and thus access to them.
Or you tunnel to a non-source route filtered gateway: /sbin/ip rule add from 44.0.0.0/8 table inet prio 22000 /sbin/ip route add default via <non-filtered gateway> dev tunl0 onlink table inet
73, Jann