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 wOOdy-Soft 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 swabs

  1. swabs

    How will our Network Diagram look like with Two T1s and two Routers?

    Texnut, In your post you stated that "They claim they will load balance the two T's" so they must have a method for that. If then can set up HSRP that would be ideal. But for another network I manage we use 1 router to load-balance 2 T1's using ip load-sharing per packet. Example below>...
  2. swabs

    How will our Network Diagram look like with Two T1s and two Routers?

    Texnut, I can't post the configs but here is more details: I am using a 2950 switch for vlans. Router1 - e0/1 plugged into ISP A's media converter e0/0 plugged into 2950 switchport VLAN 2 Router2 - e0/1 plugged into ISP B's media converter e0/0 plugged into 2950...
  3. swabs

    How will our Network Diagram look like with Two T1s and two Routers?

    We have a similar process in place. If you use a switch with VLANS you can plug the both of the router's LAN interfaces and the PIX interface into a seperate VLAN that is not accessible by other VLANS. This allows you to use 2 connections into one firewall. We use this process for our...
  4. swabs

    Route-map set next-hop with fault tolerance

    Hello. I am routing 2 sets of traffic (A & B) over 2 WAN connections (C & D). I am using the route-map command with set next-hop. This is working great. But the problem is that this feature causes a problem if the next-hop is down. Under normal routing the packet would take route C but if...
  5. swabs

    mimesweeper for web proxy.pac question

    Hello, I have a problem with our Proxy.pac file. We currently have a local copy of a proxy.pac file in each remote office. Each local file redirects most requests to a server(named PROXYWEB) in our main office. The script is very simple: function FindProxyForURL (url, host) { else if...
  6. swabs

    $_ troubles

    KevinADC and Rharsh. Thank you both very much. It is nice to have a quick fix to finish the project. It is also nice to see a more efficient way to solve the issue.
  7. swabs

    $_ troubles

    oops. Here is the full code of the file ############################################################## open(OUTPUTLOG,">>$ARGV[2]") || die "Couldn't create the file\n"; my $userlist="$ARGV[0]"; open (ULIST, $userlist); chomp(@userlist=<ULIST>); foreach $_ (@userlist) {...
  8. swabs

    $_ troubles

    Any help figuring out the logic would be appreciated. I have 2 files names.log and report.rpt names.log contains: tomjr billsv terrytv report.rpt contains: tomjr logged in at 10am puppychow logged in at 11am billsv logged in at 12pm kittycat logged in at 1pm I want to parse the report.rpt...
  9. swabs

    multiple default gateways

    KiscoKid, thanks for the information. I will get started reading.
  10. swabs

    multiple default gateways

    Hello, Is it possible to have 2 default gateways on a switch? We have 2 seperate ISP's and I would ideally like to set a rule where the gateway is always ISP #1 unless it is not available and then it would use ISP #2. something like: ip route 0.0.0.0 0.0.0.0 192.168.255.1 1(weight of 1) ip...
  11. swabs

    Audio notification

    In a conference call is there an option to let a user who has just entered the call know how many other people are already in the brigdge? Something like "You are caller #2 to this call". thanks, Ben
  12. swabs

    call pilot mini question

    Our office currently has a call-pilot mini that has an auto-greeting "hello welcome to xxxxx. press 1 for bill, press 2 for frank etc". Can we change the "hello welcome to xxxx" portion of the message without affecting the "press 1 for etc" portion? thanks, Ben
  13. swabs

    set value to if %computername% ends with

    Thanks PVH for the code. Works like a charm!
  14. swabs

    set value to if %computername% ends with

    Hello, I have a script that is working great posted below. I would like to add in the functionality of only running the script if the %computername% value ends with the letter "l". This indicates a laptop in our current naming scheme. Any pointers would be appreciated. Set objShell =...
  15. swabs

    802.1x authenticate with IAS

    ADB100, Thanks for the reply. I just found the cause of the issue this morning. My client didn't have the correct registry setttings for: supplicatemode = 3 authmode= 2 After I changed the client to the settings above it was successfully able to authenticate. It is up and running and I am a...

Part and Inventory Search

Back
Top