I'm considering getting a static public IP range on my home connection with a dynamic IPv4 address. The provider I'm looking at is offering this using a GRE tunnel. Is there any way to configure this on AsusWRT-Merlin firmware on my RT-AC87U?
Their instructions for doing so on DD-WRT are:
insmod ip_gre
ip tunnel add gre0 mode gre local <your public IP> remote <Providers public IP> ttl 225
ip addr add XXX.XXX.XXX.XXX/29 dev gre0
However, when I run these commands on the router using SSH, I get the following error:
insmod: 'ip_gre.ko': module not found
add tunnel gre0 failed: No such device
Is GRE-tunnel functionality not available on this firmware's kernel? I thought it must be since L2TP VPN also uses GRE as far as I know. Is there any way to work around this?
Their instructions for doing so on DD-WRT are:
insmod ip_gre
ip tunnel add gre0 mode gre local <your public IP> remote <Providers public IP> ttl 225
ip addr add XXX.XXX.XXX.XXX/29 dev gre0
However, when I run these commands on the router using SSH, I get the following error:
insmod: 'ip_gre.ko': module not found
add tunnel gre0 failed: No such device
Is GRE-tunnel functionality not available on this firmware's kernel? I thought it must be since L2TP VPN also uses GRE as far as I know. Is there any way to work around this?