ckr13 发表于 2003-9-3 14:05:13

我需要Coyote Llinux 1。4 user documentation的中文译本,如没有的话,有关Coyote Llinux的中文资料也好,请帮忙,谢谢。

外来人 发表于 2003-9-3 20:35:28

现在coyote是2.0了呀,这个软件作得不错,就是差文档,气死人
所以我总搞不清能否限制ip和如何端口映射

gland 发表于 2003-9-4 22:15:24

?How do I run a web/ftp/etc server from behind Coyote?
Users who want to run any servers from behind the Coyote box need to forward ports. From the Configuration Menu, press 1) Network configuration, then 4) IP Masquerading and add a new line at the bottom of the file: NOTE: Comments are made using the # sign at the beginning a line - these are ignored by the software, but exist as onhand documentation for reminders to what is done.

Here is the format of a typical portforwarding command:

Format:
/sbin/ipmasqadm autofw -A -r tcp -h

The following are examples of the most common server port forwarding rules:
# Web Server: Forward port 80 to host 192.168.0.2
/sbin/ipmasqadm autofw -A -r tcp 80 80 -h 192.168.0.2

# FTP Server: Forward ports 20-21 (TCP) to host 192.168.0.2
/sbin/ipmasqadm autofw -A -r tcp 20 21 -h 192.168.0.2

# DNS Server: Forward port 53 (TCP & UDP) to host 192.168.0.2
/sbin/ipmasqadm autofw -A -r tcp 53 53 -h 192.168.0.2
/sbin/ipmasqadm autofw -A -r udp 53 53 -h 192.168.0.2

# Email Server: Forward ports 25 (SMTP) and 110 (POP3) to host 192.168.0.2
/sbin/ipmasqadm autofw -A -r tcp 25 25 -h 192.168.0.2
/sbin/ipmasqadm autofw -A -r tcp 110 110 -h 192.168.0.2

The ports are given so that you can use a range - the FTP is a good example. For instance, if you wanted to forward ports 100 to 200 to IP 192.168.0.2, just replace 20 and 21 in the FTP example with "100" and "200". Notice that if we want to use a single port, we list that port as the beginning and ending port number - as in the Webserver example.


[ Back to Top ]

gland 发表于 2003-9-4 22:19:02

Does Coyote support QoS or bandwidth limiting?

No. Coyote Linux does not have any support for QoS or bandwidth limiting.
页: [1]
查看完整版本: 关于coyote Llinux 请求帮助