Feeds:
Posts
Comments

Archive for the ‘Network’ Category

Dear All,
Just simply change like this :
First, capture the hardware address / mac-address before changing
# ifconfig eth0 | grep HWaddr
After that, do this command :
# ifconfig eth0 down
# ifconfig eth0 hw ether 80:00:27:88:F6:AF
# ifconfig eth0 up
And then, capture again after changing the mac-address
# ifconfig eth0 | grep HWaddr
be aware, this command will be disconnect [...]

Read Full Post »

Dear all of my friends,
After long week end and no time to write this blog, here we are, now we give you tutor for mixing between Mikrotik + IPCop + Juniper Netscreen as we use at my Network Infrastructures.
Some of resource from chatting with the geek, read the resource, trying on multiple virtual machine to [...]

Read Full Post »