Search
Search results
- Openvpn + Auth from eDIr (LDAP)
-
... EXTERNAL AUTHENTICATION. Create simple rules in iptables . So: This is your server SLES11SP1: ISP ... the file: /etc/openvpn/ldap/iptsave # Generated by iptables-save v1.3.5 on Thu Jan 26 13:46:24 2012 *filter :INPUT ACCEPT ...
Tool - skoltogyan - 15 May 2012 - 2:13pm - 0 comments - 1 attachment - 2 groups
- Restrict Access to ZENworks Control Center
-
... on SLES, so I find it is easier to set up a rule in iptables firewall . The context.xml file maybe overwritten during ...
Article - thsundel - 1 Apr 2011 - 10:08am - 3 comments - 0 attachments - 3 groups
- Using the IDP to update the LAG
-
... Finished Note If you are not using iptables to redirect traffic from port 80 to 8080 you must specify ...
Article - jaredljennings - 1 Nov 2010 - 9:39am - 0 comments - 0 attachments - 2 groups
- Howto Front End Novell Access Manager with a Citrix Netscaler SSL Terminator
-
... standard ports traverse the netscaler. The IDP uses iptables to translate requests destined for TCP 80 to TCP 8080 (add ...
Article - ncashell - 19 May 2010 - 4:58pm - 0 comments - 0 attachments - 2 groups
- Novell Access Manager 3.1 SSL VPN Appliance
-
... this without involving the networking staff is to use iptables to create a NAT on our SSL VPN server. Name Resolution ... enter the following command using the following format: iptables -t nat -A POSTROUTING -s <vpn subnet > -j SNAT --to ...
Article - pmckeith - 4 Aug 2009 - 7:23am - 0 comments - 1 attachment - 2 groups
- Configuring Full Tunneling for SSL VPN
-
... 1. Introduction 2. Prerequisites 3. IPtables for SSL VPN 3.1 IPtables for ESP-Enabled SSL VPN server ... an L4 device 3.2 IPtables for Traditional SSL VPN setup ...
Article - schandrika - 21 Jul 2009 - 11:53am - 0 comments - 0 attachments - 2 groups
- Clustering XEN with Heartbeat and Advanced HASI
-
... your node which should have the same affect: host2:~ # iptables -I INPUT -p icmp -s 192.168.1.254 -d 192.168.1.2 -j DROP The -s ... the XEN host or issue the following command: host2:~ # iptables -D INPUT -p icmp -s 192.168.1.254 -d 192.168.1.2 -j DROP Standby ...
Article - variia - 15 Jul 2009 - 3:46pm - 8 comments - 1 attachment - 3 groups
- Novell Access Manager SSLVPN NAT Script
-
... be added to init for adding and removing the necessary iptables entry to route traffic from the SSLVPN subnet to the ... "$1" in start) echo -n "Adding SSLVPN NAT entry" iptables -t nat -A POSTROUTING -s $SSLVPN_NET -j SNAT --to ... stop) echo -n "Removing SSLVPN NAT entry" iptables -t nat -D POSTROUTING -s $SSLVPN_NET -j SNAT --to ...
Tool - ScorpionSting - 9 Jul 2009 - 7:38pm - 1 comment - 0 attachments - 2 groups
- Workgroup Solution Opportunity Guide
-
... providing a fast and multi-threaded daemon iptables— A stateful firewall to protect all computers and servers on the ...
Book page - ginnyb - 23 Jun 2009 - 12:13pm - 0 comments - 0 attachments - 4 groups
- Integrating Novell's Access Manager with Shibboleth's IDP Server
-
... provider on the default HTTPS port. Added iptables script to redirect 443 to 8443 to resolve discrepancies, the ... can difficult if you redeploy the web application. #iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j DNAT --to ...
Article - ncashell - 4 Mar 2009 - 4:19pm - 0 comments - 0 attachments - 2 groups
