![]() ![]() ![]() |
|
Rubicon: This sounds like a routing issue. Have you checked the routing table for your modem?
plambrechtsen: Oh that's not good. Seems like Vodafone / ihug have a private network routeable from their public internet. That's what you are pinging something in their core network. So I would make sure you don't try and use those ip addresses.
eXDee: That looks ridiculous.
Out of interest is this a RTA1320, RTA1320E or RTA1320V6?
seatil:
The good news is that there is a workaround for the problem that doesn't involve jumping up and down and yelling. I use the following iptables rule on my Linux router:
/sbin/iptables -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
"I was born not knowing and have had only a little time to change that here and there." | Octopus Energy | Sharesies
- Richard Feynman
Ragnor: PPPoA can't be easily bridged like PPPoE. PPPoA half bridge aka ip extension is a hack not a standard. This old page describes how different modems achieve it:
http://wlug.org.nz/Half%20bridge%20with%20PPPoA
I would try changing the modem to use the "Class A" private range for LAN and DHCP server, eg:
Modem: 10.0.0.x
Router: 192.168.0.x
Other options:
If you are on Vodafone red network you may be able to use PPPoE in the modem instead of PPPoA authentication, PPPoE full bridge is easy and standard is most devices.
Get a Draytek Vigor 120 that does PPPoA to PPPoE translation/relay.
"I was born not knowing and have had only a little time to change that here and there." | Octopus Energy | Sharesies
- Richard Feynman
dannyres: I'm on Vodafone (not on the red network) using the RTA1320E (192.168.1.x) half bridged to a WRT54GL (192.168.2.x) with no issues. When I get home I'll take a look at the routing tables on the RTA1320E and see how they compare to yours.
"I was born not knowing and have had only a little time to change that here and there." | Octopus Energy | Sharesies
- Richard Feynman
"I was born not knowing and have had only a little time to change that here and there." | Octopus Energy | Sharesies
- Richard Feynman
sbiddle:sidefx: Hmm, ok I will check what it's set to on the modem\router that works.
I think it defaults to 1500 on the RTA1320. Are there any others I should try? I can't see any definitive instructions on the vodafone site.
Your DSL MTU will be lower than this. I don't know what Vodafone use but if you're on EUBA you could try 1492.
_____________________________________________________________________
I've been on Geekzone over 16 years..... Time flies....
sidefx: Routing table on the RTA1320 looks like this when connected. Sorry about the formatting. Afraid it doesn't mean much to me:
Destination Netmask Gateway Interface Metric
203.109.128.95 255.255.255.255 0.0.0.0 pppoa_0_100_1 1
27.252.127.146 255.255.255.255 0.0.0.0 br0 0
192.168.52.0 255.255.255.0 0.0.0.0 br0 0
0.0.0.0 0.0.0.0 203.109.128.95 pppoa_0_100_1 0
"I was born not knowing and have had only a little time to change that here and there." | Octopus Energy | Sharesies
- Richard Feynman
|
![]() ![]() ![]() |