File: FAQ.html

package info (click to toggle)
etherape 0.9.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 3,416 kB
  • ctags: 993
  • sloc: ansic: 10,053; sh: 8,934; xml: 902; makefile: 194; sed: 16
file content (363 lines) | stat: -rw-r--r-- 5,365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>


  
  
  <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org">


  
  
  
  
  <title>EtherApe FAQ</title>
  <link rel="STYLESHEET" type="text/css" href="etherape.css">


  
  
  <style type="text/css">
    span.q { font-weight : bold }
    div.a { margin-bottom: 1em }
  </style>
</head>


<body>


<h1>EtherApe FAQ</h1>




  
<ul>



    <li>
      <span style="font-weight: bold;">Why I see only</span><span class="q"> the traffic to/from the EtherApe machine ?</span><br>




      
    
    
    <div class="a"> Probably you have a switched network. &nbsp;Unless
all traffic goes thru the etherape machine (or you have an hub),
etherape sees local traffic.&nbsp;<br>

Etherape can "see" only the traffic physically passing on the netcard
wire. Many small network use hubs to connect computers, so every packet
is physically transmitted to every netcard.&nbsp;<br>


A larger network use combinations of switches and routers, sometimes
even firewalls to connect nodes, so your network card receives only its
own traffic or broadcast.&nbsp;<br>


To monitor an entire network you can enable analisys/roving mode on
your switch (essentially copies all traffic to a single port). If you
have multiple switches, or routers, or the total bandwith exceeds the
port maximum, you still will see only part of the traffic.&nbsp;<br>


If you only want to monitor internet traffic, a better solution is to place etherape on the (internal) internet gateway.&nbsp;<br>



    </div>

  </li>

  <li>
      <span class="q">How can I see the detail dialogs ?</span><br>




      
    
    
    <div class="a">
        Double click on a node or link opens the corrisponding dialog.</div>




    </li>

  <li>
      <span class="q">Why is one computer constantly changing
      names?</span><br>




      
    
    
    <div class="a">
        You are running in ethernet mode. Switch to IP mode.
      </div>




    </li>


  <li><span class="q">Why can I only see computers on my own
      network?</span><br>




      
    
    
    <div class="a">
        See question above
      </div>




    </li>


  <li>
      <span class="q">I can't see any text, just little squares.
      What gives?</span><br>




      
    
    
    <div class="a">
        Go to preferences and change the text font. Make sure you
        save your changes
      </div>




    </li>


  <li>
      <span class="q">Is it possible to see just traffic within my
      network? Is it possible to see just traffic to/from the
      internet?</span><br>




      
    
    
    <div class="a">
        You can indeed filter traffic. Have a look at the filter
        entry in preferences-&gt;capture-&gt;filter<br>



        Suppose your network address starts with 213.227<br>



        If you only want to see traffic within your network, then
        the proper syntax is<br>



        <tt>ip and src net 213.227 and dst net 213.227</tt><br>



        Or if you want to see connections to/from outside your
        network then try something like<br>



        <tt>ip and ((not src net 213.227) and dst net 213.227) or
        (src net 213.227 and (not dst net 213.227))</tt>
      </div>




    </li>


  <li>
      <span class="q">What's the format for /etc/ethers?</span><br>




      
    
    
    <div class="a">
        Just pairs of Ethernet addresses and names, like<br>



        <tt>00:40:33:35:80:5F LAZARO<br>



        00:40:33:35:80:6D NEBAJ<br>



        00:C0:26:A2:58:FE ARGOS</tt>
      </div>




    </li>


  <li>
      <span class="q">How do I find the ether address of an IP
      node?</span><br>




      
    
    
    <div class="a">
        Here is an example:<br>



        <tt>argos:~# ping lazaro<br>



        PING lazaro.tattoine.es (192.168.1.1): 56 data bytes<br>



        64 bytes from 192.168.1.1: icmp_seq=0 ttl=255 time=1.8
        ms<br>



        round-trip min/avg/max = 1.6/1.7/1.8 ms<br>



        argos:~# arp lazaro<br>



        Address HWtype HWaddress Iface<br>



        lazaro.tattoine.es ether 00:40:33:35:80:5F eth0</tt>

        
    
    
    <p>Of course, you can only do this for nodes in your
        network.
      </p>


    </div>




    </li>


  <li>
      <span class="q">How do I find the IP corresponding to an
      ether address?<br>


    </span>

      
    
    
    <div class="a">
        You could, for instance, use <tt><br>



        argos:~# tcpdump -f "ether src 00:40:33:35:80:5F" -n<br>



        tcpdump: listening on eth0<br>



        10:34:11.116930 192.168.1.1.7002 &gt; 192.168.1.2.1031: P
        76753564:76753576(12)</tt>

        
    
    
    <p>There you have it, the IP src is 192.168.1.1
      </p>


    </div>




    </li>


  <li>
      <span class="q">Hosts keep moving because they come and go...
      What can I do?</span><br>




      
    
    
    <div class="a">
        Set node timeout to 0.
      </div>



    </li>


</ul>



  
<hr>
  <i>$Id: FAQ.html,v 1.16 2006/04/16 10:56:57 bchiara Exp $</i>

  
<p><a href="http://sourceforge.net"><img alt="sourceforge" src="http://sourceforge.net/sflogo.php?group_id=2712&amp;type=1" border="0" height="31" width="88"></a>
</p>


</body>
</html>