0
votes
4answers
59 views

Track the exact location of IP address

I am trying to create an app to find the exact location of IP address. I did some research on IP addresses and many more. But whenever I try to locate an IP address it provides the location of ...
1
vote
1answer
21 views

Why do I see packets that where source and destination are not my IP address

Im new to the networking world and I'm trying to use wireshark to get a hang of how packets are sent from my machine etc. Hence this question might be a dumb one. When I open the wireshark packet ...
0
votes
0answers
6 views

TCP - ACK after 2 segments then ACK after 1 segment WHY?

I have tcp capture here: http://www.cloudshark.org/captures/bbfed259a7e4 My Host 10.0.0.80 downloading image from HTTP Server. I'm interested why after handshake my computer sends ACK after 2 ...
0
votes
0answers
9 views

Cant access some specific website using my i-ball router/wifi..how can i solve this?

so here is the this i have iball baton 150m wireless-n router... http://www.iballbaton.com/ProductDetail.aspx?p=84 if i connect my laptop to the modem directly then i can access all websites no ...
-1
votes
0answers
9 views

Linux IPs using on Windows through IP Tunnel [closed]

I have a linux machine with 10 public ips assigned to it. I want to make them use through windows machine. Basically I like to setup a virtual network, and assign some internal IPs to windows machine ...
1
vote
1answer
62 views

parse IP and TCP header (especially common tcp header options)of packets captured by libpcap

