Page Menu
Home
VyOS Platform
Search
Configure Global Search
Log In
Files
F38742048
peer.j2
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
peer.j2
View Options
### Autogenerated by interfaces-sstpc.py ###
{{ '# ' ~ description if description is vyos_defined else '' }}
# Require peer to provide the local IP address if it is not
# specified explicitly in the config file.
noipdefault
# Don't show the password in logfiles:
hide-password
remotename {{ ifname }}
linkname {{ ifname }}
ipparam {{ ifname }}
ifname {{ ifname }}
pty "sstpc --ipparam {{ ifname }} --nolaunchpppd {{ server }}:{{ port }} --ca-cert {{ ca_file_path }}"
# Override any connect script that may have been set in /etc/ppp/options.
connect /bin/true
# We don't need the server to auth itself
noauth
# We won't want EAP
refuse-eap
# Don't try to proxy ARP for the remote endpoint. User can set proxy
# arp entries up manually if they wish. More importantly, having
# the "proxyarp" parameter set disables the "defaultroute" option.
noproxyarp
# Unlimited connection attempts
maxfail 0
plugin sstp-pppd-plugin.so
sstp-sock /var/run/sstpc/sstpc-{{ ifname }}
persist
debug
# pppd should create a UUCP-style lock file for the serial device to ensure
# exclusive access to the device. By default, pppd will not create a lock file.
lock
# Disables Deflate compression
nodeflate
{% if authentication is vyos_defined %}
{{ 'user "' + authentication.username + '"' if authentication.username is vyos_defined }}
{{ 'password "' + authentication.password + '"' if authentication.password is vyos_defined }}
{% endif %}
{{ "usepeerdns" if no_peer_dns is not vyos_defined }}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 15, 9:09 PM (1 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3126116
Default Alt Text
peer.j2 (1 KB)
Attached To
Mode
rVYOSONEX vyos-1x
Attached
Detach File
Event Timeline
Log In to Comment