Categories
Uncategorized

Linux have more than one routing table

If you do “ip -6 route” on the command line you see a routing table. I always thought that was the only one. A few days ago i needed to route not only on destination address but also on source address. First it seemed impossible. The routing table dont have anything for source address it only looks at the destination address. I searched on google. I found something called policy based routing. It can do routing on many things. If you do “ip -6 rule” you will see some other routing tables mentioned. You can add a rule with “ip -6 rule add …”. You can add something to a routing table by adding “table tablenumber” after “ip -6 route add …”.

Categories
Uncategorized

PureVPN uses PPTP for dedicated IP addresses

I dont like it. That protocol is old and difficult to get through router and firewall. I will try to find some VPN provider that uses Wireguard. I use Wireguard for something else and it is good. You don’t have to mess with the X509 certificates.