- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
A budding, talented Network Engineer with great aspirations and abilities to match.
- Interests
- Computer and Network Technology
- PC Specs
- MacBook Pro, 2.4GHz Intel Core i7, Retina Display, 15", 16GB RAM, Mac OS Mavericks
31 Posted Topics
Re: I know it might sound silly but have you checked the pins in the connector, another ethernet adaptor, another ethernet cable, etc? - a few days ago we had a customer with a similar issue and it turned out that the pins in the connector (on their Mac) were bent. … | |
Re: does anyone have any ISO images for the different devices, especially any Juniper devices? | |
can anyone actually tell me what the point is of using VMWare, and which version I should use if I want to run Ubuntu and MAC OS Lion? Also, if I wanted 2, could I use it 2 practice Network Security between the running OS's?? - obviously this is gonna … | |
Re: Hi, You need to use a Brigded Connection between VMs, you can select this option during the setup phase of the VM, at the time when you select how much RAM you want it to use, how many cores you want it to use, etc. Hope that helps. suley04 | |
Hi to everyone, Thanks for reading this, first of all. Now, I am currently working on a website for a company. They have an eBay store and they would like to make their listings appear the same as they do on their website, and came to me because I know … | |
Re: Well, you could do it either by the router's web interface, or by setting the permissions in your anti-virus software. If none of those solve the problem, then you will have to get back to us with more detailed information of what you are trying to do, so we can … ![]() | |
Re: Well, during the holidays between my 2nd and 3rd year at university, I did a voluntary placement in a national company called ItCampus. Cut a long story short; I was asked to program some servers to monitor the company's infrastructure both locally, and internationally. The software I used at the … | |
Re: Hi, There used to be a similar problem in my work place, where every so often the internet would "drop" the connection and the computers would be in an offline state for a few minutes at least, until you either reset the router via the web interface or until you … | |
Re: [QUOTE=jingda;1670131]@ caperjack 1) You can change your wireless channel to either 1 or 11, by default most router are automatically configure with 6 channels. 2) Add a wireless repeater 3) Change your router antenna. Most router's antenna can only broadcast the signal to a certain distance, changing it can let … | |
Re: Hi, There used to be a similar problem in my work place, where every so often the internet would "drop" the connection and the computers would be in an offline state for a few minutes until you either reset the router via the web interface or until you physically took … | |
Re: Hi, you could use ACL (Access Control Lists) to restrict access to only that particular printer from only that particular machine (dell optiplex). Search for it in google and you will get plenty of information. | |
Re: as rubberman said, could you please tell us what your purpose is? - is it to find out where the best signal is or something? | |
Re: try reading this: [url]http://en.wikipedia.org/wiki/Network_address_translation[/url] if it doesn't make sense, let me know and I will try to explain it... :) | |
Hi everyone, First of all let me just tell you that I have never done database programming myself, and this is the first time I'm setting up a MySQL database via phpMyAdmin, so I could be missing something small but I'm sure someone will know the answer, anyways... I have … | |
Re: As ipradip said, you want to use a Mesh topology. This is because there are several paths to any single device, so if one fails, then data can still be transferred to and from each node without any problems. Obviously you will need to look into Routing Protocols and other … | |
Re: why don't you try adding the "carriage return" character, for example: $data [++$counter] = $row ["parent1_cell \n"]; $border[$counter] = "LR \n"; [B]OR[/B] $data [++$counter] = $row ["parent1_cell \r"]; $border[$counter] = "LR \r"; Let me know if that doesn't work... :) | |
Re: You dont actually need any coding... all you need to do is change the DNS records on the server where your domain name lies, so that the DNS records store the IP addresses of the server you want it to direct to. If you contact your web hosting provider they … | |
Hi Everyone, I have a BIG problem right now. I am currently learning ASP.NET to fulfil my job role, as an IT Manager. Although I have programming experience in other languages, I have never done ASP.NET before. I am currently working on a website called [snipped]. I recently uploaded the … | |
Re: Well, I graduated last year and for my final year project I did it on the Security of Wireless Networks. I used a lot of Cisco equipment (Switches, Routers, MLS, IOS Firewalls, ACLs, and all sorts of other stuff. I really enjoyed it and didn't want it to end. So, … | |
Re: How about trying something like a "traceroute" to find all the previous hops it takes to reach their internal systems, then looking at the last few addresses to find the last public IP address, and then taking it from there? Once you know the last public IP address, you know … | |
Re: Hi, There used to be a similar problem in my work place, where every so often the internet would "drop" the connection and the computers would be in an offline state for a few minutes until you either reset the router via the web interface or until you physically took … | |
Re: WAN (Wide Area Network): a network that usually connects several offices of the same company together across metropolitan, regional, or national boundaries. For example, Businesses and the Government use WANs to pass data regarding employees, clients, buyers, and suppliers from various geographical locations. It essentially, allows a business to effectively … | |
Re: Hi, I suggest you take a look at this information, try a few tests, and if you have no success then get back to us... [url]http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_tech_note09186a00800a5b9a.shtml#sourcedefine[/url] Just so you know, we will probably have the answer, as I myself have done this before in a lot more detail and depth … | |
Re: Well, you must be entering the wrong IP address, that is why you cant get access to the web interface... otherwise there is no reason for it not to let you access the login page for the router. However, your main question is unclear... could you please provide a diagram … | |
Hi Everyone, I have a BIG problem right now. I am currently learning ASP.NET to fulfil my job role, as an IT Manager. Although I have programming experience in other languages, I have never done ASP.NET before. I am currently working on a website called [url]www.packagepets.com[/url] . I recently uploaded … | |
here is my code so far: [CODE] #include <stdio.h> #include <string.h> struct sale { int week; int units; int price; char name[30]; }; int main(int argc, char *argv[]) { int week = 0; int units = 0; int price = 0; char name[30]; int count = 13; int i = … | |
First of all, let me just say that, this is the 1st time I have ever programmed in C, so please be gentle :S (although it shouldn't be that bad). With regards to the program, I have been set a scenario to create a sales system where the user enters … | |
i just want to know, if you are using an argv statement in your code, and you are defining two files (one for input one for output), called inFile and outFile, and you open the first in "r" mode and the second in "w" mode...... can you apply it to … | |
Yesterday I created a thread called "File Handling Problems!!"..... today within the first half an hour I have moved forward a bit (which is a relief)..... but I still have a problem..... [CODE] 1.#include <stdio.h> 2.#include <string.h> 3. 4.int main() 5.{ 6. int week = 0; 7. int units = … | |
Re: hi, i am new to this site so please be gentle. The problem i have is described below, and i wrote the code in VisualStudio 2005 I am trying to make a calculator. The problem i have is that the value in the 1st textbox assigns to the first variable … |
The End.