LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: rover

adsl 问题,原来是这样啊

[复制链接]
发表于 2005-3-19 14:09:34 | 显示全部楼层
我现在上网都是:
ifconfig eth0 down
ifconfig eth0 up
adsl-start

这样就可以,如果没有前面的一步,直接拨号,域名无法解析,ip可以PING通。
回复 支持 反对

使用道具 举报

发表于 2005-3-19 14:33:03 | 显示全部楼层
网卡地址必须为192.168.0.1,没有网关,再不行就重新编译下内核,把IPV6的支持去掉
就可以了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-19 16:17:46 | 显示全部楼层
Post by nbxmedia
网卡地址必须为192.168.0.1

我用的是电信的adsl,是没有固定ip地址的,在windows下是用dhcp。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-20 12:43:12 | 显示全部楼层
我的rc.conf[PHP]#
# /etc/rc.conf - Main Configuration for Arch Linux
#

#
# Localization
#
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: fount in /usr/share/kbd/consolefonts (only needed for non-us)
# USECOLOR: use ANSI color sequences in startup messages
#
HARDWARECLOCK="localtime"
TIMEZONE=Asia/Shanghai
KEYMAP=us
CONSOLEFONT=
USEcolor="yes"

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

#
# Networking
#
HOSTNAME="Larch"

#
# Module to load at boot-up (in this order)
#   (prefix a module with a ! to disable it)
#
MODULES=(8139too !usbserial !ide-scsi)

#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   (prefix an interface in INTERFACES with a ! to disable it)
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="dhcp"
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(lo eth0)

#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   (prefix a route in ROUTES with a ! to disable it)
#
#gateway="default gw 192.168.0.1"
#ROUTES=(!gateway)

#
# Daemons to start at boot-up (in this order)
#   (prefix a daemon with a ! to disable it)
#
DAEMONS=(syslog-ng hotplug !pcmcia network netfs crond)

# End of file
[/PHP]
回复 支持 反对

使用道具 举报

发表于 2005-3-20 12:50:39 | 显示全部楼层
刚好我也是菜,也刚安了ARCH不过网络都正常。
你的错误:
[root@Larch`]pacman -S Pacman
error: Could not open sync datebase : extra have you used --refresh yet?

要先--refresh,如pacman -S --refresh
或者直接pacman -Sy pacman
我开始也不会,看帮助知道这样弄可以
回复 支持 反对

使用道具 举报

发表于 2005-3-20 13:03:54 | 显示全部楼层
adsl完全可以把网卡设为固定ip,192.168.*.*之类,10.0.0.*之类,都可以。尽量不要和modem的default ip(常常是192.168.1.1或192.168.0.1)一样就好。这样可以省去dhcp的时间。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-3-20 20:12:43 | 显示全部楼层
Post by xiaosir
刚好我也是菜,也刚安了ARCH不过网络都正常。
你的错误:
[root@Larch`]pacman -S Pacman
error: Could not open sync datebase : extra have you used --refresh yet?

要先--refresh,如pacman -S --refresh
或者直接pacman -Sy pacman



原来是这样啊。谢谢了!!!
回复 支持 反对

使用道具 举报

发表于 2005-3-20 20:27:21 | 显示全部楼层
pacman -Syu
回复 支持 反对

使用道具 举报

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

本版积分规则

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