Search Result
Collapse
12 results in 0.0014 seconds.
Keywords
Members
Tags
-
Intel XEON X5690 Vs Intel Core i7990x
When it comes for high-end gaming and workstation purpose which of these 6 core processor is the best? -
ipsec vpn connectivity issue
I having problem connecting Solaris 10 to Cisco PIX through IPsec.
Dump from IKE
...Code:# /usr/lib/inet/in.iked -f /etc/inet/ike/config -d Jan 16 00:40:57: 2012 (+0800) *** in.iked started *** Jan 16 00:40:57: Loading configuration... Jan 16 00:40:57: Checking lifetimes in "nullrule" Jan 16 00:40:57: Using default value for p2 lifetime: 28800 seconds. Jan 16 00:40:57: p2 softlife too small.
-
python tcp stack
I've been searching around and have had little luck. I'm looking for a python custom TCP stack implementation that I can modify to add predictable SYN & ACK sequence numbers while keeping all the other goodness of TCP the same (out of order packets, missing, duplicates, etc.. fixed).
Any ideas?
PS. this only needs Linux support, Mac and win support is optional -
how to download all files from stfp location
Hi there !
can you please tell me , how can we get all files from SFTP location to local location or any specified location. ? -
UDP hole punching P2p
HI,
I am implementing UDP Hole Punching in C#.To have communication between two peer in the internet one should know the public IP address.I have developped application which acts as both client and server and installed in both machine.I use 192.45.20.10 and 50006 (local ip and port)to contact STUN Server 3478. I am able to get Public IP and port say 127.34.10.45:34 56(machine1) and 145.167.10 and 4567 (nachine2).as explained in bryan ford white... -
Bad IP Schema?
Hello my dear friends of the online internet community.
Well,... I believe that i have a bad ip schema.
my setup is:
(modem)-->(dell power connect 2216)-->(comp.{7 comp's})
only one computer gets a default gateway, (the one that i did the following print screen on)
-tcp/ip settngs are set to autmatic DHCP and DNS
-pings google flawlessly
... -
Can I socket server over the internet?
Im trying to maket a program for sending files and other stuf over the internet to my friend. My problem is I cant get it to work over the internet it only works when we are on the same network. Is there a way to send stuf over the internet insted of the network? Am I just mising something or is this imposible. This is what ive ben using for server:
TcpListener SServer = new TcpListener(800 0);
TcpClient SClient = default(TcpClie nt);... -
Network Setup Wizard - XP
Hi
I have set up networking between two PCs, conntected them with LAN cards.
I ran Network Setup Wizard and both computers have now access to Internet.
The problem is that the secondary computer (the one not directly connected to Internet) looses network connectivity whenever it is restarted. I will then have to re-run Network Setup Wizard on the primary computer everytime.
What could be... -
networking b/w 2 PCs
I have connected two PCs with thier LAN cards. Both PCs run Windows XP.
I ran Network Setup Wizard and now i am able to access Internet from the other PC.
The problem is that i can not ping the new PC . I am unable to ping from the primary PC ( Where i ran the Network Setup Wizard and which is connected to Internet), it outputs "Request timed out" in all 4 tries. But can ping from the other PC.
... -
networking between two computers
Hi
I have installed a PCI Ethernet card on my Desktop PC and a USB Ethernet adapter on Laptop PC.
When i search for networks from PC, it finds one external network but no other internal network. When i do the search from Laptop, it does not find any network at all ..... what could be the reason?
I am wanting to network between my Laptop and Desktop. Are there any special settings needed for USB ethernet?... -
Configuring Port Forwarding with Application
Hi,
Is there a way to write an application or script to automate the process of configuring port forwarding on a router? If so, does anyone have a link they can provide?
Thanks -
Building Server List
I would like to build a list of servers to display to a client to connect to one of them (this is for a game btw). Most games have a master server that keeps a list of all active servers so the client can just receive a list from there and when you start a server they all register their presence with a master server.
I would like to do this without a master server. Obviously the server will have to advertise it's presence somehow...