the_townie
Occasional Visitor
Okay, I did as you mentioned. Here's what I get:
Under VSERVER, the destination for the two entries shows as 0.0.0.0/0 with udp dpt:5004 to 192.168.100.175:5004 & 5060
I'm not sure how exactly to read all of this. Is it showing that the device can only communicate with the block of IPs listed?
I appreciate all the help. I'm still learning this stuff!
Code:
Chain PREROUTING (policy ACCEPT 20573 packets, 2814K bytes)
num pkts bytes target prot opt in out source destination
1 910 104K VSERVER all -- * * 0.0.0.0/0 173.xx.xx.135
Chain INPUT (policy ACCEPT 11868 packets, 1199K bytes)
num pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 30230 packets, 2354K bytes)
num pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 8028 packets, 966K bytes)
num pkts bytes target prot opt in out source destination
1 7214 1491K MASQUERADE all -- * eth0 !173.xx.xx.135 0.0.0.0/0
2 22205 1389K MASQUERADE all -- * br0 192.168.100.0/24 192.168.100.0/24
Chain DNSFILTER (0 references)
num pkts bytes target prot opt in out source destination
Chain LOCALSRV (0 references)
num pkts bytes target prot opt in out source destination
Chain VSERVER (1 references)
num pkts bytes target prot opt in out source destination
1 0 0 DNAT udp -- * * 8.xx.xx.0/24 0.0.0.0/0 udp dpt:5004 to:192.168.100.175:5004
2 0 0 DNAT udp -- * * 8.xx.xx.0/24 0.0.0.0/0 udp dpt:5060 to:192.168.100.175:5060
3 910 104K VUPNP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain VUPNP (1 references)
num pkts bytes target prot opt in out source destination
Under VSERVER, the destination for the two entries shows as 0.0.0.0/0 with udp dpt:5004 to 192.168.100.175:5004 & 5060
I'm not sure how exactly to read all of this. Is it showing that the device can only communicate with the block of IPs listed?
I appreciate all the help. I'm still learning this stuff!