約2,420,000件1ページ目

日本語のみで絞り込む

A sample /etc/ppp/ip-up script. The example below provides a variety of example uses. #!/bin/bash # # Script which handles the routing issues ...

Once the PPP link is established, pppd looks for /etc/ppp/ip-up. If this script exists and is executable, the PPP daemon executes the script.

Tested on MacOS 10.13 and didn't work for me. Script doesn't get called. This works, shebang was wrong. Thanks to athairus and Mark Gaensicke in the comments.

2015/5/22 -I have a simple script "test" in /etc/network/if-up.d directory. The script contains below commands. It creates a empty text file, whenever an ...

2020/7/24 -I have a script that sets up my 6rd tunnel in /config/scripts/ppp/ip-up.d on my ERL. It works if I run it manually, but it isn't being run ...

# This script is run by the pppd after the link is established. # It uses run-parts to run scripts in /etc/ppp/ip-up.d, so to add routes,. # set IP address, run ...

2015/6/15 -The server /etc/ppp/ip-up.d/* are simply not executed. Does anyone of you knows how I might be able to add the client LANs to the pptp server?

2020/8/6 -So I was using OpenFortiGui for some time now and it works fine but I switched to this package since it integrates better with my system.

7.2. Connecting via Dial-Up · Create the "vpn-up" file in /etc/ppp/ip-up.d: · If you want to punch a hole in your firewall for your VPN when you bring it up, you ...

2009/9/6 -The script's file name is /etc/ppp/ip-up.d/setupiptables, "executable" property is on, and file permissions are set to 777. When I run pppd via ...