QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 785|回复: 3

ADSL的朋友进来帮帮忙

[复制链接]
发表于 2002-12-13 05:40:57 | 显示全部楼层 |阅读模式
我帖子发了好久都没人回,伤心+惆怅
配置8139c+TW(dsl699e)+rehhat8.0

[root@localhost root]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:A1:B0:01:5D:65
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:146 errors:0 dropped:0 overruns:0 frame:0
TX packets:151 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:9258 (9.0 Kb) TX bytes:9752 (9.5 Kb)
Interrupt:11 Base address:0x2000

[root@localhost root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:A1:B0:01:5D:65
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:146 errors:0 dropped:0 overruns:0 frame:0
TX packets:151 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:9258 (9.0 Kb) TX bytes:9752 (9.5 Kb)
Interrupt:11 Base address:0x2000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:700 (700.0 b) TX bytes:700 (700.0 b)

[root@localhost root]#adsl-steup

Welcome to the ADSL client setup. First, I will run some checks on
your system to make sure the PPPoE client is installed properly...


LOGIN NAME

Enter your Login Name (default root): zhuan@jj

INTERFACE

Enter the Ethernet interface connected to the ADSL modem
For Solaris, this is likely to be something like /dev/hme0.
For Linux, it will be ethX, where 'X' is a number.
(default eth0): eth0

Do you want the link to come up on demand, or stay up continuously?
If you want it to come up on demand, enter the idle time in seconds
after which the link should be dropped. If you want the link to
stay up permanently, enter 'no' (two letters, lower-case.)
NOTE: Demand-activated links do not interact well with dynamic IP
addresses. You may have some problems with demand-activated links.
Enter the demand value (default no): no

DNS

Please enter the IP address of your ISP's primary DNS server.
If your ISP claims that 'the server will provide dynamic DNS addresses',
enter 'server' (all lower-case) here.
If you just press enter, I will assume you know what you are
doing and not modify your DNS setup.
Enter the DNS information here: 211.98.2.4
Please enter the IP address of your ISP's secondary DNS server.
If you just press enter, I will assume there is only one DNS server.
Enter the secondary DNS server address here: 211.98.4.1

PASSWORD

Please enter your Password:
Please re-enter your Password:

USERCTRL

Please enter 'yes' (two letters, lower-case.) if you want to allow
normal user to start or stop DSL connection (default yes): yes

FIREWALLING

Please choose the firewall rules to use. Note that these rules are
very basic. You are strongly encouraged to use a more sophisticated
firewall setup; however, these will provide basic security. If you
are running any servers on your machine, you must choose 'NONE' and
set up firewalling yourself. Otherwise, the firewall rules will deny
access to all standard servers like Web, e-mail, ftp, etc. If you
are using SSH, the rules will block outgoing SSH connections which
allocate a privileged source port.

The firewall choices are:
0 - NONE: This script will not set any firewall rules. You are responsible
for ensuring the security of your machine. You are STRONGLY
recommended to use some kind of firewall rules.
1 - STANDALONE: Appropriate for a basic stand-alone web-surfing workstation
2 - MASQUERADE: Appropriate for a machine acting as an Internet gateway
for a LAN
Choose a type of firewall (0-2): 0

Start this connection at boot time

Do you want to start this connection at boot time?
Please enter no or yes (default no):no

** Summary of what you entered **

Ethernet Interface: eth0
User name: zhangjixuan@fgs
Activate-on-demand: No
Primary DNS: 211.98.2.4
Secondary DNS: 211.98.4.1
Firewalling: NONE
User Control: yes
Accept these settings and adjust configuration files (y/n)? y
Adjusting /etc/sysconfig/network-scripts/ifcfg-ppp0
Adjusting /etc/resolv.conf
(But first backing it up to /etc/resolv.conf.bak)
Adjusting /etc/ppp/chap-secrets and /etc/ppp/pap-secrets
(But first backing it up to /etc/ppp/chap-secrets.bak)
(But first backing it up to /etc/ppp/pap-secrets.bak)



Congratulations, it should be all set up!

Type '/sbin/ifup ppp0' to bring up your xDSL link and '/sbin/ifdown ppp0'
to bring it down.
Type '/sbin/adsl-status /etc/sysconfig/network-scripts/ifcfg-ppp0'
to see the link status.

[root@localhost root]# adsl-start
/sbin/adsl-start: line 217: 1166 Terminated $CONNECT "$@" >/dev/null 2>&1
[root@localhost root]#
谁能告诉我什么问题?如果有成功的朋友,请你多帮忙。
发表于 2002-12-13 06:02:47 | 显示全部楼层
** Summary of what you entered **

Ethernet Interface: eth0
User name: zhangjixuan@fgs
Activate-on-demand: No
Primary DNS: 211.98.2.4
Secondary DNS: 211.98.4.1
Firewalling: NONE
User Control: yes

从你的配置看,基本上没有问题。
你的User name应该是写全的(当然,你自己清楚,比如深圳的就是[email protected]),你自己应该知道,可以从ADSL商那里获得。 你的dns我不知道对不?据我所知,大部分的都是三类的IP以202打头的。这个你可回到MS下通过
winipcfg/all查询,或问ADSL商。

再有,你看看你的firewall的配置。有可能作了些限定。
回复

使用道具 举报

发表于 2002-12-13 09:38:40 | 显示全部楼层
在系统工具->网络设备控制中先把网卡(eth0)和adsl解除,使其不活跃,然后直接激活adsl,不要管网卡,即可.
回复

使用道具 举报

发表于 2002-12-13 09:39:14 | 显示全部楼层
在系统工具->网络设备控制中先把网卡(eth0)和adsl解除,使其不活跃,然后直接激活adsl,不要管网卡,即可.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-9-29 11:26 , Processed in 0.051858 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表