Configurar el reenvío de puertos en el enrutador para servir Apache en una Mac

Configurar el reenvío de puertos en el enrutador para servir Apache en una Mac

He configurado el reenvío de puertos en mi enrutador a Mac. Cuando intento ingresar mi dirección IP, el tiempo de espera del navegador simplemente se agota y mi enrutador simplemente se reinicia.

Ahora, cuando reenvío la transferencia a mi servidor NAS, todo funciona bien y se muestra la página web.

Quiero que el reenvío de puertos funcione correctamente para que Mac actúe como servidor web (el firewall está deshabilitado en Mac) y también cuando ingreso:

lista sudo ipfw

Tengo permitido el puerto 80.

Cuando utilizo un servicio en línea para comprobar que el puerto 80 está abierto, por algún motivo, el enrutador se reinicia (no lo hice cuando cambié el reenvío de puerto a mi servidor Nas, funcionó bien).

No estoy seguro de si esto ayudará, pero verifiqué mis registros en el enrutador y obtengo lo siguiente. Ignore el tiempo inicial en los registros, no estoy seguro de por qué hizo eso, pero borré los registros e intenté acceder a mi Mac y este es el registro:

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

Gracias por la ayuda por adelantado.

Tenga en cuenta que tengo XXX algunas de las direcciones IP anteriores, pero ambas tienen una dirección similar, solo que los dos últimos números eran diferentes.

información relacionada