hi all, i edit the file /boot/loader.conf, add a line.. console="comconsole" then, i run sh /boot/loader.conf and after that, the server no response... i try to reboot it, it load the screen in /boot/defaults/loader.conf then stopped. .... Please help me....
by kinux - BSD - 2003-04-21 17:22:07 阅读(1045) 回复(4)
route add -net 10.21.0.0 netmask 255.255.0.0 gw 10.66.3.4 这个添加了路由。 我希望机器重起后还有路由,所以写到了rc.local,但是service network restart 之后路由就没有了。 另外ifconfig eth0 down ifconfig eth1 up 执行后,新的ifcfg-eth0配置没有生效, 非要service network restart,但是这样路由又没了。 请问有什么好的办法 吗?
root@PT[/]#--->ifconfig -a en0: flags=4e080863,80<up,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROupRT ,64BIT,PSEG,CHAIN> inet 192.168.1.221 netmask 0xffffff00 broadcast 192.168.1.255 tcp_sendspace 26214 tcp_recvspace 26214 请问26214的单位是什么
无论是Linux 自动安装还是我们手工安装,Linux 都会向你询问有关网络的问题并配置相关的软件。这个用于配置网卡的基本命令就是ifconfig。 在执行ifconfig 命令后,系统将在内核表中设置必要的参数,这样Linux 就知道如何与网络上的网卡通 信。ifconfig 命令有以下两种格式: ※ifconfig [interface] ※ifconfig interface [aftype] option | address … ifconfig 的第一种格式(或使用不带任何参数的ifconfig 命令)可以用来查看当...
以前配置了jumpstart服务器,前天把那个服务器上开启了nis服务。今天想继续使用此机的jumpstart服务来给两机网络安装时却发现: ./add-install_client -c SERVER:/jumpstart/sol8/config client sun4u时,死活找不到cllient,就显示error:unknow client,反复更改client名(包括以前成功安装过的client)结果依然 因为是启动了nis服务后发生的问题,且配置文件全被我移到了/yp以下,所以我在更新/etc/ethers的同时,把/yp/et...