View previous topic :: View next topic |
Author |
Message |
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4807 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Thu Dec 28, 2006 9:25 pm Post subject: [tftp v pppoe] conflitto di interessi [risolto] |
|
|
gulp.
era da un po' che non ci trafficavo.
ma oggi il mio ltsp sl portatile non vuol partire.
dhcp funziona, ma si stampa al momento di eseguire tftp.
smanetto a lungo senza capire. provo a fare un tcpdump.
per ridurre il rumore di fondo, spengo un attimo la connessione adsl e, miracolosamente, tftp riparte.
la riproducibilità del fenomeno sembra spaventosa.
se spengo pppoe, tftp funziona, se no cilecca.
uso una configurazione di iptables banale, che non varia in nessuna fase del processo. la posto tanto per escludere il problema:
Code: |
s939 etc # iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
TCPMSS tcp -- anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS set 1452
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
|
da cosa può dipendere? come si può indagare? _________________ vu vu vu
gentù
mi piaci tu
Last edited by cloc3 on Fri Dec 29, 2006 11:59 am; edited 1 time in total |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Fri Dec 29, 2006 9:37 am Post subject: |
|
|
Posta un:
e un
con e senza pppoe. _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4807 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Fri Dec 29, 2006 10:21 am Post subject: |
|
|
Code: |
s939 linux # route -en
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.100.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.100.1 0.0.0.0 UG 0 0 0 ppp0
s939 linux # ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0F:EA:25:B7:F0
inet addr:192.168.100.128 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11713 errors:0 dropped:0 overruns:0 frame:0
TX packets:11245 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4044499 (3.8 Mb) TX bytes:1175479 (1.1 Mb)
Interrupt:16 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:950 errors:0 dropped:0 overruns:0 frame:0
TX packets:950 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2854306 (2.7 Mb) TX bytes:2854306 (2.7 Mb)
ppp0 Link encap:Point-to-Point Protocol
inet addr:87.2.235.85 P-t-P:192.168.100.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:108 errors:0 dropped:0 overruns:0 frame:0
TX packets:95 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:99353 (97.0 Kb) TX bytes:6661 (6.5 Kb)
tunl0 Link encap:IPIP Tunnel HWaddr
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
|
Code: |
s939 linux # ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0F:EA:25:B7:F0
inet addr:192.168.100.128 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11775 errors:0 dropped:0 overruns:0 frame:0
TX packets:11313 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4089090 (3.8 Mb) TX bytes:1182520 (1.1 Mb)
Interrupt:16 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:952 errors:0 dropped:0 overruns:0 frame:0
TX packets:952 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2854474 (2.7 Mb) TX bytes:2854474 (2.7 Mb)
tunl0 Link encap:IPIP Tunnel HWaddr
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
s939 linux # route -en
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
|
_________________ vu vu vu
gentù
mi piaci tu |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Fri Dec 29, 2006 10:50 am Post subject: |
|
|
Prova a cambiare la sottorete della eth0, ad esempio: 192.168.1.1. _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4807 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Fri Dec 29, 2006 11:58 am Post subject: |
|
|
gutter wrote: | Prova a cambiare la sottorete della eth0, ad esempio: 192.168.1.1. |
grazie. così funziona.
ti confesso che non mi è ben chiaro il motivo. _________________ vu vu vu
gentù
mi piaci tu |
|
Back to top |
|
|
comio Advocate
Joined: 03 Jul 2003 Posts: 2191 Location: Taranto
|
Posted: Fri Dec 29, 2006 12:23 pm Post subject: |
|
|
cloc3 wrote: | gutter wrote: | Prova a cambiare la sottorete della eth0, ad esempio: 192.168.1.1. |
grazie. così funziona.
ti confesso che non mi è ben chiaro il motivo. |
avendo eth0 e ppp0 nello stesso spazio di indirizzamento, il routing diventa incoerente.
ciao _________________ RTFM!!!!
e
http://www.comio.it
|
|
Back to top |
|
|
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4807 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Fri Dec 29, 2006 12:44 pm Post subject: |
|
|
comio wrote: |
avendo eth0 e ppp0 nello stesso spazio di indirizzamento, il routing diventa incoerente.
|
sto routing.
su questo concetto non sono ancora riuscito chiarirmi le idee.
quando usavo mandrake, non ho mai avuto un problema.
con gentoo sono cinque anni che stento.
quando mi snubbierò, un buona volta? _________________ vu vu vu
gentù
mi piaci tu |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Fri Dec 29, 2006 2:59 pm Post subject: |
|
|
cloc3 wrote: |
quando mi snubbierò, un buona volta? |
Non è nulla di così complicato.
Prova a leggere qualche guida introduttiva al TCP/IP. _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
cloc3 Advocate
Joined: 13 Jan 2004 Posts: 4807 Location: http://www.gentoo-users.org/user/cloc3/
|
Posted: Sat Dec 30, 2006 9:42 am Post subject: |
|
|
gutter wrote: | prova a leggere qualche guida introduttiva al TCP/IP. |
ne ho lette. ma nella pratica mi rimangono i dubbi.
per esempio, già mi disturba il fatto che ppp0 possa scambiare dati con eth0 su una rete diversa e mascherata.
figuriamoci se capisco questa situazione specifica in cui i pacchetti del dhcp passavano e quelli del tftp no. _________________ vu vu vu
gentù
mi piaci tu |
|
Back to top |
|
|
|