Sponsored Content
Full Discussion: dns/pppoe Problems
Top Forums UNIX for Dummies Questions & Answers dns/pppoe Problems Post 9015 by Recon on Sunday 21st of October 2001 11:02:14 AM
Old 10-21-2001
Lightbulb I've Got it !!!

I figured it out!!!!

Just for future reference,
when using RP-PPPOE (Roaring Penguin's pppoe package),
choosing server will put the nameservers IP's into
/etc/resolv.conf however, when you use
start-adsl that file is moved, and a link is created to
/etc/ppp/resolv.conf , which in my case was empty

I copied /etc/resolv.conf to /etc/ppp/resolv.conf before starting
adsl. Now it WORKS!! I am surfing with a linux machine!!!

RECON

Last edited by Recon; 10-22-2001 at 03:01 AM..
 

8 More Discussions You Might Find Interesting

1. SCO

pppoe

Greetings... I'm looking for a pppoe client for SCO SYS_V can u guys gimme some help ? a website address or even the program name would be just fine. Thanx (1 Reply)
Discussion started by: nEuRoMaNcEr
1 Replies

2. UNIX for Dummies Questions & Answers

DNS problems.

Here's the setup. We have a consortium of three different\separate domains\organizations A.org, B.org, and C.org that are sharing a domain D.org. The server they share\use is housed at domain A.org. Domain A.org also maintains the primary nameserver for both internal and external DNS. The... (5 Replies)
Discussion started by: Westy564
5 Replies

3. Solaris

OS Problems -no DNS & SSH not working

I just installed Solaris 6/10 without any problems but I didn't connect the network cable when I installed it. Here are my problems: -I can access webpages using IP addrsses but not with domain names -ssh is installed but it is not running ('ps -e | grep sshd' didn't show it) I have been... (4 Replies)
Discussion started by: kungpow
4 Replies

4. UNIX for Advanced & Expert Users

problems figuring out dns

Im on an OS X 10.4 Mac server running bind 9.3, I just replaced the entire network with cisco hardware, all machines including servers now have private ip addresses that t he firewall resolves. I need to have a dns that works for both internal and external connections. any help would be great! (1 Reply)
Discussion started by: nbredthauer
1 Replies

5. Red Hat

PPPoE Connection on RHEL5

Hi, I am having broadband connection, I need to connect broadband internet through eth0. Please give me some use full information for configuring this. (0 Replies)
Discussion started by: pkachary
0 Replies

6. Slackware

pppoe-start not working

Hello. I'm new here and i'm new to slack (concept) as well. I made a connection for pppoe with pppoe-setup, bringed up eth0 with ifconfig but when i try pppoe-connect i get "Cannot determine ethernet address for proxy ARP" and with pppoe-start i get "child pppd process terminated". How can i make... (0 Replies)
Discussion started by: editheraven
0 Replies

7. Ubuntu

PPPOE + Ubuntu = Frustrating

Hii everyone, I will be explaining what kind of problem I am having with Ubuntu and PPPOE. I have dual booted my PC with Win 7 and Ubuntu 10.10 Previously, whenever I use to start my ubuntu, internet automatically used to start up.. .no problems. I had created a DSL connection through... (0 Replies)
Discussion started by: zsycho
0 Replies

8. IP Networking

authentication of VM's via PPPoE

I have two VM's running on Ubuntu box.Their name and IP addresses are give below. nas 192.168.129.153 home_user 192.168.129.152 I establish a ppp connection between the two machines #nas (server) sudo pppd noauth local lock defaultroute... (0 Replies)
Discussion started by: karthik.sharma
0 Replies
PPPOE.CONF(5)							File Formats Manual						     PPPOE.CONF(5)

