http://www.dd-wrt.com/wiki/index.php/Access_To_Modem_Configuration
上面是DD-WRT官网的说明。下面直接贴上。
The way to follow Replace the 10.0.0.2 with an IP in the same range as the modem. If your modem is 10.0.0.1, you should use 10.0.0.2. If your modem is 192.168.0.1, use 192.168.0.2 Go to Administration -> Commands Enter ifconfig `nvram get wan_ifname`:0 10.0.0.2 netmask 255.255.255.0 and click on Save Startup Enter iptables -t nat -I POSTROUTING -o `nvram get wan_ifname` -j MASQUERADE and click on Save Firewall |