免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: i叶大马猴
打印 上一主题 下一主题

[FreeBSD] 请教, 有关Freebsd 4.8下的127.0.0.1 [复制链接]

论坛徽章:
0
21 [报告]
发表于 2003-06-25 18:49 |只看该作者

请教, 有关Freebsd 4.8下的127.0.0.1

原帖由 "i2era" 发表:
   
这样不行
应该为
ip domain.name name
格式
   

这种方式偶试一下,
以前我用
ip  name  domain.name是可以 的

论坛徽章:
0
22 [报告]
发表于 2003-06-25 19:00 |只看该作者

请教, 有关Freebsd 4.8下的127.0.0.1

openmailer: TCP [127.0.0.1]
makeconnection ([127.0.0.1] [127.0.0.1].25 (2))
makeconnection: fd=6
Connect failed (Can't assign requested address)
openmailer: makeconnection =>; stat=75, errno=49


根本就是 makeconnection不了...
真晕....

论坛徽章:
0
23 [报告]
发表于 2003-06-25 19:16 |只看该作者

请教, 有关Freebsd 4.8下的127.0.0.1

www# ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1): 56 data bytes
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
騘C
--- 127.0.0.1 ping statistics ---
10 packets transmitted, 0 packets received, 100% packet loss





????

论坛徽章:
0
24 [报告]
发表于 2003-06-25 19:17 |只看该作者

请教, 有关Freebsd 4.8下的127.0.0.1

看看
ifconfig -a

论坛徽章:
0
25 [报告]
发表于 2003-06-25 19:20 |只看该作者

请教, 有关Freebsd 4.8下的127.0.0.1

www# ifconfig -a
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>; mtu 1500
       inet 211.162.312.135 netmask 0xffffffe0 broadcast 211.162.312.163
       inet 211.162.312.144 netmask 0xffffffff broadcast 211.162.312.144
       ether 00:d0:b7:b6:98:40
       media: Ethernet autoselect (100baseTX <full-duplex>
       status: active
lp0: flags=8810<OINTOPOINT,SIMPLEX,MULTICAST>; mtu 1500
lo0: flags=8008<LOOPBACK,MULTICAST>; mtu 16384
faith0: flags=8002<BROADCAST,MULTICAST>; mtu 1500

论坛徽章:
0
26 [报告]
发表于 2003-06-25 19:23 |只看该作者

请教, 有关Freebsd 4.8下的127.0.0.1

手工配置的话, 不是用fxp0了吧..
用lo0???

论坛徽章:
0
27 [报告]
发表于 2003-06-25 19:23 |只看该作者

请教, 有关Freebsd 4.8下的127.0.0.1

原帖由 "i叶大马猴" 发表:
www# ifconfig -a
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>; mtu 1500
       inet 211.162.312.135 netmask 0xffffffe0 broadcast 211.162.312.163
       inet 211.162.312.144 netmask..........
   
应该是
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST>; mtu 16384
        inet 127.0.0.1 netmask 0xff000000
才对啊
奇怪
#ifconfig lo0 inet 127.0.0.1 netmask 0xff000000
试试?

论坛徽章:
0
28 [报告]
发表于 2003-06-25 19:33 |只看该作者

请教, 有关Freebsd 4.8下的127.0.0.1

en...答案越来越明显...只是偶就是不会用ifconfig -a 找找为什么没有这个ip..
而没有这个ip导致我的sendmail发送不正常.
sendmail不正常, 我的论坛程序就跑不起来...

一般默认下, /etc/defaults/rc.conf是有配置这个的.
但不知为什么/etc/rc.conf没有的参数, 在defaults里有的也没有效果.
只好手工加到/etc/rc.conf 试试...
但愿机子能远程启动成功.

论坛徽章:
0
29 [报告]
发表于 2003-06-25 19:37 |只看该作者

请教, 有关Freebsd 4.8下的127.0.0.1

http://www.geocrawler.com/mail/msg.php3?msg_id=2924408&list=169


到底哪个有用的说...


/etc/rc.conf
/etc/defaults/rc.conf

论坛徽章:
0
30 [报告]
发表于 2003-06-25 19:39 |只看该作者

请教, 有关Freebsd 4.8下的127.0.0.1

原帖由 "i叶大马猴" 发表:
http://www.geocrawler.com/mail/msg.php3?msg_id=2924408&list=169


到底哪个有用的说...


/etc/rc.conf
/etc/defaults/rc.conf
   
都有用啊,由/etc/rc来读取:
[bsdnat /etc]#grep rc.conf rc
# this file, but rather in /etc/defaults/rc.conf.  Please check that file
if [ -r /etc/defaults/rc.conf ]; then
        . /etc/defaults/rc.conf
        source_rc_confs
elif [ -r /etc/rc.conf ]; then
        . /etc/rc.conf
# use this file and want to make it programmatic, source /etc/defaults/rc.conf
# in /etc/rc.local and add your custom variables to /etc/rc.conf, as
#       if [ -r /etc/defaults/rc.conf ]; then
#               . /etc/defaults/rc.conf
#               source_rc_confs
#       elif [ -r /etc/rc.conf ]; then
#               . /etc/rc.conf
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP