Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fdalmoro

  1. fdalmoro

    opinions from professional programmers, please

    Hi Xover, It's funny you asked this question because I'm on the same boat. I decided on Java just because I want to make some Android apps. In any case I went with Java, first I read Beginning Java for Dummies and now I'm on Dietel's Java How To Program. The dummy book is on a SLOOOOWW gear...
  2. fdalmoro

    Can't ping on second VLAN

    Update: SW1 and SW2 are connected to a Cisco Router via trunks. I setup another VLAN just as a test and this VLAN worked fine even though I set it up the same as the last. I think the only difference is there were some STP changes that were done when the 21 VLAN was created and the switch...
  3. fdalmoro

    Can't ping on second VLAN

    Hello, I have 3 - 5300 switches all connected via Mesh. Software revision : E.10.55 SW1/Port A-1 -> SW2/Port A-1 SW1/Port A-2 -> SW3/Port A-1 SW2/Port A-2 -> SW3/Port A-2 show mesh on all 3 says established The problem is that there are two VLANs on each one of these switches plus the...
  4. fdalmoro

    Are there any tricks with split?

    I'm new to perl and was messing around with split. I came up with this little script just to mess around and it works but is this the best way to do what I'm doing here or are there more efficient ways to do this? I guess this might not be directly related to split because that part seems to...
  5. fdalmoro

    Text output has weird characters

    [1]I made the change: set objOutputfile = objFSO.CreateTextFile(IPlist) and it works fine now. [2] true, added in ;) [3] good point. [4] Yah, just for me. I do have a version which asks for full IP both times but I got lazy and figured I can make do with just the last octet not the full end...
  6. fdalmoro

    Text output has weird characters

    Hi Guys, I have a script that allows me to input a range of IP's to scan and check if they're responding. If the IP responds it puts the IP into a text file. I can then use that list of IP's to do whatever I want to do on the network. The problem is the list that is being created here has some...
  7. fdalmoro

    IE History

    Hey guys, the best workaround to this that I found was the following: 1. Start up Regedit and go to HKCU\Software\Microsoft\Internet Explorer\TypedURLs 2. Delete any urls that are in there to clear your history. 3. Right click on TypedURLs key and go to Permissions. 4. Explicitly Deny Full...
  8. fdalmoro

    Can't ping switch but can ping out from it.

    OK, I talked to a co-worker and he looked at the config. The problem is that the VLAN with the IP that needs to be active needs to be in a 'no shutdown' state. VLAN10 was shutdown on my switch. I shutdown VLAN1 and ran 'no shutdown' on VLAN10 and everything started working fine. Thanks for the...
  9. fdalmoro

    Can't ping switch but can ping out from it.

    It's a C3500 XL ... This is in the trunk config: switchport trunk encapsulation dot1q I heard about that problem from a Cisco guy and I think I have the right protocol because when the PC's are connected it works fine. BTW I also tried setting the Default Gateway on SW3 to the next switch up...
  10. fdalmoro

    Forcing all backups to end by a certain time?

    You can set a batch file to restart the services at 8AM.. It will look something like this: c: cd \ net stop "Backup Exec Agent Browser" net stop "Backup Exec Job Engine" net stop "Backup Exec Server" net stop "Backup Exec Device & Media Service" net stop "Backup Exec Remote Agent for Windows...
  11. fdalmoro

    Can't ping switch but can ping out from it.

    I have a setup that looks somewhat like this: Switch4<-trunk->CoreRouter1<-trunk->Switch2<-trunk->Switch3 - All on VLAN10 (trunks are Tagged for V10 and switch ports are untagged V10). - Default VLAN is not used. - ON V10-> CoreRouter - 10.1.10.1 / SW4 is .4 / SW3 is .3 / SW 2 is .2 - Default...
  12. fdalmoro

    Veritas Backup Exec 10.d ...NOOB question

    I'm in the process of working with backing up to file but have been backing up SQL for a long time to tape. First, the best way to backup SQL is to do it through the SQL server via the MS Enterprise manager to a file. It will require that the SQL Agent service is running. Backup SQL to a file on...
  13. fdalmoro

    Wireless connection to a router

    Well to start just to make sure.. did you try it with everything Static instead of DHCP? Fernando
  14. fdalmoro

    Wireless connection to a router

    I was running WEP on my home lan but when I saw this thread I thought I would give WPA another shot. I set it up on a laptop that's currently running Ubuntu Drapper x86_64 (Turion Processor). This laptop has an intel wireless integrated card (ipw2200). This driver needs special attention as far...
  15. fdalmoro

    Wireless connection to a router

    This howto is specific to wpasupplicant package. http://wiki.debian.org/WPA Fernando

Part and Inventory Search

Back
Top