I am resending this cos I need you guy's help:
o knowledgable ones,
I have set up the astaro security on my machine.
Internal: 192.168.0.99
aliases 192.168.85.99
192.168.86.99
192.168.87.99
subnet: 255.255.255.0
external: 172.16.100.2
Subnet: 255.255.255.0
Gateway: 172.16.100.1 (router)
My problem is that from the machine i can't ping the inner leg:172.16.100.1 subnet mast 255.255.255.0 of the router from a client: 192.168.0.240, but I can ping the the external NIC eth1:172.16.100.2.
My rules are: any any any allow
Also this is my routers configuration file:
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname nextcom
!
enable secret 5 $1$10Yl$YE8rqwPOCRNxAvIxIqxSJ/
enable password pocahunter@
!
ip subnet-zero
ip host next-ng.com 192.168.0.13
ip domain-name 21ctl.com
ip name-server 64.86.155.1
ip name-server 64.86.155.2
!
!
!
interface Ethernet0/0
ip address 172.16.100.1 255.255.255.0
!
interface Ethernet1/0
ip address 64.86.155.136 255.255.255.224
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet1/0
!
access-list 5 permit 172.0.0.0 0.255.255.255
!
line con 0
password nextcom
login
line aux 0
line vty 0 4
password nextcom
login
!
end
what am i doing wrong? Is there something I am missing?
waiting for a response eagerly
Thanks
This thread was automatically locked due to age.