Hi, I am trying to setup a bootable cd with dialup support. I can get the system to dial and connect, but it won't resolve ip addresses. I have /etc/resolv.conf. What am I missing? -- $|=1;while(1){print pack("h*",'75861647f302d4560275f6272797f3');sleep(1); for(1..16){for(8,32,8,7){print chr($_);}select(undef,undef,undef,.05);}}
On February 27, 2002 11:53 am, zentara wrote:
Hi, I am trying to setup a bootable cd with dialup support. I can get the system to dial and connect, but it won't resolve ip addresses. I have /etc/resolv.conf. What am I missing?
I'm guessing the ISP is trying to send the info to you. So PPP tries to write the new info but being a cd it can't write. Well that's my guess-) If it's right I think you can tell PPP to ignore what the ISP sends. Nick
On Wed, 27 Feb 2002 11:58:17 -0500 Nick Zentena <zentena@hophead.dyndns.org> wrote:
On February 27, 2002 11:53 am, zentara wrote:
I am trying to setup a bootable cd with dialup support. I can get the system to dial and connect, but it won't resolve ip addresses. I have /etc/resolv.conf. What am I missing?
I'm guessing the ISP is trying to send the info to you. So PPP tries to write the new info but being a cd it can't write. Well that's my guess-) If it's right I think you can tell PPP to ignore what the ISP sends.
In case you are interested, I found the problem. I needed some libs, libresolv.so.2, libnss_dns.so.2, and libnss_files.so.2. -- $|=1;while(1){print pack("h*",'75861647f302d4560275f6272797f3');sleep(1); for(1..16){for(8,32,8,7){print chr($_);}select(undef,undef,undef,.05);}}
participants (2)
-
Nick Zentena
-
zentara