Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
routing through ppp
Hi,
I have an issue.
I am trying to connect one FGT to a pptp server.
The unit connects to the server, it adds a route ex. 10.0.0.60/32(the server address) and a route with 10.0.0.64/32(the FGT addess) connected via ppp1
How can I add a route for the 10.0.0.0/24 network?
When I add a static route i have to specify the device for the route
config router static
edit 20
set dst 10.0.0.0/24
set gateway 10.0.0.60
set device ????
I do not have the ppp1 listed as an interface.
Anyone have an ideea how can i do this?
There is no patch for human stupidity...
There is no patch for human stupidity...
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As far as I know the FGT does not have PPTP client functionality.
You might be out of luck if you need to stay with PPTP. Otherwise, switch to a real VPN (IPsec).
Ede Kernel panic: Aiee, killing interrupt handler!
Ede Kernel panic: Aiee, killing interrupt handler!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
There is no patch for human stupidity...
