Dominik Feser

  1. NetScaler Practical / log ns.log to serial and ssh console

    To enable logging on NetScaler to all consoles (serial & ssh) issue the following lines: create alias “nslogtoshell” for enabling logging to console: alias nslogtoshell "shell cp /etc/syslog.conf /etc/syslog.conf.orig; shell chmod 666 /etc/syslog.conf; shell echo 'local0.* *' >> /etc/syslog.conf; shell killall -9 syslogd; shell /usr/sbin/syslogd -b 127.0.0.1 -n -v -v –8; shell cp /etc/syslog.conf /nsconfig/"  create alias “nologtoshell” for disabling logging to console: alias nologtoshell "shell cp /etc/syslog.conf.orig /etc/syslog.conf; shell ...

    Read More

  2. NetScaler practical / SAML AAA against simplesamlphp IdP

    This guide describes how to set up and configure NetScaler as saml service provider, protecting a very basic IIS hosted website. Requests get authenticated against a saml identity provider, here simplesamlphp. The guide further describes how to set up a basic CentOS installation via net install based on XenServer 6.0.2. Simplesamlphp will be installed and configured together with Apache and PHP and SSL. Environment The environment consists ...

    Read More