I don't have anything in the fstab and I did grep the /etc and this didn't find anything.
Many different iterations of netstat commands could not find the connection being established, doing a packet capture on my firewall that is showing the connections and this is what I see:
Code:
13:57:38.169531 IP (tos 0x0, ttl 64, id 43402, offset 0, flags [DF], proto TCP (6), length 52)
192.168.72.200.35308 > 192.168.254.13.8080: Flags [S], cksum 0x2bab (correct), seq 2853549468, win 29200, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
13:57:38.169690 IP (tos 0x10, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 40)
192.168.254.13.8080 > 192.168.72.200.35308: Flags [R.], cksum 0xde79 (correct), seq 0, ack 2853549469, win 0, length 0
13:57:45.413871 IP (tos 0x0, ttl 64, id 19216, offset 0, flags [DF], proto TCP (6), length 52)
192.168.72.200.35318 > 192.168.254.13.8080: Flags [S], cksum 0xf471 (correct), seq 1088902650, win 29200, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
13:57:45.414073 IP (tos 0x10, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 40)
192.168.254.13.8080 > 192.168.72.200.35318: Flags [R.], cksum 0xa740 (correct), seq 0, ack 1088902651, win 0, length 0
13:57:50.601417 IP (tos 0x0, ttl 64, id 39880, offset 0, flags [DF], proto TCP (6), length 52)
192.168.72.200.35320 > 192.168.254.13.8080: Flags [S], cksum 0xac07 (correct), seq 605076281, win 29200, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
13:57:50.601583 IP (tos 0x10, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 40)
192.168.254.13.8080 > 192.168.72.200.35320: Flags [R.], cksum 0x5ed6 (correct), seq 0, ack 605076282, win 0, length 0
Whilst the initiating port is changing the destination of 8080 is constant but netstat never shows anything with that port. Tried as I might with lsof that didn't help me track it down either.
How do I change the log level of the BE?