Setting a static route on the peplink wont change the route taken by your clients, if ...254 is their default gateway then they always use that regardless of what routes you set on your gateway. The clients aren't routes so don't learn new routes.
However if you've set a static route on the peplink then it should know where to forward the packets from the clients so if your tracert stops as ...254 then there's something wrong with the static route you've defined.
You can definte a permanent static route on your clients if you like by adding a -p to the end of the ROUTE ADD command. The route will then stay forever, unless you delete it with ROUTE DELETE. Always assuming their Microsoft clients!
Main Topics
Browse All Topics





by: prashsaxPosted on 2006-07-28 at 07:37:27ID: 17201539
Let me understand this.
You are adding static route on machines for subnet 192.168.2.0/24.
The next hop you want is 192.168.1.253, but machines are still trying to access it using default gateway.
Or are you adding static route for subnet 192.168.2.0/24 on the default gateway(i.e 192.168.1.254) and it does not work.
Which is the case.