Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mehdi_fa

#1
19.7 Legacy Series / Re: Api issue on module ipsec
March 05, 2020, 10:38:10 AM
thanks !  :)
#2
19.7 Legacy Series / Re: Port forward help?
March 03, 2020, 06:26:14 PM
hi there !

if your dns entry is a public ip record, then you need to add a port forward from your lan to catch the public ip and redirect it to your lan

lan_computer -> public_ip_service -> opnsense_nat_from_lan_interface -> internal_ip_service

#3
19.7 Legacy Series / Api issue on module ipsec
March 03, 2020, 05:41:11 PM
Hi there,

I'm trying to use the ipsec module API as described by documentation but I'm facing issue when calling the endpoint.

OPNsense version: 19.1.10

What've tried: curl -XGET -v -k -u "$key":"$secret" "https://myOPNsense/api/ipsec/key_pairs/searchItem"

What is returned: {"message":"controller OPNsense\\Core\\Api\\IndexController not found","status":400}

Is the API fully implemented ? or is it a bug already fixed in earlier version ?

thanks !