Web design - the options file: 192.168.0.1:192.168.0.2 ipcp-accept-local ipcp-accept-remote demand This

the options file: 192.168.0.1:192.168.0.2 ipcp-accept-local ipcp-accept-remote demand This gives temporary local and remote addresses and tells the remote server that it can replace those values. Instead of using private IP addresses (as shown here), you could use 0.0.0.0 instead. bsdcomp, deflate Certain kinds of compression are not supported with Windows NT PPP servers. So, you should not request BSD compression (bsdcomp) or Deflate compression (deflate). In some cases, you may want to specifically prohibit those types of compression: nobsdcomp, nodeflate, and noccp (for no compression control protocol). As noted earlier, the best place for descriptions of pppd options is the pppd man page. For a sample options file, look in /usr/share/doc/ppp*/sample. Run debugging If you are not getting connected at all, the first thing to do is to turn on logging for PPP. This will help you track down the problem. If you are still stumped after looking at the logging output, take the log file and have an expert review it. Make sure that debugging is turned on by setting DEBUG=yes in the ifcfg-ppp0 file. Tip I recommend posting your failed PPP output to the comp.protocol.ppp newsgroup, where some very smart PPP experts can help answer your questions. Before you post, however, read a few days worth of messages from the group. Chances are that someone has already run into the same problem and has a solution. Also, post only the parts of the log file that are relevant. To have debugging directed to a separate log file for PPP, add these lines to the /etc/syslog.conf file: daemon.* /var/log/pppmsg local2.* /var/log/pppmsg After this, restart the syslogd daemon process as follows: # service syslog restart It s best to try to do this debugging process from the desktop because it helps to have several Terminal windows open (I would suggest at least three). From the first window, start a command that lists the contents of the log file we just defined above (pppmsg) as debug messages come in: # tail -f /var/log/pppmsg In the next window, start the PPP interface. Assuming ppp0, use the following command as root user: # ifup ppp0 Here is a partial listing of the output: Jun 6 20:43:51 maple pppd[2077]: pppd 2.3.7 started by root, uid 0 Jun 6 20:43:51 maple ifup-ppp: pppd started for ppp0 on /dev/modem at 115200 Jun 6 20:43:52 maple chat[2079]: abort on (BUSY) Jun 6 20:43:52 maple chat[2079]: abort on (ERROR) Jun 6 20:43:52 maple chat[2079]: abort on (NO CARRIER) Jun 6 20:43:52 maple chat[2079]: abort on (NO DIALTONE) Jun 6 20:43:52 maple chat[2079]: abort on (Invalid Login)
Note: If you are looking for cheap and reliable webhost to host and run your mysql application check Vision mysql hosting services

Leave a Reply