• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

No Internet service after restarting the network service?

Ace69

Senior member
I have Clark Connect for a gateway running Red Hat 7 with 1 client PC hooked to the gateway. Whenever I am having some network troubles, the first step that I take is restarting the network service which included eth0 and eth1. I go to /etc/rc.d/init.d and restart the network service by typing ./network restart. It apparently restarts OK, but when it comes back up, the client PC does not route past the gateway. I have noticed when it is shutting down, it says "Disabling IPv4 packet forwarding", but does not show that it enabled it back. I THINK that this may be the problem. To get things back online, I have to reboot the gateway. Does anyone know what would cause this?

Edit: Whenever the network service comes back up, I can ping out from the gateway and also ping the client. The client can also ping the gateway, but not get past it.
 
Sounds about right. Figure out how to turn on packet forwarding in linux (Search the startup scripts) and run that script too.
 


<< Sounds about right. Figure out how to turn on packet forwarding in linux (Search the startup scripts) and run that script too. >>


I knew that, I just figured I could save some time if someone knew where it was. 😀 I will begin searching.
 
Back
Top