Anyway, today is a bit special.. why?, the crazy IT Management Service of PETRONAS University is doing their crazy operation again .. Hunting down any box with listening port that run services - and confiscate the computers, with, or without the owner's concern .. 2 of my friends got their computers confiscated simply for having IRCd, Httpd and a local Squid cache (to help cache the sites their visited due to the university network is fsckingly slow) running ..
After some data gathering I found out those ITMS guys detect machines physically through MAC address. So, as a precaution, I changed mine.
Changing MAC can easily be done using ifconfig, anyway, here's the elegant way to do it for Fedora or Fedora derivatives users.
The catch is, no NetworkManager please. Turn it off, NetworkManager is not that mature for this stunt yet. Use the traditional all-powerful system-config-network to set ur network settings. Afterward, open
/etc/sysconfig/network-scripts/ifcfg-<ethX>
and add this line:MACADDR=your:new:fake:MAC:addr:ess
then , restart the network service
/sbin/service network restart
. The change will take effect immediately. Don't forget to set NetworkManager to NOT start on boot and set the network init to start on boot using system-config-services.Not sure how well this approach can help .. but I hope it'll help a bit ..
For those students out there (especially those who are in ICT field), who are thinking to come and study in Universiti Teknologi PETRONAS, think again before applying, as those darned ITMS will make sure y'all are unable to explore stuff beyond what u learn in course subjects.