Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    how to use PHP shell with static route add

    General pfSense Questions
    pfssh.php
    2
    2
    94
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      futare last edited by

      Hi, I am not very good at PHP shell. I can do basic single field changes. Here is a static route example of what I'd like to do:

      $config["staticroutes"]["route"] = json_decode('[{"network":"1.2.3.4/32","gateway":"myint","descr":"mydescription"}]',true);
      

      Unfortunately the above example does not work when run via PHP shell. Please help.

      Thanks in advance,
      Futare

      1 Reply Last reply Reply Quote 0
      • stephenw10
        stephenw10 Netgate Administrator last edited by

        You probably need some include files there for the functions involved.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post