I'm not sure it's a routing question - my understanding is too basic. There is the issue:
I am connected to a network as 10.103.38.4 and route goes per default per:
10.103.38.0/24 dev enp10s0 proto kernel scope link src 10.103.38.4 metric 100
169.254.0.0/16 dev enp10s0 scope link metric 1000
192.168.13.148 via 10.103.38.1 dev enp10s0 proto dhcp metric 100
I understand the gateway / default route is 10.103.38.1 and packets are filtered through a nasty login, every time.
However, there are other hosts on the network, which directly connect to the outside world i.e. 10.103.108.1. I can see this latter host and connect to it.
What to do to send the default route through the 10.103.108.1 - if i set it up as a default route, the network is unreachable.