Kurt <(E-Mail Removed)> wrote in message news:<Xns94C732315396AdisorgFoo@127.0.0.1>...
> jeff wrote in news:J0Gdc.20570$(E-Mail Removed):
>
> > I want to put a hub between my netgear FM114P router and the
> > crappy Yamaha DSL modem, so that I can plug a linux box to the hub
> > and gather traffic info in promisc mode.
> > I've tried every single combination of physical port on the hub
> > with crossover and straight through cables. When I connect the
> > netgear router into the hub, the link light always blinks (instead
> > of remain solid). I the Internet port on the netgear is an
> > auto-sense port, in the sense that I can use a straight through
> > cable and it will adjust accordingly. But, no matter which cable I
> > use, no Link is ever achieved. Connection between DSL modem,
> > ironically enough, seems to work *regardless* of which cable I
> > use.
> >
>
> hi jeff,
> One way that you can do this is showin in an article that you can find
> at the following link.
>
> Linux Journal, Peering over the firewall, 23 July 2003
> Http://www.linuxjouranl.com/print.php?sid=6985
> I think that is the printable version. But it show exactly how to
> modify a cable for use with a snort box and hub on a LAN for sniffing.
> HtH
Since you got your dhcp link to Verizon working OK ... you did, didn't
you? If not yet you might look at this Linux-Verizon fix:
http://groups.google.com/groups?q=g:...ing.google.com
Just in case, that's :
http://www.linuxjournal.com/print.php?sid=6985
Pretty good, basic coverage. Should work for you.
Note that PPPoE client on Linux is not likely needed with most dsl
modems today as they include the client in the modem. Not sure of
yours however.
FYI, Ethereal supports _20_ PPP protocols, including PPPoES (session).
Even tcpdump might capture the packets for you:
tcpdump ether proto 0x8863 '||' ether proto 0x8864
And note that the wire protocol running on an ethernet card _will_ be
ethernet frames -- couldn't be anything else.
hth,
prg
email above disabled