This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NAT Masq not working after DSL modem hangup

Hi all,

I experience some strange problems after the DSL modem hangs up (every 24 hours). I want to do a dyndns update immediately after reconnect but then it looks like NAT does not work for some minutes. I made a rule to watch domain requests as these are the first things to happen. In the logfile I get a lot of entries like 

2005:01:25-08:25:36 (none) kernel: ACCEPT: IN=eth0 OUT=ppp0 SRC=10.0.0.10 DST=194.25.2.129 LEN=61 TOS=0x00 PREC=0x00 TTL=254 ID=44341 DF PROTO=UDP SPT=41983 DPT=53 LEN=41 
2005:01:25-08:25:36 (none) kernel: DROP: IN=ppp0 OUT= MAC= SRC=194.25.2.129 DST=217.81.192.165 LEN=222 TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=53 DPT=41983 LEN=202 

10.0.0.10 is the internal box running named, 194.25.2.129 is the dns server of the provider and 217.81.192.165 was my external ip address then. It looks like for that moment the dns response could not be assigned to the original request, so the response is dropped. After some minutes everything works again. Maybe someone could shed some light on this.

Thanks,
Markus


This thread was automatically locked due to age.
  • I know this doesn't help but: I've got the same problem. Sometimes even my external network adapter is displayed as "down" for a while allthough the HTTP proxy continues working (which is the most important thing for the people in my network).

    I'm on that issue and will post a workaround if I find one.

    CU
    Ontario
  • Interesting, do you think these two problems could be related? That's the other problem I have, but I thought first things first. From time to time the interface goes down on the asl box, but the dsl modem (and the info from the provider) is ok. I suspected the speed upgrade is the cause for it as the problems started around that time.

    Markus
  • Did a little research on that: Seems that this is a timing issue on several processes after reconnection. Search for "DSL.sh" within this forum and don't forget to tell the search mask to show more than 1 week old messages.

    CU
    Ontario
  • I only recently came back to ths issue.

    Although I shortened the DSL reconnect time as was suggested in some forum articles I don't think it will solve the problem. I found out that dns work immediately if I restart the named process on the server. So maybe a new bind version will do it. Meanwhile I use the dns server on the asl box by some hacks.

    Markus