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!

Search results for query: *

  • Users: m3the01
  • Content: Threads
  • Order by date
  1. m3the01

    asa 5510 dynamically assignmed fixed address.

    Hello, I have cisco 5510 with a horrible service provider, they use nt servers for providing static ips. Basically u have a couple static ips but they need to be assigned through dhcp. So i set the asa to grab the address, everything works great for a few days sometimes weeks. Then...
  2. m3the01

    ASA 5510 Basic Config

    So been out of the game for nearly 8 years, primarily a programmer now. Trying to help a buddies company out configuring a ASA 5510, What im trying to do, 1)internet pass through, pretty sure i did this with NAT before. They have one static-ip that ive configured. 2)DNS functionality, ie) if...
  3. m3the01

    Cisco 1242 downgrade to autonomous version

    I have two of these units the autonomous one has been working great. I had no choice but to pickup a lightweight version for the second one cause the supplier said they needed two weeks to bring the other version in, but i need it up and running by monday. So i need to downgrade this bad boy...
  4. m3the01

    IPsec SSL VPN Questions...

    I just want to say i really appreciate the help and the forum is great. Quick background, -Client is running a SQL database that clients outside the WAN need access through. The clients are using broadband cards on Motion LE1700 tablet PC's. -There is a dedicated production SQL server, either...
  5. m3the01

    Need disk array 3-6Tb, SATA $10-12k

    Im looking for a disk array which is works well with IBM rs/6000 box running AIX. Also needs to be able to work well with nt box's. Any hardware suggestions would be great. Im currently having to wait for callbacks from company's. Damn. Funny me the client waiting to buy something. thanks
  6. m3the01

    PIX 515, smart enough for 255.255.252.00 subnet

    I am currently in the process of converting to from a 255.255.255.0 subnet of 254 hosts to a 255.255.252.0 subnet of 1022 hosts. On a pix config, is it smart enough to take a say a telnet 192.12.20.0 255.255.252.0 inside In theory it should see all address's from 192.12.20.1-192.12.23.254...
  7. m3the01

    Strange problem, PIX 515 cant talk to ISP

    Heres the situation. We have 5 static ips and everything runs wonderful if we have the configuration as follows. ISP->Cisco microswitch 1548->PIX 515 everything is great, wonderful. Here comes the problem the microswitch 1548 is dieing. It Needs a power cycle every 10-14 days and sometimes...
  8. m3the01

    Cisco 1841, translation for two logical subnets

    I need a router that is capable of translation between two logical subnets on the same network. I need to configure eth0 with a 192.19.18.X on 255.255.255.0 and eth1 192.19.20.x on 255.255.252.0. I understand that routers are infact logical translator but just wanted to verify the 1841 is...
  9. m3the01

    Checking bandwidth without PDM on PIX 515?

    Is it possible to get any statistics? thanks
  10. m3the01

    PIX 515 change subnet:(

    How envolved is this? I see the mask plays a key role in 55 lines of our pix config file. Is there anything other then replacing the lines with the same line as before with the new subnet mask? thanks for your time, there are also remote pix 506 connected to head office where the subnet...
  11. m3the01

    PIX 515 change subnet:(

    How envolved is this? I see the mask plays a key role in 55 lines of our pix config file. Is there anything other then replacing the lines with the same line as before with the new subnet mask? thanks for your time, there are also remote pix 506 connected to head office where the subnet...
  12. m3the01

    Superscope Order WIN2k3 server DHCP

    How is the order of issue determined? On the old nt4.0 boxes you would add the scopes in the reverse order you wish the server to issue. Basically it would exhaust all ipaddress's in one scope before entering the other scope, is this possible in 2k3? thanks for your time,
  13. m3the01

    DHCP new scope or superscope

    Explanation of situation. Currently were running out of ip address's. were running on the 255.255.255.0 segment and such are limited to the 1-254 devices inclusive. Options, create a entire new scope with start address of 192.10.10.1 -> 192.10.11.254 with subnet 255.255.254.0 or leave the...
  14. m3the01

    Real Brainer question, looking for a simpler answer.

    Hello just working on a little game, with the setup 1 2 3 4 5 6 7 8 9 Each of the numbers are actually colored squares in the programs with string literals in the for of numbers on them as listed. Now what what i am trying to do is find a formula which i could use in an if/ else...
  15. m3the01

    no output

    Creating a program/ game with numbered colored blocks. It has three classes eventually four. Using lists, panel, and mush more problem is that i dont get any output from one of my classes. Its probably a novice mistake but hey im a novice so i will make those mistakes. So please just take a look...
  16. m3the01

    true randomInt

    just wondering how you could produce a true random in, here is my code. Only thing is that everythime the random int is in the same order, first time 73 second time 10 and so on everytime i run my program public class GuessingGame{ private RandomInt generator; private int genNumber...
  17. m3the01

    nullpointerexcption

    Been having this problem for a couple of days now, cant seem to figure it out. The error from what i can find over the internet has somethin to do with how the constructor is used. example //constructor public Board(Color top,Color bottom,Color middle){ topRowColor = top; bottomRowColor =...

Part and Inventory Search

Back
Top