设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
运维技术 —— LinuxSir.cn
›
服务器架设、应用、维护
›
proftpd如何绑定ip地址
返回列表
查看:
1059
|
回复:
4
proftpd如何绑定ip地址
[复制链接]
franktom
franktom
当前离线
积分
246
IP卡
狗仔卡
发表于 2003-6-21 12:16:05
|
显示全部楼层
|
阅读模式
请问双网卡的服务器安装proftpd,如何只绑定一个地址,我的服务器老是提示我
unable to determine IP address of 'lfs'
我的系统是LFS,eth0:192.168.0.1 eth1:192.168.1.2
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
lanmaster
lanmaster
当前离线
积分
579
IP卡
狗仔卡
发表于 2003-6-21 13:39:26
|
显示全部楼层
它可不可以先apache一样可以用listen eth0 OR eth1这样呢。
如果可以我想就可以了。因为它只监听那一个IP地址的请求(我也没有测试过,如有错误请指正)
回复
支持
反对
使用道具
举报
显身卡
franktom
franktom
当前离线
积分
246
IP卡
狗仔卡
楼主
|
发表于 2003-6-21 22:33:24
|
显示全部楼层
好像不行!! apache是怎么做的?
回复
支持
反对
使用道具
举报
显身卡
cnchin
cnchin
当前离线
积分
65
IP卡
狗仔卡
发表于 2003-6-26 10:07:19
|
显示全部楼层
unable to determine IP address of 'lfs'<--在/etc/hosts和/etc/hostname里面加入你自己主机的名字IP对应项就ok.
如果你想在两个ip地址上都提供ftp服务,可以用bind选项设置.
回复
支持
反对
使用道具
举报
显身卡
cnchin
cnchin
当前离线
积分
65
IP卡
狗仔卡
发表于 2003-6-26 10:13:14
|
显示全部楼层
例子
# 设置两ip两port的ftp服务
ServerName "Debian"
ServerType standalone
ShowSymlinks on
DefaultServer on
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
DisplayLogin welcome.msg
DisplayFirstChdir .message
#此处port要设置为0
Port 0
MaxInstances 100
User nobody
Group nogroup
<Virtualhost "192.168.0.1">
ServerName "01 Server"
Bind 192.168.0.1
Port 2121
Group nogroup
User nobody
DefaultRoot ~
<Directory ~>
Umask 022 022
AllowOverwrite on
AllowStoreRestart on
</Directory>
</Virtualhost>
<Virtualhost "192.168.1.2">
ServerName "INSIDE SERVER"
Bind 192.168.1.2
Port 21
Group nogroup
User nobody
DefaultRoot ~
<Directory ~>
Umask 022 022
AllowOverwrite on
AllowStoreRestart on
</Directory>
</Virtualhost>
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表