Milí majitelé routerů Turris,
toto fórum bylo 9. 12. 2016 zmrazeno a nahrazeno naším novým Turris fórem. Ještě chvíli bude dostupné k prohlížení, ale již zde není možné přispívat. Více informací naleznete v oznámení o uzavření fóra.
Dear Turris routers users,
this forum has been frozen on Dec 9th, 2016 and replaced by our new Turris forum. It will be read-only accessible for some time after. For more information, read the announcement about closing the forum.
> Bylo by ideální, kdybyste dokázal zaznamenat celý průběh navazování PPPoE na kabelu mezi modemem a routerem.
ifdown wan6; ifdown wan
). Pak spusťte
# tcpdump -npi eth2 -s0 -w /tmp/pppoe.pcap &
# ifup wan
kill %1
a výsledný soubor /tmp/pppoe.pcap
někam nahrajte, třeba na transfer.sh
>
# tcpdump -npi eth2 -s0 -w /tmp/pppoe.pcap &
># ifup wan
tcpdump: eth2: That device is not up
# ifup wan; tcpdump -npi eth2 -s0 -w /tmp/pppoe.pcap &
warning pppd[23819]: IPCP: timeout sending Config-Requests
.Powered by mwForum 2.29.3 © 1999-2013 Markus Wichitill