NAME
ifcfg-ppp0 - Configuration file used by adsl-start(8), adsl-stop(8), adsl-status(8) and adsl-connect(8). DESCRIPTION
/etc/sysconfig/network-scripts/ifcfg-ppp0 is a shell script which contains configuration information for Roaring Penguin's ADSL scripts. Note that pppoe.conf is used only by the various adsl-* shell scripts, not by pppoe itself. ifcfg-ppp0 consists of a sequence of shell variable assignments. The variables and their meanings are: ETH The Ethernet interface connected to the ADSL modem (for example, eth0). USER The ADSL user-id (for example, b1xxnxnx@sympatico.ca). SERVICENAME If this is not blank, then it is passed with the -S option to pppoe. It specifies a service name to ask for. Usually, you should leave it blank. ACNAME If this is not blank, then it is passed with the -C option to pppoe. It specifies the name of the access concentrator to connect to. Usually, you should leave it blank. DEMAND If set to a number, the link is activated on demand and brought down after after DEMAND seconds. If set to no, the link is kept up all the time rather than being activated on demand. DNSTYPE One of NOCHANGE, SPECIFY or SERVER. If set to NOCHANGE, adsl-connect will not adjust the DNS setup in any way. If set to SPECIFY, it will re-write /etc/resolv.conf with the values of DNS1 and DNS2. If set to SERVER, it will supply the usepeerdns option to pppd, and make a symlink from /etc/resolv.conf to /etc/ppp/resolv.conf. DNS1, DNS2 IP addresses of DNS servers if you use DNSTYPE=SPECIFY. USERCTL If the line USERCTL=yes (exactly like that; no whitespace or comments) appears in the configuration file, then /sbin/ifup will allow non-root users to bring the conneciton up or down. PEERDNS If set to "yes", then adsl-connect will supply the usepeerdns option to pppd, which causes it to obtain DNS server addresses from the peer and create a new /etc/resolv.conf file. Otherwise, adsl-connect will not supply this option, and pppd will not modify /etc/resolv.conf. CONNECT_POLL How often (in seconds) adsl-start should check to see if a new PPP interface has come up. If this is set to 0, the adsl-start sim- ply initiates the PPP session, but does not wait to see if it comes up successfully. CONNECT_TIMEOUT How long (in seconds) adsl-start should wait for a new PPP interface to come up before concluding that adsl-connect has failed and killing the session. PING A character which is echoed every CONNECT_POLL seconds while adsl-start is waiting for the PPP interface to come up. FORCEPING A character which is echoed every CONNECT_POLL seconds while adsl-start is waiting for the PPP interface to come up. Similar to PING, but the character is echoed even if adsl-start's standard output is not a tty. PIDFILE A file in which to write the process-ID of the adsl-connect process (for example, /var/run/pppoe.pid). Two additional files ($PID- FILE.pppd and $PIDFILE.pppoe) hold the process-ID's of the pppd and pppoe processes, respectively. SYNCHRONOUS An indication of whether or not to use synchronous PPP (yes or no). Synchronous PPP is safe on Linux machines with the n_hdlc line discipline. (If you have a file called "n_hdlc.o" in your modules directory, you have the line discipline.) It is not recommended on other machines or on Linux machines without the n_hdlc line discipline due to some known and unsolveable race conditions in a user-mode client. CLAMPMSS The value at which to "clamp" the advertised MSS for TCP sessions. The default of 1412 should be fine. LCP_INTERVAL How often (in seconds) pppd sends out LCP echo-request packets. LCP_FAILURE How many unanswered LCP echo-requests must occur before pppd concludes the link is dead. PPPOE_TIMEOUT If this many seconds elapse without any activity seen by pppoe, then pppoe exits. FIREWALL One of NONE, STANDALONE or MASQUERADE. If NONE, then adsl-connect does not add any firewall rules. If STANDALONE, then it clears existing firewall rules and sets up basic rules for a standalone machine. If MASQUERADE, then it clears existing firewall rules and sets up basic rules for an Internet gateway. If you run services on your machine, these simple firewall scripts are inadequate; you'll have to make your own firewall rules and set FIREWALL to NONE. PPPOE_EXTRA Any extra arguments to pass to pppoe PPPD_EXTRA Any extra arguments to pass to pppd LINUX_PLUGIN If non-blank, the full path of the Linux kernel-mode PPPoE plugin (typically /etc/ppp/plugins/rp-pppoe.so.) This forces adsl-con- nect to use kernel-mode PPPoE on Linux 2.4.x systems. This code is experimental and unsupported. Use of the plugin causes adsl- connect to ignore CLAMPMSS, PPPOE_EXTRA, SYNCHRONOUS and PPPOE_TIMEOUT. By using different configuration files with different PIDFILE settings, you can manage multiple PPPoE connections. Just specify the con- figuration file as an argument to adsl-start and adsl-stop. SEE ALSO
pppoe(8), adsl-connect(8), adsl-start(8), adsl-stop(8), pppd(8), adsl-setup(8), pppoe-wrapper(8) 4th Berkeley Distribution 21 February 2000 PPPOE.CONF(5)
All times are GMT -4. The time now is 07:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy