www.flickr.com

29 July 2004

Life O Life

Microing something is not as easy I was think before when I was at the floor. After you at the top you will see, its not that simple. You have to plan, begin, see how its work, analize again and again, decided what it best, see how its work and its over and over repeated that way... if you want make thing better and better than it was.

And every step is not as simple fliping hand. Its take progress, and sometime when you has been decided something, its still posible the next day you think different ways. What I learn from this, is think twice before making decission that includes others people life and especialy your self. Another word is always be wise before act. Is not wrong to think twice or more.

25 July 2004

Remark!

Yes! I will begin another remark! after three mounts of ISP testing and staff trainee, I have to decided the next step. Including my cybercafe... *doh*

For cybercafe its so obvious I have to find a larger place to fit more than 40 pc's on it. And thats my priority now. Altering the name into ALFA is antoher step for gaining public brand, wich is I missued at first place and put my daugther name on it.

My decission for ISP is still strugelling between opening for public use or just internal and group. It's still flogging what will be benefieting most! Either private use and serving my own groups or just let everyone use it and take advantage from it.

About the staff... there are four staff that I've to decided how they gonna be. Its was my mistake for the first time that make me fell hard to decided. Yes! they are my friend and family. But the worse part is I've to demote two of them and promote only two. But who? family or friend... my profesionnal opinion and emotional opinion was flogging again... and I've been deciced final decission. For the future I will take more staff but they will not come either from my friend or family again.

11 July 2004

DALnet Answer

Thank you for contacting us.
The IP's you have mentioned are not autokilled.

null@dal.net

...

Well its make thing's fairly more confused. If DALnet wasn't akilled my IP's, why all connection to DALnet server is timeout?

10 July 2004

My SubNet Can't Connect to DALnet

Without clear reason DALnet (without I know why) whole of my IP on PCM SubNet can't connect to DALnet. The result is I've to up some local virtual IP from LA for SNAT.

ifconfig eth0:1 202.152.23.51 netmask 255.255.255.240 broadcast 202.152.23.63
ifconfig eth0:2 202.152.23.52 netmask 255.255.255.240 broadcast 202.152.23.63
ifconfig eth0:3 202.152.23.53 netmask 255.255.255.240 broadcast 202.152.23.63
ifconfig eth0:4 202.152.23.54 netmask 255.255.255.240 broadcast 202.152.23.63

Then SNAT-ing...

iptables -t nat -A POSTROUTING -s 202.52.207.99/255.255.255.255 -p tcp -d 61.6.39.100/255.255.255.255 -j SNAT -o eth0 --to-source 202.152.23.51
iptables -t nat -A POSTROUTING -s 202.52.207.100/255.255.255.255 -p tcp -d 61.6.39.100/255.255.255.255 -j SNAT -o eth0 --to-source 202.152.23.52
iptables -t nat -A POSTROUTING -s 202.52.207.101/255.255.255.255 -p tcp -d 61.6.39.100/255.255.255.255 -j SNAT -o eth0 --to-source 202.152.23.53
iptables -t nat -A POSTROUTING -s 202.52.207.102/255.255.255.255 -p tcp -d 61.6.39.100/255.255.255.255 -j SNAT -o eth0 --to-source 202.152.23.54

Ok, now all of the PCM IP has been SNAT-ing to LA IP. Hope its not last forever... I'm curently contacting DALnet for explanation.