summaryrefslogtreecommitdiff
path: root/templates/service
AgeCommit message (Collapse)Author
2015-10-17vyatta-cfg-system: add listen-address and port checks for telnetAlex Harpin
Check that both the listen-address is a valid local address and that the port given is available for use before commiting the telnet service configuation. Bug #43 http://bugzilla.vyos.net/show_bug.cgi?id=43
2015-03-07vyatta-cfg-system: update node text so that it fits on a console lineAlex Harpin
2015-03-07vyatta-cfg-system: add additional services and check for protocolsAlex Harpin
Add the additional services that are supported by ddclient to the list of service defaults. Also add a function to use this list to check for the allowed protocols, and update the protocol node to use this. Bug #507 http://bugzilla.vyos.net/show_bug.cgi?id=507
2015-03-07vyatta-cfg-system: update protocol, remove server and node wordingAlex Harpin
Update the default protocol used for the dslreports service in the revised dynamic DNS system and remove the default server settings for freedns as it's already defined in ddclient. Uodate the wording in the server node to indicate it's only needed for custom services. Bug #507 http://bugzilla.vyos.net/show_bug.cgi?id=507
2015-03-05Add flexibility to dynamic dns configuration while preserving backwards ↵kouak
compatibility (#507)
2015-03-04vyatta-cfg-system: remove unnecessary service symlinkAlex Harpin
2015-03-03Fix broken commit 6257dfa1464d460de74e258b6290d4890a885218kouak
2015-02-20Add RFC2136 configuration options for ddclient 3.8.2 (#389)kouak
2015-02-10vyatta-cfg-system: multiple servers for dns forwarding domain overrideAlex Harpin
When configuring DNS fowarding, allow multiple servers to be specified when setting domain overrides, in order to allow Dnsmasq to gracefully handle unavailable nameservers. Bug #408 http://bugzilla.vyos.net/show_bug.cgi?id=408
2015-02-08vyatta-cfg-system: allow dynamic dns updating from behind natAlex Harpin
Add a couple of configuration options to DDNS, to allow the use=web option from ddclient when determining the external IP address. This will allow DDNS to be correctly updated when behind a NAT device. Syntax: set service dns dynamic interface eth0 use-web url (url to use) set service dns dynamic interface eth0 use-web skip (search for this) Bug #455 http://bugzilla.vyos.net/show_bug.cgi?id=455
2015-01-17vyatta-cfg-system: add dynamic dns support for no-ip.com/noipAlex Harpin
Add support for using the no-ip.com dynamic DNS service with VyOS. Bug #436 http://bugzilla.vyos.net/show_bug.cgi?id=436
2015-01-02vyatta-cfg-system: add dynamic dns support for afraid.org/freednsAlex Harpin
Add support for using the afraid.org dynamic DNS service with VyOS. This requires the updated ddclient package built for VyOS to work correctly as the version currently in squeeze lacks support for the freedns protocol. Bug #287 http://bugzilla.vyos.net/show_bug.cgi?id=287
2014-09-02vyatta-cfg-system: remove quotes from SysContact and SysLocationAlex Harpin
When the values for SysContact, SysLocation and SysDecr are written to the snmpd.conf file, they are enclosed in backslash escaped quotes. This isn't part of the syntax for snmpd.conf and looks wrong / could break snmp related things, the example snmpd.conf files show these values as unquoted. This patch corrects the output and adds validation for the supplied values, limiting them to a maximum of 255 printable characters (RFC 3418). The documentation also needs amending to take this into account. Bug #261 http://bugzilla.vyos.net/show_bug.cgi?id=261
2014-08-03Bug #237: improve ciphers option help and value validation.Daniil Baturin
2014-08-03Bug #196: rename "smuxpeer" to "smux-peer" for consistency with other commands.Daniil Baturin
2014-07-08Bug #255: add an option to ignore hosts file in dnsmasq.Daniil Baturin
2014-06-23Merge pull request #11 from ahaitoute/heliumDaniil Baturin
Bug #195: Added feature to send log message to remote syslog server over UDP or TCP.
2014-06-11Add support for ciphers and macs override in sshneutralrockets
Add support to override default Ciphers and MACs options in SSH server for eg: set service ssh ciphers <list of ciphers> set service ssh macs <list of macs>
2014-05-01Added feature to add smuxpeer entries in file /etc/snmp/snmpd.conf.Abdelouahed Haitoute
See VyOS bug 196 for more information about the feature request.
2014-01-31Merge changes to SNMPv3 templates and scripts from vRouter 5400 trial ISO.Daniil Baturin
Changes are copyright 2013, Vyatta, a Brocade company.
2013-05-16SNMP sync upJames Davidson
Minor fixes. Refactoring. Add seclevel property to SNMPv3 group.
2013-03-06Sync up SNMPv3 supportJames Davidson
SNMP-135 store SNMP superuser password to config file SNMP-130 add engineId for trap-target SNMP-134 use 'stop' and 'start' instead of 'restart' SNMP-141 change engineID syntax checking SNMP-136 Users are lost after changing TSM port SNMP-149 TLS Error: Permission denied SNMP-147 Not correct priority in TSM users SNMP-148 Configuring already use port for TSM is destroying users. SNMP-151 Errors in logs after first snmp configuration SNMP-152 Hide 'No such file or directory' error message SNMP-153 Debug messages after 'delete service snmp' SNMP-157 Run Perltidy for all Perl scripts SNMP-158 change syntax of trap-target engineID SNMP-163: added script to check name, apply it for user, group and view names SNMP-161 Faulty configuration with many trap-target SNMP-160 Look for TSM keys in /config folder SNMP-162 CLI permit not correct oid SNMP-163: typo in script SNMP-160 Look for TSM keys in /config folder SNMP-163: added support of upper case for names in the script SNMP-163: create rule for names, permit only a-zA-Z0-9 SNMP-163: typo
2013-02-12Initial SNMPv3 supportJames Davidson
2012-08-15Remove support for ssh protocol versionStephen Hemminger
Bug 6576
2011-11-09Adding CLI option for domain overrides for DNS forwarding, bug id 4086Gaurav Sinha
2011-05-10changes for new commitAn-Cheng Huang
(cherry picked from commit edf507d5be8061475d00c0cb3278f7cdd8ae844a)
2011-01-31use val_help to present valid info for nodeMohit Mehta
2010-12-15Add checking of protocol-version valueStephen Hemminger
Syntax checking and help.
2010-12-15Don't regenerate ssh v1 keyStephen Hemminger
The key generation is done during installation or earlier in rl-system.init
2010-12-06Allow telnet and ssh to start before routing protocolsStephen Hemminger
Bug 6474 Use priority 500 which is after login, syslog, etc.
2010-11-16Need to restart telnet if port or listen-address changesStephen Hemminger
2010-11-16Add ability to configure telnet listen-addresStephen Hemminger
Bug 4452 Allow configuring a telnet listen-address either IPv4 or IPv6 (like SSH). Unlike SSH, telnet only supports a single listen-address
2010-11-16Add ability to configure SSH listen addressStephen Hemminger
Bug 2410 Add ability to add configure listen address in ssh_config. set service ssh listen-address 1.2.4.40 Multiple values are allowed, and works for both IPv4 and IPv6
2010-11-16Add option to disable host validation (DNS) for SSHStephen Hemminger
Bug 4970 New CLI control of UseDNS option to sshd_config set service ssh disable-host-validation
2010-10-13Revise new ntp server configStephen Hemminger
Putting it in 'system { ntp { server...' makes more sense.
2010-10-13Migrate NTP server to services ntpStephen Hemminger
Allows starting NTP server once at boot speeding up boot time and allows specifying some NTP server options
2010-08-20Add check for port range on SNMP listen port valueStephen Hemminger
2010-08-20Add checking of port rangeStephen Hemminger
Bug 6058 Put consitent checking port range on snmp, ssh, and telnet
2010-07-21Add completion for text fields with limited valuesStephen Hemminger
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed tag to show possible values
2010-07-16Remove verbs from all help messagesStephen Hemminger
Per current policy remove verb from all help messages in th is package
2010-05-14Change SNMP community handlingStephen Hemminger
Allow combination of IPv4 and IPv6 address in community setting. Use script to generate necessary community values in snmpd.conf
2010-05-12Allow configuring/restricting SNMP listen addressStephen Hemminger
Add: service snmp listen-address AAAA [port NNN]
2010-05-12Better version of SNMP IPv6 supportStephen Hemminger
Need to use different syntax for community values on IPv6 versus IPv4
2010-05-12Revert "Snmp Ipv6 support"Stephen Hemminger
This reverts commit 5aafb72b269d409500258f0b65f3e635d99712b7.
2010-05-11Snmp Ipv6 supportStephen Hemminger
Simple change to allow ipv6 or ipv4 address in configuration.
2010-02-16Don't allow format strings in snmp-communityStephen Hemminger
2010-01-24Fix allow-root for telnet/sshStephen Hemminger
Bug 5252 The boot script needs to restore default settings, and the templates are then used to enable root access.
2010-01-07Add support trap source addressStephen Hemminger
Bug 458 Add service snmp trap-source <address> wrapper for /etc/snmp/snmp.conf
2010-01-07Add support for trap community and portStephen Hemminger
Bug 3756 Allow setting trap communities and port values.
2010-01-05Need to be root to remove snmpd.confStephen Hemminger
Postscript to bug 4499