I want to use libpcap to capture IP packet, and the I want to parse the IP header and tcp header. ` there are IP header and TCP header structures in <netinet/ip.h> and <netinet/tcp.h> IP ...
-1
votes
1answer
10 views

TCPDUMP: Bitmasking [closed]

I am taking a digital securities class and I dont understand one of the examples on bitmasking. To find IPv4 packets they say run this command tcpdump IP[0] & 0xf0 = 4 I believe that this is ...
-1
votes
1answer
13 views

Need for MAC address [closed]

If IP protocol is able to route packet to through the network to Host. Then why is MAC address is required and why LLC AND HDLC is there in layer 2?
-1
votes
1answer
12 views

Creating a subnetwork based on IP nad # of hosts [closed]

Hey I have a few questions. If I have an IP of 123.145.23.12, and I want to create 16 hosts, how would I go about the following? a) Network IP b) Starting host IP c) broadcast IP d) # of subnetworks ...
0
votes
2answers
23 views

RFC791, MTU and a minimum packet size

I was reading rfc791 and trying to understand the relations with MTU as well as with the minimum packet size for IPv4. Here are two quotes from the rfc: "All hosts must be prepared to accept ...
0
votes
2answers
24 views

Checksum in an IP based protocol

Just out of curiosity I was wondering if not having a checksum field in the application layer of the protocol is a major design issue? Or since the IP has the inbuilt checksum part in it, shouldn't it ...
0
votes
1answer
24 views

How does a packet get to the destination on the same network [closed]

This shows a network of 3 workstations and a router. below is the routing table of PC 1 If PC1 sends a packet to PC 2. How would it get to the destination? As I have understood PC1 would refer ...
0
votes
0answers
24 views

how to take subnet mask for an IP. [migrated]

I am having difficulties to find the subnetmask for a given ip address. I am reading one textbook and there i saw an example which i still dont understand how they picked up a subnetmask. here it ...
-1
votes
1answer
86 views

get subnet mask and useable IP addresses [closed]

im fairly new to this whole area inc the area of binary etc. Can someone provide me with a detailed answer to the below as I am unable to locate one online Given the IP address 192.168.1.0 and the ...
0
votes
1answer
25 views

If you are behind a NAT-enabled router, is it possible that you work as a server?

This is merely an academic question as I study computer science. I've read that the NAT-enabled router keeps track of the devices in its network with a table of port numbers and IP-address of the ...
-2
votes
0answers
33 views

Get Outgoing IP address destinations from server [closed]

I am by no means a network expert but have been forced to take on a task at work that has me stumped. If I have a third party application on my computer or a web based application (i.e Online Banking) ...
0
votes
1answer
74 views

How to subnet a network into subnets of varying sizes? [closed]

I have a network 193.219.64.0/24, and I need to cut 193.219.64.24/30 from it. So now I have an subnet in the middle of network. What steps I should consider, while subneting rest of the given network, ...
0
votes
0answers
25 views

Accessing a Web Server over the network

Here's the situation. My company has a server. There is an existing project's web server being run on it, and I need to install JIRA alongside it. The existing project runs an Apache HTTPD Server on ...
0
votes
0answers
17 views

Network traffic between 2 servers using direct link and network

We have two servers both with two network cards. Both servers are connected to our network to our standard network 10.11.0.X (255.255.255.0) Server A- 10.11.0.1 – nic1 Server B- 10.11.0.2 – nic1 We ...
0
votes
3answers
52 views

IP Address difference?

Noticed a strange behaviour. My System IP is 10.99.60.149. (ipconfig/all) I was trying to make online payment, there it was displayed as "Your IP Address : 202.45.7.163" How is this possible? Can ...
0
votes
4answers
235 views

list all computers on a network with cmd or C#

I need to get a list of all the computers on the network The network is split into two local networks. An admin network and an education network, and then under each of the admin and education ...
0
votes
1answer
29 views

Django - accessing site from within LAN?

I have a production Django server that runs from an internal LAN. The site is accessible from outside the lan by use of a sub domain. So, something like http://app.ourdomain.com My question is, when ...
0
votes
0answers
31 views

How to connect to an embedded system via its public IP?

If I have a Java ME program installed in some sort of boxes that are distributed to different locations, will I be able to connect to a socket of such a box on port 80 given I know its punlic IP ...
0
votes
1answer
33 views

One client - many servers in embedded systems

Let's say my Java ME program will bi used in embedded systems (some boxes with my program installed) in thousand different locations. Is there a possibility for these boxes to become a server ...
0
votes
1answer
25 views

NIC's Identity in the Redhat change after replacing the NIC

-- Hi,everybody. My server runs Redhat enterprise linux 6.3. And i config a stable IP address for my machine by modifying the config file /etc/sysconfig/network-scripts/ifcfg-eth0. We can see that ...
0
votes
1answer
66 views

Detect devices from the same local WiFi network

Im using $_SERVER['REMOTE_ADDR'] to detect the client's IP address in PHP. If two clients share the same IP, is it safe to assume that they are either the same PC or from the same local WiFi network? ...
2
votes
1answer
42 views

Calculating IP address from the following statement

I would like to not be so specific with my question, but I do not understand it and would like to get some help. The statement says: The interface should be addressed in the next (upwards) ...
-2
votes
1answer
30 views

ip address of a computer that has no screen [closed]

I have 2 computers with debian installed on both. One computer has no sceen or othe prepherels accept ethernet port. I've connected them through a lan cable and shared the intenet to be used by the ...
0
votes
1answer
96 views

Java Client Socket Connection in Android

I am creating a client socket connection between my computer and android. Here is the code for the server: import java.io.PrintWriter; import java.net.InetAddress; import java.net.ServerSocket; ...
0
votes
1answer
167 views

Connecting to locahost from android device using a hostname with dynamic IP addresses (Changing Constantly)

CONTEXT OF QUESTION: I have a computer running a local webpage on a WAMP server. The computer is connected to a wireless connection. I have an android tablet that is connected to the same wireless ...
1
vote
2answers
71 views

Is using the IP address faster than using the domain name?

Assuming that the IP address that the domain is mapped to is known, are there any advantages to using this known IP address rather than using the domain? What makes the trace routing decision? Because ...
1
vote
0answers
51 views

Modem 3G - Two different IPs

I just saw something I never have seen before. I got a new SIM card from Nextel (communication company). I tried to use it on a 3G modem E3131, where I had a successful case before with VIVO (another ...
0
votes
1answer
29 views

can some one explain communication between two clients in below network?

PC1 -> switch A -> switch B -> PC2. Ip address of PC1 -192.168.2.1 Ip address of PC2 -192.168.2.2 if i ping PC2 from PC1, how will be the packet forwarded? what will be the packets source ip ...
-4
votes
1answer
28 views

Connecting to a server with a name rather than a ip address [closed]

I have a wamp server running on my computer. I can connect to the server with my iPad on Safari by running the ip address, 192.168.1.108 (this is the ip of the wireless network connection). Both ...
0
votes
2answers
160 views

Calculating subnet mask

I have problem calculating the subnet mask. Suppose xyz college is planning to setup a small private network with network address 192.168.20.0.The no. of departments in the college are 7 and the max ...
-4
votes
1answer
22 views

Issue on my desktop pc while connecting from router,couldnot access internet? [closed]

I have a router connected both in PC and desktop. But it works rather in PC than in desktop. By changing and synchronizing the mac address of both router and laptop to the desktop and it still doesnot ...
-1
votes
1answer
36 views

Blocking webpage in Iptable [closed]

i am looking at writing a script to edit an Iptable. What i want to do is block facebook but allow access to it between one and two o'clock for break purposes. I have blocked facebook by simply ...
0
votes
1answer
218 views

how somebody can generate fake IP addresses?

i have a problem with my website and that is someone make tremendous amount of fake comments and when i explore the comment details i realize that these comments generated from different locations ...
0
votes
0answers
44 views

Multicast over layer 2

Pardon my limited knowledge in networks. I am trying to setup two small programs as client and server, which join to a particular multicast group. The servers sends some arbitrary data to the group ...
0
votes
0answers
106 views

How to get local IP address in NodeJS?

I have a problem finding local IP address in NodeJS. The best solution I have found so far is to call the os.networkInterfaces() method (or ifconfig) and simply parse the results checking if family == ...
1
vote
2answers
172 views

If TCP is connection oriented why do packets follow different paths?

According to my knowledge if an internet application has to be designed, we should use either a connection-oriented service or connection-less service, but not both. Internet's connection oriented ...
0
votes
1answer
20 views

Application's packets in the middle of TCP paylod

I think normally HTTP packets are expected at the beginning of TCP payload. Is it possible to have HTTP packets starting in the middle of TCP payload? Mark
0
votes
1answer
60 views

IP fragmentation

I've encountered the following statement somewhere in the net: "Although theoretically only 8 bytes of L4 info may be guaranteed in a fragment, assume complete L4 info is available...". I don't ...
0
votes
3answers
190 views

PHP Generate IP's list from ip range

Here for example is one ISP assigned ip ranges. 91.105.0.0/17 46.109.0.0/16 194.8.16.0/21 194.8.24.0/22 194.8.40.0/23 194.8.43.0/24 195.122.0.0/19 195.13.128.0/17 80.232.128.0/17 81.198.0.0/16 ...
0
votes
1answer
31 views

Connectivity with a computer app behind Wifi [closed]

I have a general question regarding sending data to a client application on a computer in a Wifi network. Let's assume this is a server/client chat application. The server is behind one wifi network, ...
0
votes
1answer
406 views

Longest Prefix Match Routing Table

I have to build a smallest routing table using longest prefix matching with an address pool of 1024 addresses. 32 goes to A, 48 to B, 48 to C, 128 to D. What I have so far is this: ...
1
vote
2answers
223 views

Finding Live Nodes on LAN using Python

I am creating a Messenger which is same as IP Messenger in Python 2.7 and Windows. I want the same functionality as IP Messenger uses in finding the systems running same software over LAN but I am ...
0
votes
0answers
23 views

IPv4 intermidiate subnet structure

The IPv4 adress space is diveded to subnets: a.b.c.d/cidr-prefix-length. I'd like to know if it is possible to calculate (request somewhere ...) the intermidiate subnets between a given subnet and ...
0
votes
2answers
65 views

Cisco ip sla, making it more resilliant

I have recently set up this configuration: http://pastebin.com/9SWpqQnz It is achieving the goal of having the route fail over to the backup ADSL line when the primary fibre ethernet line goes down. ...
1
vote
1answer
146 views

Get public IP remotely

I'm thinking of a way to find the public IP of router at home, remotely. For example if I'm in university and I need to connect to a machine in my home network. How can I get the public IP to connect ...

1 2 3 4 5 8