| 本帖最後由 tomleehk 於 2013-5-31 22:27 編輯 
 回復 3# ae861
 
 At the client configuration file,
 ......
 # client's local DHCP server packets get routed
 # through the tunnel.  Solution: make sure
 # client's local DHCP server is reachable via
 # a more specific route than the default route
 # of 0.0.0.0/0.0.0.0.
 ;push "redirect-gateway"   <= this may be the possible reason, remove the ";" and try again .......
 
 You can also check at the server side for any similar configuration (dd-wrt as server has and yet not sure for OpenVPN as server) to re-direct the default gateway for ALL clients so that you do not need to set the configuration at all clients one by one..
 |