set interface “tunnel.10″ zone “VPN”
set interface tunnel.10 ip unnumbered interface adsl1
set interface tunnel.10 mtu 1500
set address Untrust “10.35.0.0/24″ 10.35.0.0 255.255.255.0
set ippool “Xauth Pool” 10.35.0.100 10.35.0.110
set user “datapro” uid 1
set user “datapro” type xauth
set user “datapro” remote ippool “Xauth Pool”
set user “datapro” remote dns2 “196.41.0.10″
set user “datapro” password “4J8rDZfQNEgyOZs+dUCoK3N5jtnZegWe8A==”
unset user “datapro” type auth
set user “datapro” “enable”
set user “xauth-ike” uid 2
set user “xauth-ike” ike-id u-fqdn “xauth@tubestone.co.za” share-limit 10
set user “xauth-ike” type ike
set user “xauth-ike” “enable”
set user-group “IKE_Group” id 1
set user-group “IKE_Group” user “xauth-ike”
set ike gateway “Xauth” dialup “IKE_Group” Aggr outgoing-interface “adsl1″ preshare “tMM+QkXSNbFvNKsiKaCR3YjdH2n+5QZgQA==” sec-level compatible
unset ike gateway “Xauth” nat-traversal udp-checksum
set ike gateway “Xauth” nat-traversal keepalive-frequency 5
set ike gateway “Xauth” xauth
unset ike gateway “Xauth” xauth do-edipi-auth
set vpn “Xauth vpn” gateway “Xauth” no-replay tunnel idletime 0 sec-level compatible
set vpn “Xauth vpn” monitor
set vpn “Xauth vpn” id 2 bind interface tunnel.10
set vpn “Xauth vpn” proxy-id local-ip 0.0.0.0/0 remote-ip 255.255.255.255/32 “ANY”
Please download the Client Software here:
Please download the Windows XP client here: http://209.203.26.213/netscreen/NetScreen-RemoteSecurityClient.exe
Please download the Windows Vista client here: http://209.203.26.213/netscreen/Juniper_NSC_9.0r2.exe
This is if you have more than one ip bound to your nic’s and want postfix to send out via a specific ip address
smtp_bind_address = xxx.xxx.xxx.xxx
vi /etc/postfix/main.cf
####Virt Ethernet###
IPADDR_2=’192.168.99.3′
NETWORK_2=’192.168.99.0′
NETMASK_2=’255.255.255.0′
BROADCAST_2=’192.168.99.255′
LABEL_2=’2′
Hi Guys,
The discussion board is up!!!! Yay!! Please feel free to visit it!!
Click here to be redirected to the board!
Here is a very good HOWTO i found called Virtual Exim. It’s basically takes the exim mta and allow you to do virtual mailhosting for as many domains as you want, and it’s very customizable!
I thought some of you might find this usefull, as i have.
There has not been alot of documentation about exim on the internet, and it’s always a struggle to find howto’s about this amazing MTA
Spam & Virus Scanning with Exim
If you have any comments or suggestions even better, have come across similar documentation, please leave a comment, or send them on, so that we can post it here!
Use this to set your mysql password
shell> mysqladmin password “my new password”
How to reset the mySQL admin password:
In a Unix environment, the procedure for resetting the root password is as follows:
1. Log on to your system as either the Unix root user or as the same user that the mysqld server runs as.
2. Locate the .pid file that contains the server’s process ID. The exact location and name of this file depend on your distribution, hostname, and configuration. Common locations are /var/lib/mysql/, /var/run/mysqld/, and /usr/local/mysql/data/. Generally, the filename has the extension of .pid and begins with either mysqld or your system’s hostname.
You can stop the MySQL server by sending a normal kill (not kill -9) to the mysqld process, using the pathname of the .pid file in the following command:
shell> kill `cat /mysql-data-directory/host_name.pid`
Note the use of backticks rather than forward quotes with the cat command; these cause the output of cat to be substituted into the kill command.
3. Restart the MySQL server with the special –skip-grant-tables option:
shell> mysqld_safe –skip-grant-tables &
4. Set a new password for the root@localhost MySQL account:
shell> mysqladmin -u root flush-privileges password “newpwd”
Replace “newpwd” with the actual root password that you want to use.
5. You should be able to connect using the new password.
Linux has been around for quite some time, but how many of us really have taken the time to see what it’s all about?
Linux is a Unix-like computer operating system. Linux is one of the most prominent examples of free software and open source development; typically all underlying source code can be freely modified, used, and redistributed by anyone.
Recent Comments