Hi everyone,
I configured a PPTP outbound interface (so my Edge dials out to a provider). I tried to add the 0.0.0.0/0 static interface-route, to send all the traffic over the pptpc interface.. howeverit does not work..
The config:
pptp-client pptpc0 {
default-route auto
......
protocols {
static {
interface-route 0.0.0.0/0 {
next-hop-interface pptpc0 {
....
However, when i make a more specific route entry (141.0.0.0/8 for example) it does route this traffic through the PPTPC interface (so in theory my architecture works i just need to have it route everything.. not a specific subnet..)
how would i be able to route all traffic through the PPTPC interface?
(In short, what i'm trying to accomplish is to have this device inside my internal network so that it can act as (another) gateway for specific devices to use the VPN dialup. So any device that has the IP of the EdgeRouter as their gateway configured, use the PPTPC connection.....