Link to home
Start Free TrialLog in
Avatar of aclaus225
aclaus225

asked on

Router Is Not Communicating with PfSense

I have a router whose two interfaces are 192.168.100.1 and 192.168.200.2.  Interface 192.168.100.1 is my internal interface and pinging from it to nodes on my network works fine.  
192.168.200.2 is connected to my PfSense box's internal network.  I am not able to ping from 192.168.200.2 to 192.168.200.1, which is the interface on PfSense but when I go to the PfSense box I am able to ping 192.168.200.2.  I cannot see anything on my router that would explain this, but obviously it isn't working, so if someone can help, awesome.
 
interface FastEthernet0/0
 description $ETH-WAN$$FW_OUTSIDE$
 bandwidth 204800
 ip ddns update sdm_ddns1
 ip address 192.168.200.2 255.255.255.252
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip verify unicast reverse-path
 ip flow ingress
 ip nat outside
 ip nat enable
 ip virtual-reassembly
 duplex auto
 speed auto
 snmp trap ip verify drop-rate

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Predrag Jovic
Predrag Jovic
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aclaus225
aclaus225

ASKER

I was not reaching the internet though from inside my network.