On Sat, 2004-06-26 at 09:36, Scot L. Harris wrote: > On Sat, 2004-06-26 at 04:43, Ubence Quevedo wrote: > > I just recently replaced a network card in my system that is running > > FC2. The new network card is a Intel PRO/100+. After some gyrations, > > I was able to get my local systems to see the computer again on the > > network. However, I can not get outside of my local network on this > > box. I can get in from outside my network via an SSH session and also > > through a HTTP web site on this box, I just canâ??t get out. Any ideas? > > I check all the usual files [at least the ones I know of], and > > everything looks oK. Any help or suggestions would be much > > appreciated... > > -Ubence > > hmmm, normally I would say check your default gateway and subnet mask. > But your description is odd in that it sounds like you can connect from > out side your LAN but can initiate the connection from the box. > > Would be helpful to see the output from the following commands: > > netstat -rn > > (this will show us the routing table on your machine) > > ifconfig -a > > (this will show us the configuration on the network interface) > > traceroute xxx.xxx.xxx.xxx > > (replace xxx.xxx.xxx.xxx with IP address of device out side your > network. This will tell us things about the devices between you and the > outside network) > > Also a brief description of the type of gateway/firewall you have would > help. > > And do you have any special iptables rules? Possibly something that is > blocking outgoing traffic but allowing incoming? > > -- > Scot L. Harris > webid@xxxxxxxxxx > > Neil Armstrong tripped. > I just caught this email, and haven't really followed the thread at all, but from the quick read it sounds like a firewall issue. Is this box running a firewall (iptables or ipchains)? Its been a while since I've worked with IPtables, and I don't have it installed on my box, but I think the command is IPtables -L to list all the rules in place. I had an issue once with my firewall, for whatever reason, wouldn't allow DHCP on the internal network. even though DHCP didn't require traversing the firewall. let us know how it turns out. I hope this helps. -Mike