Hi!
I'd like to setup two GRE tunnels to one IP address from one Linux
machine, but from separate interfaces with different IP addresses.
First:
ip tunnel add tun1 mode gre remote REMOTE_IP local LOCAL_IP1 ttl 255
(this is OK, tun1 is created)
then:
ip tunnel add tun2 mode gre remote REMOTE_IP local LOCAL_IP2 ttl 255
there is no error, but tun2 isn't created.
Is there any limitation on number of tunnels terminated on single IP ?
What can be wrong ?
Best regards
Jarek