Re: PPPoE : FreeBSD pppoed doesn't communicate with Linksys BEFSR41 ver. 2



James Long wrote:

There are no log entries, presumably because pppoed does not even see
a PPPoE service request coming from the linksys. If someone can educate
me on how to use e.g. tcpdump to capture the PPPoE session setup traffic
to confirm or refute this, I'm willing to learn.

Try dumping the connection attempts with tcpdump like:
tcpdump -pi fxp1 -w /tmp/mydump.cap -s 1600

Then loading the mydump.cap file in ethereal might prove more useful.
Also i've seen a handful or two of commercial routers that simply do not
set the right fields in the packets. I wouldn't be too quick to blame ppp.

--
Sten Daniel Soersdal
_______________________________________________
freebsd-isp@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: packet capture
    ... >Subject: Re: packet capture ... >I agree tcpdump -w somefile is great. ... >format, so you can process it later with tcpdump, snort, ngrep, or ... >Then snort for analyzing the packets (okay tcpdump does this too, ...
    (Security-Basics)
  • Some problems in capturing traffic with tcpdump at ~ 1 Gbps
    ... hyperthreading and 2 Gbytes RAM size) ... Mbps (we have some traffic samples acquired with tcpdump). ... improvement in the packet capture process. ... With this configuration we can capture 1 Gbyte of traffic, ...
    (comp.os.linux.networking)
  • Re: Network traffic capture, and rotating files with compression
    ... > I am trying to capture traffic on my network - really the Source IP, ... > writing to make it log to file, stop, compress then carry on in a new file. ... First write a script that wraps up the starting and stopping of tcpdump. ...
    (comp.os.linux.networking)
  • Re: Auditing / Logging
    ... to explicitly set these values and capture the text output seperately. ... The key is that dumping anything to console or making tcpdump generate ... wants in order to capture full packets, save them to disk, and go ...
    (Pen-Test)
  • Re: After many hours all outbound connections get stuck in SYN_SENT
    ... I've run tcpdump for all IPs during this problem. ... tcpdump reported that some packets were dropped during the capture. ...
    (Linux-Kernel)