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...
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...
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...
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...
[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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.