在路由器上設定連接埠轉送以在 Mac 上為 apache 提供服務

在路由器上設定連接埠轉送以在 Mac 上為 apache 提供服務

我在路由器上設定了到 Mac 的連接埠轉送。當我嘗試輸入 IP 位址時,瀏覽器會逾時,路由器會重設。

現在,當我轉發到 NAS 伺服器時,一切正常並且可以提供網頁。

我想讓連接埠轉送正常運作,以便 Mac 充當 Web 伺服器(Mac 上的防火牆已停用),並且當我輸入:

sudo ipfw 列表

我允許使用 80 埠。

當使用線上服務檢查連接埠 80 是否因某種原因開啟時,路由器會重新啟動(當更改連接埠轉送到我的 Nas 伺服器時沒有這樣做,它運作正常)。

Not sure if this will help but I checked my logs on the router and I get the following pls ignore the initial time on the logs, not sure why it did that but I cleared the logs and the tried to access my Mac and this is the紀錄:

Jan  1 00:00:30 localhost syslog.info syslogd started: BusyBox v1.18.5
Jan  1 00:00:30 localhost user.info syslog: disable write rom conf.
Jan  1 00:00:34 localhost user.err syslog: silex/smbd.c:smbd_main(942)
Jan  1 00:00:34 localhost user.err syslog:   smbd version 3.0.34 started.
Jan  1 00:00:35 localhost user.err syslog: printing/pcap.c:pcap_cache_reload(159)
Jan  1 00:00:35 localhost user.err syslog:   Unable to open printcap file /etc/printcap for read!
Jan  1 00:00:35 localhost user.err syslog: printing/pcap.c:pcap_cache_reload(159)
Jan  1 00:00:35 localhost user.err syslog:   Unable to open printcap file /etc/printcap for read!
Jan  1 00:00:35 localhost user.err syslog: silex/nmbd.c:nmbd_main(723)
Jan  1 00:00:35 localhost user.err syslog:   Netbios nameserver version 3.0.34 started.
Jan  1 00:00:35 localhost user.err syslog: passdb/pdb_smbpasswd.c:startsmbfilepwent(241)
Jan  1 00:00:35 localhost user.err syslog:   startsmbfilepwent_internal: file /usr/local/samba/private/smbpasswd did not exist. File successfully created.
Jan  1 00:00:37 localhost daemon.notice pppd[918]: pppd 2.4.1 started by root, uid 0
Jan  1 00:00:38 localhost daemon.info dhcpd: Internet Systems Consortium DHCP Server 4.1.1-P1
Jan  1 00:00:38 localhost daemon.info dhcpd: Copyright 2004-2010 Internet Systems Consortium.
Jan  1 00:00:38 localhost daemon.info dhcpd: All rights reserved.
Jan  1 00:00:38 localhost daemon.info dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Jan  1 00:00:38 localhost daemon.debug dhcpd: ip reservation not enabled
Jan  1 00:00:38 localhost daemon.info dhcpd: Wrote 0 leases to leases file.
Jan  1 00:00:38 localhost daemon.info dhcpd: Listening on Socket/br1/192.168.169.0/24
Jan  1 00:00:38 localhost daemon.info dhcpd: Sending on   Socket/br1/192.168.169.0/24
Jan  1 00:00:38 localhost daemon.info dhcpd: Internet Systems Consortium DHCP Server 4.1.1-P1
Jan  1 00:00:38 localhost daemon.info dhcpd: Copyright 2004-2010 Internet Systems Consortium.
Jan  1 00:00:38 localhost daemon.info dhcpd: All rights reserved.
Jan  1 00:00:38 localhost daemon.info dhcpd: For info, please visit https://www.isc.org/software/dhcp/
Jan  1 00:00:38 localhost daemon.debug dhcpd: subnet mathes LAN0, enable IP RESERVATION
Jan  1 00:00:39 localhost daemon.debug dhcpd: ip-reservation write lease hw(b8:8d:12:1a:30:58),ip(192.168.2.53)
Jan  1 00:00:39 localhost daemon.debug dhcpd: ip-reservation write lease hw(20:64:32:c2:88:b2),ip(192.168.2.19)
Jan  1 00:00:39 localhost daemon.info dhcpd: Wrote 2 leases to leases file.
Jan  1 00:00:39 localhost daemon.info dhcpd: Listening on Socket/br0/192.168.2.0/24
Jan  1 00:00:39 localhost daemon.info dhcpd: Sending on   Socket/br0/192.168.2.0/24
Jan  1 00:00:39 localhost daemon.info dhcpd: DHCPINFORM from 192.168.2.18 via br0
Jan  1 00:00:39 localhost daemon.info dhcpd: DHCPACK to 192.168.2.18 (b8:8d:12:1a:30:58) via br0
Jan  1 00:00:29 localhost daemon.info dnsmasq[685]: started, version 2.58 cachesize 150
Jan  1 00:00:42 localhost daemon.warn dnsmasq[685]: overflow: 5 log entries lost
Jan  1 00:00:44 localhost daemon.info dnsmasq[1047]: started, version 2.58 cachesize 150
Jan  1 00:00:44 localhost daemon.info dnsmasq[1047]: compile time options: IPv6 GNU-getopt no-DBus no-i18n DHCP TFTP no-conntrack no-IDN
Jan  1 00:00:44 localhost daemon.info dnsmasq[1047]: read /etc/hosts - 2 addresses
Jan  1 00:00:44 localhost daemon.info dnsmasq[1047]: using nameserver XX.XXX.XXX.99#53
Jan  1 00:00:44 localhost daemon.info dnsmasq[1047]: using nameserver XX.XXX.XXX.97#53
Jan  1 00:00:45 localhost cron.info crond[1064]: crond: crond (busybox 1.18.5) started, log level 8
Feb  8 08:14:25 localhost user.info wanstatus: Internet Status: Connected
Feb  8 08:14:25 localhost user.info wanstatus: PING Success
Feb  8 08:14:29 localhost cron.err crond[1064]: time disparity of 6893773 minutes detected

我在這裡先向您的幫助表示感謝。

請注意,我有 XXX 上面的一些 IP 位址,但它們都有相似的位址,只是最後兩個數字不同。

相關內容