Re: Roach Motel For Packets...

2001-09-30 Thread Peter Billson
Let me see if bad drawings help any: eth0(to Internet IP A.A.A.A)--|--| |Router|--eth2(192.168.1.1) eth1(to Internet IP B.B.B.B)--|--| eth2:0(10.0.0.1) and |---| --to router --eth0(192.168.1.2)---|PC #1

bind: changing many serials at once

2001-09-30 Thread Marek L. Kozak
Hi list, I need to change serials in multiple zone files. All zones will have the same new serial. I don't want to do it manualy. Simple sed 's/regexp/new_pattern/g' is not an option - serials differ. I could write a C program, but I think there's some other way. -- Pozdrawiam, Marek L. Kozak

Re: bind: changing many serials at once

2001-09-30 Thread Dirk Niemeyer
Marek L. Kozak wrote: I need to change serials in multiple zone files. All zones will have the same new serial. I don't want to do it manualy. Simple sed 's/regexp/new_pattern/g' is not an option - serials differ. I could write a C program, but I think there's some other way. If you want

Re: pppd and kernel 2.4.9

2001-09-30 Thread Russell Coker
On Fri, 28 Sep 2001 23:50, Carlos Barros wrote: I upgrade the tools to run kernel2.4.9 and the problem is that pppd dont work. The version 2.3.11 also dont work. It does not assign the IP. The kernel documentation says that pppd 2.4.0 is required for kernel 2.4.x. --

Re: bind: changing many serials at once

2001-09-30 Thread Mark Suter
Marek, I need to change serials in multiple zone files. All zones will have the same new serial. I don't want to do it manualy. Simple sed 's/regexp/new_pattern/g' is not an option - serials differ. I could write a C program, but I think there's some other way. I suspect that perl can save