internet problem

hello
i install freebsd7.0 today
after configure my nic i can ping the internal IP Address and gateway
but i can't ping the External Ip Address
i will appreciate if any tips
thanks
 
Add the default gateway to /etc/rc.conf:
Code:
defaultrouter="192.168.1.1"
Adjust the IP to your situation of course.
 
Are you behind a router? Is NAT setup properly on that?

Can you post your /etc/rc.conf? And the output of ifconfig and netstat -rn?
 
We can't help you if you don't provide information. We're good but we're not clairvoyant.
 
Back
Top