Latest posts
-
-
Configure Cisco 2509 For Frame-Relay
While doing my CCIE studying I configured an old 2509 I had to act as a frame relay switch. This is more or less just a quick dump of my config for posterity 😉 IOS version c2500-i-l.121-27b.bin frame-relay switching ! interface Serial0 description *DCE serial connection to 1 no ip address encapsulation frame-relay clockrate 56000…
-

Format A USB Drive For Use With Mikrotik
To use a USB drive with your Mikrotik you need to: insert it, format it…and that’s about it. 😉
-

Mikrotik SMB (Windows Share) Support
As of ROS V 5.12 SMB support was added to Mikrotik. By default you now have a /pub folder in your file list. In the SMB settings there is now a default share of /pub. [admin@MikroTik] /ip smb> print enabled: no domain: MSHOME comment: MikrotikSMB allow-guests: yes interfaces: all [admin@MikroTik] /ip smb> .. — go…
-
Mikrotik V5.12 Released
What’s new in 5.12 (2012-Jan-19 14:31): *) console – allow to specify blank interval on x86 screens; *) console – changed ‘password’ command, now can be used from scripts and api; *) winbox – reorganized window layout to match console better; *) ssh – fixed interoperability problem with psftp based clients; *) implemented simple SMB…
-
Mikrotik VRRP On VMWare
I keep a VMWare server at the house to mock up configs on. I love being able to ramp up and down to test as many routers at once as I like. While working on an VRRP implementation recently I hit a small problem…it wouldn’t work! I made a little video outlining the problem and…
-
Expand A Drive On Virtualized Windows 2008
I CAN’T belive how easy this was…Just crazy. Basically, you enter vSphere and expand the HD. Enter the server’s disk management and refresh. Click expand on the drive you want to expand, click next a couple of times…and you are DONE! Just follow these quick and easy steps here on petri.co.il.