3,945 Topics
hi guys, i dont know if this right category in which to post this but i'll post it anyway. i am looking for project ideas or maybe topics that relate to networking like design, configuration and implementation of LANs etc. i need it cos i have to submit a project …
I am a fresh graduate I.T Student and a new member of the daniweb.. Please somebody help me on how to ste up a remote computer in the network. What tools and software do i need ? please help me! !!
Where would I find the config settings to set up my Nvidia nforce network controlers. I can find info on them all but configuration set up.
good day to everyone. i need to set up internet for a college.we have found the isp and they said they we will be connecting via ppoe via a radio link. no ip address will be given to me but i will be given a username and a password. so …
y my router always IP start from 192.168.2.1, i wan start with 192.168.1.1... how to do it?? i reset many times ady... still same...
good day to everyone. i need to set up internet for a college.we have found the isp and they said they we will be connecting via ppoe via a radio link. no ip address will be given to me but i will be given a username and a password. so …
Hi All I would like to know if it was possible to setup a vlan without using a vlan enabled switch or cisco router. Only with a FreeBSD server or something. Thanks
Hi, I'm having some problems sharing folders between 3 winXP computers. [LIST] [*]Two of them work fine [*]The third is on the same subnet and workgroup as the other two [*]All three have internet access via a router [*]All three can ping eachother [*]Firewalls have all been disabled for testing …
I can't currently access my internet. I have scanned for viruses and spyware with avg and spybot search & destroy, but it can't come up with anything. It does say I'm connected and the internet is running, but anytime I try to open Internet Explorer, it says cannot find server. …
I have a D-Link router and when I first set it up I did not secure it. I have been trying to figure out how to do it and get stuck at the username and password section. I have a D-Link DI-624 and have tried Username: admin and no password …
I have similar experiences to the post with the same titme (May 2008) I therefore attach 3 HJT files. The problem & its history: OS Windows XP Pro SP2 with Bit Defender Internet security 2008. Internet connection is ADSL via ISP provided modem (that includes hardware firewall) - Neuf box …
I used to have a W2000 Adv Server PDC, in which the domain name was "example.com". We also have an internet domain "example.com". We've never had an issue with this (both domains coexisted with no conflict at all). Now I have re-installed the PDC on another server (this time with …
Well we have taken lease line connection for internet and BSNL gave these Usable WAN IP address range - [B]210.212.109.[/B][B][COLOR="Red"]66 to 70[/COLOR][/B] (total - 210.212.109.64-71)with a subnet of 255.255.255.248 [B]DNS address - 218.248.240.135 Gateway - 61.0.192.133[/B] We set these addresses on the router IP - 210.212.109.66 (on fast ethernet)accordingly with …
Hi all, I would like to route informations from a LAN to 4 other LANs. Can you suggest me what is the best solution to do this. All routers I ve found are connecting LAN to WAN. Thank you
Hello ppl ... i've recently started studying about uncapping cable modem .... I've understood how to do it ... i mean ... i know the procedure .... and i also have all the required tools with me .... but the problem is , am not able to make out how …
Well, first of all, I'm Alex, I'm 18 from Toledo, Ohio. I have no IT or even computer related work experience but years of trial and error knowledge as a hobbyish home user. I've tried everything to figure out where exactly I belong, but I'm not getting anywhere. I started …
Hi, My apologies if this question sounds a bit stupid.... I've got 6 PCs(ubuntu) plugged into a DELL switch-5424 and am using IPs 192.168.1.4 192.168.1.5 ... ... 192.168.1.9 IP of the switch - 192.168.1.2 Now I intend to create Vlans on the switch...can i group 192.168.1.4, 192.168.1.5,192.168.1.6 -into vlan 2 …
I want to occasionally switch my internet connection from my wired router directly to my cable modem. Is there a piece of equipment that will accomplish this easily?
I am trying to network 3 laptops through a switch, all computers can see each other, but when I try to access files, I get a " you dont have permission to access these files". I have shared everything on all computers, firewalls are all off. Computers are all XP …
I'd like to user Wireshark to see if someone is connecting into our CCTV system to view the cameras. The IP address of the DVR system is 192.168.1.11. How would I do this?
i have a netgear MR814 v3, and when i connect to the introwebs it will connect to certain sites, but redirects to noaccess.verizon.net for others. please help me out
Hi i just got a router that i cant get working.. but i cant get them to work together. i enter into the setup screen and just cant complete the setup to get onto the internet. its a zyxel p-335 modem. any help confuigering this or any pointer will be …
hi all i am confused about the capabilities of a switch. When a host sends information that is supposed to belong to a host in another network, when this information goes through the physical media in it's network and finally comes across a switch, can the switch determine that the …
Does anyone have a recommendation of some software I could purchase to simulate cisco routers? I'm in the netacad and am looking for something that will allow me to setup networks to test or with give me practice labs built in. thanks
Hi. I just upgraded from Windows XP x86 to Windows Vista x64 on my desktop. Immediately after my successful installation, I plugged the computer in to the internet but was unable to connect. First, let me explain my connection I am using the motherboards (Asus P5NSLI) integrated network jack. I …
Hello, Any help would be greatly appreciated. Thanks in advance. I am building a small business-home network (with a cable modem high-speed, and 8 wifi access points). I have one static external ip, in order to do remote maintenance and troubleshooting to the network; and I have basic wep security …
I am using Lan network in my office, any computers are good connection, I can read web too, but when I play xiangqi, I cannot conect as usual, have notice from system: ***Open port 5835 ***Connection to port 5835 failed ***Open port 23 ***Connection to port 23 failed <4>***Connection failure, …
Please help me out of this. I have a very simple scenario which is 1 windows machine which Im using as host with the ip address of 192.168.1.121 gateway:192.168.1.1 Dns:192.168.1.1 my host machine is running on (linux) with NAT enable mode its ifcfg-eth0 file reads as follows: Ip address: 192.168.1.50 …
I need to find the ssdi on my router...where do i look, and what does it look like???
I want to find server Ip. Server and clients are connected in Lan ..... how to do this??
the device manager shows it is working fine and the driver is installed however when I plug in the ethernet cable it shows me connected and packets are sent but none recieved! How can I get this fixes? thanks in advance!!
Hey frnds, I create DLL as follows- Public Class Class1 Public Function add(ByVal x As Integer, ByVal y As Integer) add = x + y End Function End Class [b] Calling DLL[/b] Imports ClassLibrary1 Module Module1 Sub Main() Dim sum As Integer Dim obj As New Class1 sum = obj.add(10, …
Hi, I have cable internet and laptops at home and need a new router. Someone has hacked into my home network and it could have been from my crappy Linksys router, and I want something as secure as possible because my ip address was used to send out threatening messages. …
Here Goes: All of a sudden, here in the last 48 hours, I am unable to connect to one of my servers via direct IP, and have no idea why. The server has been active for several months, and I've been able to connect to it fine up until now. …
I Need 2 Creat A network Or systems In a hotel....But the Rooms shuld Have just Monitors and mouse as the Client Machines..........Please I need Advise as regards This Asap! Thanks Loads
We have taken 2 Mbps lease line connection (BSNL) and are using [B]RAD's[/B] ASMi 52 pair of Modem. One (having E1+Ethernet interface) we have installed at BSNL exchange and another (having Ethernet + DTE interface) at our site, which in turn, is connected by V.35 DTE cable using WIC 2T …
I have just installed a BT 2700 router onto a network and its currently working fine. However i am trying to setup a netgear vpn behind the aforemention BT router. The BT router currently doesnt reconise the presence of the netgear router so im struggling to forward http traffic from …
Hi guys just a quick question in my net work connections i have my modem conection status which tells me im running at 576 kbps which is about right but it also shows that 1394 connection is enabled and running at 400mps however there is no activity sent or recieved …
I dont know if existis a way in VB classic, to enumerate or inventory listing, all server of my LAN and get info based service installed similar:Sql, MySql, DB2...ecc Sorry me for stupid question...;-)
Hey guys me any my room mate both r using two seprate pcs with intel processors and win xp professional can we both link our pc i mean to say make our pc in network so that we can share our printer and data and moreover our internet connection please …
Hi, Its great to say a hi here. I would like to know the way to find the Protocol used by our home/office network. I mean to find whether it uses a Tunnelling protocol or if its a VPN connection etc. Any comments would be much appreciated ! Regards, Allwynanbu
I'm with UK Be there. Since their maintainance work on 16 May I'm having random packets lost when using streaming media (online radio or TV, playing online games). When I loose some packets I will not get disconnected, router lights remain on, but I will be kicked from server or …
My friends and I would like to play games over a network but I am not sure how to do it. It network is working fine but I am not sure if every computer needs to have a cd of the game. I f you let me know that will …
Goal: share internet connection between two laptops running Vista. Ok, I've got the nuts and bolts. Lots of ports, crossover cable, verizon wireless modem installed on both. (one modem, software on both) Working on setting up the network but there doesn't seem to be much precise info on this configuration. …
I've got a crazy networking situation that I need help with. I have networked the main computer with a laptop. User number 1 files can be seen, opened and worked with on the laptop and the laptop on the main. Quickbooks has been mapped so that it can be seen, …
I have been receiving denial of service every time i try to connect to the internet through my router which was a NETGEAR MR814 v3,using the wired ports. So i went and bought a new router a NETGEAR WGR614 v9, but still the problem occurs. Please help because i can …
Hey Everyone I am from Texas and a Network Administrator for the past 2 years. I am still learning everyday.
Hi Everyone :-) I'm new here n need a lil help. I just Upgraded my internet from 6Mbs to 12Mbs n had to get a new modem. My Problem is my router stops working every 30sec-1min n I don't know if m router has gone bad or the new modem …
I am having a huge problem with Outlook 2007. We only have 3 pc's on the network - and anytime one of us tries to access outlook while someone else is in it - the whole system locks up and everything needs to be restarted. Can anyone help me? Kelly
Hi I am in the field of desktop support. In a PC which connects internet through Broadband Router, The system always displays the message "Network cable unplugged". The system has a built in Network Adapter. I tried to reinstall the Network Driver. But it doesn't work. Then I disabled the …
The End.