Search results

  1. F

    Awk / Grep Help Needed

    DOH cut can use mutiple sets :) which is kinda cool so you tip of grep ^abc foo.txt |cut -b 3-17 becomes grep ^abc foo.txt |cut -b 3-17,45-70,70-123 Cheers for pointing me in the right direction :) Fuzz
  2. F

    Awk / Grep Help Needed

    nearly :) i got that far with awk '/^SEARCH/ {print substr($0,4,20)}' the problem lies in that i need to pull mutiple sets of charecters form the same line. i am stuck in getting the following sets of data out. :( i have only sussed how to pull out the first set :( Cheers though Fuzz
  3. F

    Awk / Grep Help Needed

    I have around 2000 files that i need to pull data from. they are basically a list of cars with data at specific points on each line for a vehicle. eg. i need to return chars 3 to 17 and 34 and 46 from a line where the first 3 charecters equal a certain value. I have looked around on the net...
  4. F

    MOVED TO SOFTWARE PLEASE DELETE

    MOVED PLEASE DELETE
  5. F

    Cisco DMZ

    in your case access-list 101 permit ip any host <dst ip> as you dont know what the source address will be if its a hosting server i.e webserver. although if you were hosting you would surely just allow traffic to those ports? eg if you were hosting a web server ip access-list 101 permit tcp...
  6. F

    Tracking realtime status of ports?

    Heh great if the cabling doods were any use at thier job i have the same prob as you :) Every single patch cable in my company is grey and yes its a total nightmare and i want to shoot the guy that did it :) gotta love inheritance :@ what makes matters worse is they pulled the VOIP into the...
  7. F

    Static route question

    if you can get one of the routers on both subnets youll be able to route between them you could do this by adding a secondary ip to one of the routers then apply your routes that way. dirty but it would work :) i.e router 1 IP 1 = 10.0.0.3 IP 2 = 192.168.0.254 then on router 2 add a static...
  8. F

    Wireless Network Tools

    Currently its just 128bit WEP Shared key and MAC filtering all AP's are D-link 2000+ with 14db masts not sure what make i didnt install em :)
  9. F

    Wireless Network Tools

    I am after a heads up on decent wireless apps i want o try brute forcing my wep etc and wonder if there were any tools for this sort of thing. I have looked at air snare and it seems kinda cool but the higher ups in company want a full out attack performed. Our wireless network is kinda large...
  10. F

    My First Patch Panel

    Yeah so i see :) however everywhere i look is touting 568A and 568B is there any advatnage with on over the other? Im not sure which one to choose both my wall blocks and panels are marked to use either so just wondering is one of them better?
  11. F

    My First Patch Panel

    I am about to embark on my first patch panel installation and would like as much advice as possible. I have been trawling the net for pin outs for the patch panel and wall boxes etc and colour but so far to no avail. If anyone could steer me in the right direction would be much appreciated...
  12. F

    Can ISP's detect use of router? If so, how to avoid it...

    alll they can do is count the TTL on the packet. iptables has a patch to change the TTL on the packet i use it for no real reason other than i can :)
  13. F

    Restart Remote System?

    use the shutdown command from a dos prompt type shutdown -r to reboot a machine for options type shutdown /?
  14. F

    Deny Certain Users from Viewing Networked Drive?

    Not a good idea a general rule of thumb when it comes to files permissons is if " they dont need it dont give it" never apply permissons on a deny basis. that should only be needed on the rare occasion. ie blocking 1 group member access.
  15. F

    Sharing doesn't work... :(

    i wasnt aware you could install or remove the netbios protocol in XP i know you can enable or disable it over tcp/ip but wast aware you could remove it?
  16. F

    I want to share a internet connection with a router but i have problems

    a cable router should allow you to spoof (or clone) the mac address of the laptop. you should be looking for a decent cable router. how it is done will depend on the router just read you docs and look for mac address cloning or spoofing.
  17. F

    Why convert to LINUX

    what reasons do you need? for server applications it does everything microsoft does only it does it faster, more secure, more stable and above all free!!!. Just get stuck in :)
  18. F

    Internet Connection Sharing

    At a guess id say cos he lives in rip off Britan. Routers over here dont cost $10 after Rebates etc they usually come in round around the 50 quid ($80?)mark for a poor wired one and start around £80 ($105?) for a wireless one.
  19. F

    Internet Connection Sharing

    nope its not disconect the connection then try again ics is nothing to do with freeserve. to enable auto ip goto the properties of the lan adapter then choose tcp/ip. then make sure that obtain automatically is checked.
  20. F

    ***PLEASE HELP- Remote Procedure Call Service is shutting down my system!!***

    you have the welcahi virus. goto here to read how to clean it off. http://securityresponse.symantec.com/avcenter/venc/data/w32.welchia.worm.removal.tool.html alll you need to sort it out is there and when your done turn on the XP firewall :)
  21. F

    Anyone heard of Snoopy?

    yes you should be concerned it sounds like some else is using your wireless lan. you need to turn on WEP and MAC filtering to secure it. read the docs that came with the router but sounds to me like its wide open to abuse.
  22. F

    Internet Connection Sharing

    enable it on your freeserve account. then set your other pcs to obtain thier ip address automatically then reboot them ensuring your gateway box ie the one with the freeserve account is started first. as it will act as a DHCP server for the other. also enusre that once you have enabled it on...
  23. F

    Please help me connect my computers (connected to a server) onto the internet.

    sounds like its a simple case of changing IP settings. i would imagine that you are connecting to the net through your router. What OS are the 2 computers that are on the net already running? if it is NT of any sort open a dos prompt and type ipconfig /all if they are running windows 98 etc...
  24. F

    Please help me connect my computers (connected to a server) onto the internet.

    what operating system is the server running NT covers NT 3.5 through to 2003. if you have 2k server or above then it will be a breeze to share the net it its NT 4 you may have to look at third party packages to do it. post back with a bit more info. ie internet connection type, os and...
  25. F

    VPN over Microsoft ICS

    facists taking away ya tick box :D
  26. F

    VPN over Microsoft ICS

    it is not by desgin you can goto the tcp/ip properites of the VPN connection and untick use default gateway on remote network. this will route all internet traffic over the cable modem to the net while the vpn traffic will go over the cable modem to the vpn only.
  27. F

    VPN over Microsoft ICS

    what EXACTLY happens. it should work no probs. Has he disabled the default route once the VPN is connected. need a bit more detail really other than "it dont work"
  28. F

    how would i setup stateful firewall, NAT, and http proxy server ??

    pah wheres the fun in that besides does you smc do email filtering and host a website with a myqsl backend id also like to see it traffic shape :)
  29. F

    Server based SPAM filtering

    heres the man from my install of spamassassin diff dists must juts have diff docs for it :)
  30. F

    Server based SPAM filtering

    well looking at his i decied to go for postfix + amavisd-new + spamassasin it took about 2 hrs but i finally have it up and running. I can send you the pdf i used if you want. its a bit of a mare but i now have a scanning gateway for virii and spam. so far it has passed all test i have flung at...
  31. F

    Weird Domain Issue

    looks to me like youve done all you can. id swap out nic then next step is a reinstall of the os if the nic swap dont work. also ensure that the nic is set to auto not full duplex or some other silly stuff :) youve checked servers - clear recreation of accounts - still exists affecting others...
  32. F

    how would i setup stateful firewall, NAT, and http proxy server ??

    Itll be fine as long as the box is up to the job hadrware wise. obvioulsy if you use and old 486 thats 12 yrs old dont expect much in the way of reliablility.:) my home box is a xp1500 running fedora core its my firewall, domain controller,dns, ftp server, mailserver,webserver and a load of...
  33. F

    how would i setup stateful firewall, NAT, and http proxy server ??

    yeah by far easiest option. one distro of linux will do all you need.
  34. F

    Server based SPAM filtering

    isnt spamd just a daemonized version of spam assassin? it is in redhat of course bsd may be different.
  35. F

    how would i setup stateful firewall, NAT, and http proxy server ??

    internet <> linux or bsd nox doing firewall, NAT. STATEFUL FILTERING and squid for proxy <> LAN Thats how it would work. you could move the proxy to another box but put it on the gateway box make it transparent and your laughing :) thats what id suggest any way
  36. F

    DYNAMIC DNS UPDATER WITH ROUTER?

    no-ip.com has a linux updater. just use that on the linux box write a small script to keep it running its very easy to set up and use. i asumme your linux box is the gateway and has 2 nics 1 external and 1 internal. if this is the case youll get it done no probs.
  37. F

    finding the default gateway.

    ipconfig /all will only shw your current config if you are wishing to find or cgane routers you will either need to know the ip or scan for it. there is no magical way to find that out.
  38. F

    Webserver setup, (apache/php/mysql)

    If you do go the linux route http://httpd.apache.org has amazing docs all well laid out with easy to use info. If you are worried about security then go with a firewall package on the linux box for example shorewall http://www.shorewall.net it blocks all incoming connections as default (as it...
  39. F

    Webserver setup, (apache/php/mysql)

    take a look a phptriad its an all in one installer that may take some of the pain out of installation. look here http://sourceforge.net/projects/phptriad/ as for security running apache over IIS is always good of course running it on a vunerable os like XP or 2k unpatched would be a bad thing...
  40. F

    Proxy server part 2

    as i said its a case of trial and error heres a couple of sites to start with http://www.atomintersoft.com/products/alive-proxy/proxy-list/us/ http://tools.rosinstrument.com/proxy/ youll just have to keep trying till you find one that works for you.
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |