[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Set Up a server using Public IP Addresses on debian



Hi all

Sorry to response let!

I was busy with my ISP:

please see below the NAT configuration for my Cisco Router done by my ISP:

ip route 196.22.173.9 255.255.255.255 Dialer0
!
no ip http server
no ip http secure-server
ip dns server
!
ip nat inside source list 100 interface Loopback0 overload
ip nat inside source static tcp 10.0.0.81 21 41.134.19.90 21 extendable
ip nat inside source static tcp 10.0.0.81 22 41.134.19.90 22 extendable
ip nat inside source static tcp 10.0.0.84 25 41.134.19.90 25 extendable
ip nat inside source static tcp 10.0.0.80 53 41.134.19.90 53 extendable
ip nat inside source static tcp 10.0.0.81 80 41.134.19.90 80 extendable
ip nat inside source static tcp 10.0.0.84 110 41.134.19.90 110 extendable
ip nat inside source static tcp 10.0.0.84 143 41.134.19.90 143 extendable
ip nat inside source static tcp 10.0.0.84 220 41.134.19.90 220 extendable
ip nat inside source static tcp 10.0.0.81 389 41.134.19.90 389 extendable
ip nat inside source static tcp 10.0.0.81 443 41.134.19.90 443 extendable
ip nat inside source static tcp 10.0.0.81 636 41.134.19.90 636 extendable
ip nat inside source static tcp 10.0.0.81 990 41.134.19.90 990 extendable
ip nat inside source static tcp 10.0.0.84 993 41.134.19.90 993 extendable
ip nat inside source static tcp 10.0.0.84 995 41.134.19.90 995 extendable
ip nat inside source static tcp 10.0.0.84 3306 41.134.19.90 3306 extendable
ip nat inside source static tcp 10.0.0.81 5432 41.134.19.90 5432 extendable
ip nat inside source static tcp 10.0.0.82 53 41.134.19.91 53 extendable
ip nat inside source static tcp 10.0.0.82 80 41.134.19.91 80 extendable
!



Reply to: