Showing posts with label post. Show all posts
Showing posts with label post. Show all posts

Jul 22, 2008

2

How to Share Your Internet Connection on Ubuntu

There is several ways to share internet connection using Ubuntu Server. But this in this tutorial, I'll be using one method that is quite simple and proven to be working on Ubuntu Hardy. But as far as i know, this kind of setting will work on any distribution which support iptables.

Here is the steps to share your internet connection:

  • Run as root:
sudo -s
  • Then change the setting in sysctl to allow ip forwarding by running this command:
sysctl -w net.ipv4.ip_forward=1
  • By the way, sysctl actually will run on Ubuntu startup automatically, but to be sure just edit the /etc/sysctl.conf:
#nano /etc/sysctl.conf
net.ipv4.ip_forward = 1
iptables
Then we need to masquerade the service. This could be a little bit tricky, but still it's easy to use. Let say if your server connected to internet using wireless device, so the device interface should be wlan0. And a network card connected to your local area network is eth0. So here is some example in the interface setting:
wlan0:
IP = 10.41.57.103
netmask = 255.255.0.0
gateway = 10.41.57.254
  • The ethernet setting:
eth0:
IP = 192.168.1.10
netmask = 255.255.255.0
gateway = 10.41.57.254(IP for the gateway of wlan0)
  • If you can see, the setting for eth0's gateway is using the same gateway as wlan0, so we need to masquerade it using iptables to allow packets to be forward through 2 interfaces. To masquerade, here is the command:
#iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
#service iptables save
It's all done with the server setting, now we have to do the setting for client pc, in this example, the client is using winxp, so all we have to do is to set the ip manually. The ip should be like this:
IP = 192.168.1.100 (Well the ip can be anything but have to be on the same class)
netmask = 255.255.255.0
gateway = 192.168.1.10
DNS = 192.168.1.10
So this one should help all user to share internet connection using Ubuntu Server. I'm not expert on the network subject but this one is simple and easy to understand. I hope this will help you out.

Bookmark This Article:

Feed Me Digg this Stumble Upon this Send this Reddit this Add to Technorati Favorites Directory of Computers/Tech Blogs Programming Blogs - BlogCatalog Blog Directory

Your Ad Here

Jun 17, 2008

0

New malaysian Warez - Register Now

Hey, I'm quite busy lately doing my report for my intern period which just finished on 14th Hune 2008. So It's hard to make a quality post on Ubuntu. So here is some update which might be useful for my readers.

Well this post is about the latest warez site which being develop by our fellow Malaysian. This warez site got a lot of useful application which provide the crack for a shareware software. So no need to search for crack and being infected by spyware on the cracks site.

Here is the link to the Malaysian Warez "Download Fridge". Keep up the good work. If you would like to contribute to the download section, feel free to contact the admin himself. We would like more contributors to share the golden softwares.

Happy downloading~!

Bookmark This Article:

Feed Me Digg this Stumble Upon this Send this Reddit this Add to Technorati Favorites Directory of Computers/Tech Blogs Programming Blogs - BlogCatalog Blog Directory

Your Ad Here

Jun 5, 2008

1

What is happening to my 'Melayu'?

Off topic, well I guess a lot of people wouldn't expect me to write anything on Malay Dilemma. Well, this is being seen by our former Prime Minister Tun Dr. Mahathir Mohamad in his book "The Malay Dilemma" .

Well nothing much about the latest trauma hit by Malay people here in Malaysia. Well to be honest, I'm sick and tired reading about all those nonsense what is happening here in Malaysia regarding my race which is Malay. I'm maybe not the right person to have a voice on this matters, but believe it or not, I need to help my race in what ever method I'm capable with.

The First Issue: Sex, Video and Socializing

Well, this is what matter the most. Why is my fellow Malay would like to have pre-martial sex and have it recorded for public sharing? Why in the first place, they were thinking about having a pre-martial sex? This is what torment me. Almost all Malay are Muslim, and as a Muslim, we are forbid to do a pre-martial sex no matter what is the reason. Unfortunately, nowadays - Malay people think that it's legal and it's happening everyday.

We are not Jewish, we are Muslim. Maybe we are not a good muslim, but I'm pretty sure all Malay/Muslim know the Hukum of Zina. And why record the sex scene? Is it because of trend? If it is the trend, then the reason is unacceptable.

The Second Issue: Drugs

Well this is the latest issue I've been reading for about couple of years. There are several Malaysian and most of them are Malay who was caught in foreigner country due to illegal drug Smuggling. Why it is always be Malay? As far as I know, this is being plotted by International Syndicate who gain profits from Drug Smuggling. And the best question is, why always Malay student get caught? Are they dumb?

So I urged all my fellow Malay, please use our brain before act. We are a Muslim and we still have Quran to guide us to live a happy life ever after. Everyone made mistake in this life, but it is never too late to turn back and change the way we live.

Bookmark This Article:

Feed Me Digg this Stumble Upon this Send this Reddit this Add to Technorati Favorites Directory of Computers/Tech Blogs Programming Blogs - BlogCatalog Blog Directory

Your Ad Here

Apr 20, 2008

0

A New Domain For this Blog

Hey, I have some comments from my friends to change and use my own domain instead of using http://blablabla.blogspot.com to my domain. So I accept their advise and buy a new domain for a cheap price from Sumardi.

So now I would like to announce that my blog has minor change in URL which formerly http://gunbladeiv.blogspot.com has change to http://blog.gunbladeiv.com. So please change all the feed subscriber and bookmarks from blogspot to gunbladeiv.

"Hope For A New Beginning"



Yeah, I would like to start over again to promote my blog for people to recognize and know my blog existence. Even though I'll lost all my traffic history when changing to own domain, but i hope it will be better in the future.

Thanks for those who read my blog and subscribe it through feeds and thanks for those who read my blog just to gain information. So please remember to change to:

Bookmark This Article:

Feed Me Digg this Stumble Upon this Send this Reddit this Add to Technorati Favorites Directory of Computers/Tech Blogs Programming Blogs - BlogCatalog Blog Directory

Your Ad Here

Apr 9, 2008

9

Blog: Backup your blog daily~!

Have you ever lost all of your post? or maybe half of it due to technical problems? Or the worst part is you dont even backup you post? I think there are a lot of people have experience this kind of problem. Lost the posts of your blog is a total nightmare for active bloggers.

Give a try for BlogBackup to manage your backup daily. What does BlogBackup offer ?

  • It runs over the internet ( which means you can restore or back up your blog anywhere in this world as long as you have internet connection )
  • You can set a daily back up of your blog.
  • No need installation
  • and it works with any blog ( 99% blog is supported )

Does BlogBackup have what it takes to manage your blog's backup? I'll give my personal answer, and it is YES - definitely. Privacy ? yes, and you can read it at the privacy policy.

Bookmark This Article:

Feed Me Digg this Stumble Upon this Send this Reddit this Add to Technorati Favorites Directory of Computers/Tech Blogs Programming Blogs - BlogCatalog Blog Directory

Your Ad Here