Luc VE3JGL,
You can configure DD-WRT to pass 44net traffic through the device. I'm not certain
that the WRT54GL has enough capacity to install the gateway routing daemon and VPN
server:
**Command for Static Public IP (tested on DD-WRT and OpenWRT):
iptables -t nat -I PREROUTING -p ipencap -d <GW Public IP> -j DNAT --to-destination
<GW LAN IP>
iptables -t filter -I FORWARD -p ipencap -d <GW LAN IP> -j ACCEPT
**Command for Dynamic Public IP - (WAN is vlan1 in DD-WRT in OpenWRT it is usually
eth0.1):
iptables -t nat -I PREROUTING -p ipencap -i vlan1 -j DNAT --to-destination <GW LAN
IP>
iptables -t filter -I FORWARD -p ipencap -d <GW LAN IP> -j ACCEPT
73,
KB3VWG
Hi, is there a web page for setting up a WRT54GL with DD-WRT as a 44net
gateway and VPN server