|

楼主 |
发表于 2004-4-21 16:51:41
|
显示全部楼层
最初由 Eg_zm 发表
那个选项是不用添的。
你是说你设置了还是不能上网??
能告诉我dhcp以后的网络设置情况吗?也就是得到ip以后的ip地址,gw之类的信息。相信你那里应该有win主机吧。
在win下,网关:172.16.48.1,子网掩码:255.255.255.0, DNS:202.117.0。20
在FREEBSD下配置网络的时候,得到的IPV4地址是:172.16.49.22。
/etc/rc.conf文件如下:
hostname="www.xasyxy.com"
ifconfig_fxp0="DHCP"
inetd_enable="YES"
linux_enable="YES"
moused_enable="YES"
moused_flags=""
moused_port="/dev/psm0"
moused_type="auto"
usbd_enable="YES" |
|