You will need to set up NAT on your router. Here is the commands you need to use:
ip nat inside source static tcp 10.0.0.48 21 202.254.254.48 21
ip nat inside source static tcp 10.0.0.48 20 202.254.254.48 20
Int s0/0 <---Internet Interface
ip nat outside
Int f0/0 <---lan interface
ip nat inside