Had my new router a while now so thought i'd best get it properly configured. How is this for a basic firewall config?
Also, whats the best way to get my torrent and pes ports forwarded?
Code:
no acc 101
! allow any established
acc 101 permit tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 established
! Torrents
acc 101 permit tcp 0.0.0.0 255.255.255.255 host 10.10.10.1 eq 55896
! PES6
acc 101 permit tcp 0.0.0.0 255.255.255.255 host 10.10.10.1 eq 5739
! all other access
acc 101 deny ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
int atm0
ip access 101 in
no ip source-route
Also, whats the best way to get my torrent and pes ports forwarded?