Wednesday, July 20, 2011
Installing Webmin on CentOS 5.5
10:52 AM |
Posted by
Mark Gagalac |
Edit Post
Step 1: Get the RPM, run this command
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.520-1.noarch.rpm
Step 2: Install the RPM, run this command
rpm -U webmin-1.520-1.noarch.rpm
Step 3: Open the firewall on port 10000. Run this command
iptables -I INPUT -p tcp --dport 10000 -j ACCEPT
now you can access webmin via http://server:10000 using your shell credentials.
Enjoy!
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.520-1.noarch.rpm
Step 2: Install the RPM, run this command
rpm -U webmin-1.520-1.noarch.rpm
Step 3: Open the firewall on port 10000. Run this command
iptables -I INPUT -p tcp --dport 10000 -j ACCEPT
now you can access webmin via http://server:10000 using your shell credentials.
Enjoy!
Saturday, February 26, 2011
How to Enable Telnet in your Windows 7 Operating System
8:40 AM |
Posted by
Mark Gagalac |
Edit Post
Ok, been wondrin for a while why the hell telnet is not available in my Windows 7 workstation. I am using telnet a lot so I did some research. Windows 7 disabled the Telnet by default, so basically, the answer is pretty simple.
Win + R and type appwiz.cpl
Turn Windows features on or off
Scroll down and check the Telnet Client box.
Hit OK and you're done. Enjoy!
Thursday, February 24, 2011
Install and configure NTP in Centos 5.5
2:46 PM |
Posted by
Mark Gagalac |
Edit Post
You can easily install NTP (Network Time Protocol, a means of transmitting time signals over a computer network) using yum command under Redhat or CentOS/Fedora core Linux.
Login to shell:
Done!
Login to shell:
yum install ntp
chkconfig ntpd on
ntpdate pool.ntp.org
/etc/init.d/ntpd start
Done!
Thursday, February 10, 2011
Creating Portable Apps using VMware Thinapp
10:11 AM |
Posted by
Mark Gagalac |
Edit Post
Okay, been using this for years and just wan't to show how its done.
You could create your personal portable applications or games using vmware thinapp. this is a very useful tool specially if you want a specific apps/games to be plug and play in your usb stick or whatever. here's how to.
Im going create a portable mozilla firefox.
You could create your personal portable applications or games using vmware thinapp. this is a very useful tool specially if you want a specific apps/games to be plug and play in your usb stick or whatever. here's how to.
Im going create a portable mozilla firefox.
install vmware thinapp.
run the thinapp setup capture
click next
start the precan
install the application and configure it to whatever settings you want
click the postscan and keep on next until the entry points. select only the application you've installed.
keep hitting next until you were asked to build the application.
you're done.
Saturday, February 5, 2011
Configuring the PPTP VPN client under Windows XP
10:34 AM |
Posted by
Mark Gagalac |
Edit Post
Start > Control Panel > Network Connections
File > New Connection > Next
Connect to the network at my workplace > Next
Select VPN connection > Next
Enter descriptive name for connection > Next
Do not dial the initial connection > Next
Enter hostname or PUBLIC IP address of the PPTP server > Next
now try to connect by entering the Username and Password and click Connect.
verifying, registering.. and done!
File > New Connection > Next
Connect to the network at my workplace > Next
Select VPN connection > Next
Enter descriptive name for connection > Next
Do not dial the initial connection > Next
Enter hostname or PUBLIC IP address of the PPTP server > Next
now try to connect by entering the Username and Password and click Connect.
verifying, registering.. and done!
How to setup PPTP VPN server using pfSense
10:22 AM |
Posted by
Mark Gagalac |
Edit Post
Login to your pfSense administration panel and configure the VPN PPTP.
go to VPN > PPTP > Configuration
Tick the radio button "Enable PPTP server"
Enter the Server address (Enter the Public IP address the PPTP server should use on its side for all clients.)
Enter the Remote address range. (eg. 10.22.20.0/28)
Click Save
Add a Firewall Rule.
go to Firewall > Rules
Allow it all or block some ports and protocols. Mine is allow all.
Add Users
go to VPN > PPTP > Users
Enter the Username and Password aswell as the IP. Make sure that its covered under the Remote address range that was setup in your configuration. (eg. 10.22.20.22)
Following this, you should have a working PPTP VPN server working.
go to VPN > PPTP > Configuration
Tick the radio button "Enable PPTP server"
Enter the Server address (Enter the Public IP address the PPTP server should use on its side for all clients.)
Enter the Remote address range. (eg. 10.22.20.0/28)
Click Save
Add a Firewall Rule.
go to Firewall > Rules
Allow it all or block some ports and protocols. Mine is allow all.
Add Users
go to VPN > PPTP > Users
Enter the Username and Password aswell as the IP. Make sure that its covered under the Remote address range that was setup in your configuration. (eg. 10.22.20.22)
Following this, you should have a working PPTP VPN server working.
Thursday, February 3, 2011
Setting Timeout Options for Remote Desktop Connections
1:02 PM |
Posted by
Mark Gagalac |
Edit Post
You can set the maximum amount of idle time allowed for remote desktop connections.
To Set Timeout Options for Remote Desktop Connections
To Set Timeout Options for Remote Desktop Connections
- From your computer's Start menu, point to Programs, point to Admin Tools, and then click Terminal Services Configuration.
- In the right pane of the window, click RDP-Tcp.
- Click the Sessions tab.
- Specify the values you want to use.
Subscribe to:
Posts (Atom)
Labels
- adtran (1)
- apps (1)
- cctv (1)
- dhcp (1)
- firewall (1)
- gpo (1)
- hyper-v (2)
- linksys (1)
- linux (7)
- pfSense (1)
- phones (1)
- portable (1)
- proxy servers (2)
- remote desktop (1)
- routers (1)
- sip (1)
- squid (2)
- systems and network (19)
- telnet (1)
- terminal services (1)
- virtualization (3)
- vmware (1)
- vpn (2)
- webmin (1)
- windows (11)
- windows 7 (2)
- windows server 2003 (1)
- windows server 2008 (2)
- windows xp (1)