ADSL

  • פותח הנושא JS
  • פורסם בתאריך

JS

New member
ADSL

HELLO! I have ADSL Modem by Alcatel how can i connect to the internet from RedHat Linux 6.2 ?? JS
 

ddav

New member
re: ADSL

I know how it goes for red hat 7.1 but it should also work for preveious version. 1st you must define your ethernet card so enter a command: "ifconfig eth0 10.200.1.1 netmask 255.0.0.0 mtu 1500" make sure that in both your /etc/ppp/pap-secrets and /etc/ppp/chap-secrets files you have the following: "username@I(internet server provider)" "10.0.0.138 RELAY_PPP1" "password" all " are important and you should delete every other line in those files, if they exist. then you have to start your connection with pptp protocol. download pptp 1.0.3-mulix from http://vipe.technion.ac.il/~mulix/pptp-mulix-1.0.3.tar.gz, extract it using tar -zxfv pptp-mulix-1.0.3.tar.gz. then cd to the pptp-1.0.3 directory and type make. if all went well you should be able to give the command: ./pptp 10.0.0.138 debug user "username@I(isp)" remotename "10.0.0.138 RELAY_PPP1" mtu 1452 mru 1452 noauth to check if that worked type ifconfig -a and check that you have a ppp0 bunch of lines. good luck! I hope I havn´t made any typos - those will kill you in linux... ddav
 

maCr0T

New member
tip

אם אתה מוריד סקריפט התחברות, אתה יכול במקום לצור סקריפט חדש להוסיף אותו לסקריפט שממוקם בתיקיית הבית של היוזר בשם "login." זהו סקריפט שרץ אוטומטית כאשר היוזר מתחבר. maCr0T
 
למעלה