Re: (Arch)Linux source routing help

2022-11-09 Thread Thore Bödecker
Hi, On 09.11.22 16:35, Pascal wrote: > \ / > +\---+ +---/---+ > |free GW | |corporate GW | > |192.168.144.254 | |10.10.10.254/24| > +|---+ +---|---+ >\

Re: (Arch)Linux source routing help

2022-11-09 Thread Pascal
yes, the table parameter was missing ! # ip route add default via 192.168.144.254 dev wlan0 *table tap0* Le mer. 9 nov. 2022 à 17:10, Felix Yan a écrit : > On 11/9/22 17:52, Pascal wrote > > # ip tuntap add tap0 mode tap user me > > # ip addr add 192.168.11.254/24 dev tap0 > > # ip link set tap

Re: (Arch)Linux source routing help

2022-11-09 Thread Felix Yan
On 11/9/22 17:52, Pascal wrote # ip tuntap add tap0 mode tap user me # ip addr add 192.168.11.254/24 dev tap0 # ip link set tap0 down # echo 11 tap0 >> /etc/iproute2/rt_tables # ip rule add from 192.168.11.254 lookup tap0 > # ip route add default via 192.168.144.254 dev wlan0 proto dhcp src 192

Re: (Arch)Linux source routing help

2022-11-09 Thread Damjan Georgievski
> here are the commands used: > > # ip tuntap add tap0 mode tap user me > # ip addr add 192.168.11.254/24 dev tap0 > # ip link set tap0 down > # echo 11 tap0 >> /etc/iproute2/rt_tables > # ip rule add from 192.168.11.254 lookup tap0 you probably want `from 192.168.11.0/24` here (iif tap0 should al

(Arch)Linux source routing help

2022-11-09 Thread Pascal
*(sorry, the previous message is gone a bit fast)* hi, where can I get help for this ? my problem is : I'm on a corporate network that is filtered (proxy) and I need to run some tests on a virtual machine that needs to have direct access to the Internet. I set up this configuration and try to r

(Arch)Linux source routing help

2022-11-09 Thread Pascal
hi, where can I get help with this ? my problem is this: I'm on a corporate network that is filtered (proxy) and I need to run some tests on a virtual machine that needs to have direct access to the Internet. I set up this configuration and try to route everything that comes out of tap0 to wlan0