1
Users / Re: 12.04 and 14.04 Firewall Issues
« on: January 07, 2016, 03:57:55 am »
Working: Finally got access to it and did a full apt-get update/upgrade (still 12.04 system)- the remote access (port 80) works going to "Outside Access" and enabling it. Access on port 22 did not work until applying Coley's solution (sudo dpkg-reconfigure openssh-server). I'll try from an external network tomorrow.
Not Working: Adding nat port_forwarding does not work. After clicking "add" after plugging in the fields, the page refreshes, but the rule does not show on either the basic or advanced configuration page.
iptables -nvL:
Not Working: Adding nat port_forwarding does not work. After clicking "add" after plugging in the fields, the page refreshes, but the rule does not show on either the basic or advanced configuration page.
iptables -nvL:
Code: [Select]
Chain INPUT (policy DROP 9 packets, 360 bytes)
pkts bytes target prot opt in out source destination
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x29
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x3F
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x00
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x06/0x06
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x03/0x03
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x11/0x01
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x37
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 mark match 0x1
1807 185K ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0 /* Allow_Loopback */
2191 306K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED /* Allow_Established */
2894 546K ACCEPT udp -- eth1 * 0.0.0.0/0 0.0.0.0/0 /* Allow_DHCP */
81 18310 ACCEPT udp -- eth0 * 0.0.0.0/0 0.0.0.0/0 /* Allow_DHCP */
69 3980 ACCEPT all -- eth1 * 192.168.80.0/24 0.0.0.0/0 /* Allow_Local_Network */
0 0 ACCEPT all -- eth1 * 192.168.81.0/24 0.0.0.0/0 /* Allow_Local_Network */
0 0 ACCEPT tcp -- * * 0.0.0.0/0 127.0.0.1 tcp dpt:80 /* Remote_Access */
0 0 ACCEPT udp -- * * 0.0.0.0/0 127.0.0.1 udp dpt:80 /* Remote_Access */
0 0 ACCEPT tcp -- * * 0.0.0.0/0 127.0.0.1 tcp dpt:22 /* SSH */
0 0 ACCEPT udp -- * * 0.0.0.0/0 127.0.0.1 udp dpt:22 /* SSH */
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 /* webadmin */
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 /* ssh_access */
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- lo lo 0.0.0.0/0 0.0.0.0/0 /* Allow_Loopback */
9071 4051K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED /* Allow_Established */
651 60782 ACCEPT all -- eth1 * 192.168.80.0/24 0.0.0.0/0 /* Allow_Local_Network */
0 0 ACCEPT all -- eth1 * 192.168.81.0/24 0.0.0.0/0 /* Allow_Local_Network */
0 0 ACCEPT all -- eth1 * 192.168.81.0/24 0.0.0.0/0 /* Allow_Local_Network */
Chain OUTPUT (policy ACCEPT 6794 packets, 901K bytes)
pkts bytes target prot opt in out source destination