Hi,
The FGT does have a pptp client capability.
The configuration is done in the interface config.
Take a look:
config system interface
edit " wan1"
set pptp-client enable
set pptp-user " *********"
set pptp-password *********
set pptp-server-ip 86.x.x.x
set pptp-auth-type mschapv2
set pptp-timeout 200
S* 0.0.0.0/0 [10/0] via 82.76.167.1, wan1
C 10.0.0.60/32 is directly connected, ppp1
C 10.0.0.63/32 is directly connected, ppp1
C 82.x.x.x/25 is directly connected, wan1
C 192.168.10.0/24 is directly connected, internal
10.0.0.63/32 is the Ip address assigned by the Server,and C 10.0.0.60/32 is the ip of the server.
I do have conectivity with the server,but that is it.
I want to add a route for the 10.0.0./24 network,But I cannot do that with ppp link
Hostname (3) # show
config router static
edit 3
set dst 10.0.0.0 255.255.255.0
set gateway 10.0.0.60
next
end
Hostname (3) # set device ?
<string> please input string value
internal (192.168.10.10) interface
ssl.root () interface
wan1 (RDS) interface
wan2 () interface
Any ideea?
There is no patch for human stupidity...