Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Router - TG582N - Firewall and Port Forwarding: Difference between revisions

How to add services which cover all packets
(How to add services which cover all packets)
 
You can then go to the web interface and RTP will be in the drop down 'service' list.
 
If you fancy some experimentation, one could add 'services' which essentially cover all packets:
 
:expr add name=all_tcp_ports type=serv proto=tcp dstport=1 dstportend=65535
:expr add name=all_udp_ports type=serv proto=udp dstport=1 dstportend=65535
:expr add name=all_icmp type=serv proto=icmp icmpcode=0 icmpcodeend=15
:expr add name=all_icmp6 type=serv proto=icmpv6 icmpcode=0 icmpcodeend=15
 
and use these services in rules for some local host(s). This would allow you to run the firewall, but have unfettered access to some local host(s).
 
===Configure the Firewall for IPv6===
editor
471

edits