Quote: |
kernel-source ppp libpcap0 (also called libpcap ;) ) ppp-pppoatm (IF you are using pppoatm) rp-pppoe (IF you are using pppoe) libusb libusb-dev linux-atm |
Quote: |
su cd /usr/ tar xzvf amedyn-200x-xx-xx-src.tgz cd /usr/amedyn make |
Quote: |
# Protocol PROTOCOL_MODE=2 # 1 = RFC1483/2684 routed, 2 = PPP over ATM (pppoa), #3 = RFC1483/2684 bridged, 4 = PPP over Ethernet (pppoe) # ATM VPI=8 VCI=35 # Specific for RFC1483/2684 routed/bridged # if IP_ADDRESS is blank in bridged mode then it uses DHCP to get IP IP_ADDRESS= NETMASK=255.255.255.0 GATEWAY= |
Quote: |
# Secrets for authentication using PAP # client server secret IP addresses username<tab>*<tab>PaSsWoRd<tab>* |
Quote: |
lock defaultroute noipdefault usepeerdns noauth sync noaccomp nopcomp noccp novj holdoff 4 persist maxfail 25 passive asyncmap 0 lcp-echo-interval 2 lcp-echo-failure 7 #replace user@domain by your coorect info name username user username plugin usr/lib/pppd/VERSION/pppoatm.so VPI.VCI |
Quote: |
ping 216.239.59.147 |
Quote: |
ping www.google.com |
Quote: |
nameserver first_dns nameserver second_dns |
Quote: |
#define UDSL_DEFAULT_RCV_BUF_SIZE 64 #define UDSL_DEFAULT_SND_BUF_SIZE 32 |
Quote: |
make add_service |