@george1421 How should I disable this option in FOG config file ?
Posts made by DZKeeper
-
RE: Routing and installation problem
-
RE: Routing and installation problem
@george1421 Your last comment on “default router” made me change the option router settings in dhcpd.conf, which changed the default gateway in my lab client… boom, I can ping 8.8.8.8
Something changed my option router setting back to 192.168.2.1 instead of 192.168.22.99
-
RE: Routing and installation problem
Ping No go from Lab -> business nic of FOG
Ping No go from Business -> lab nic of FOGYou assumed right.
FOG Server LAB IP: 192.168.22.99
Fog Server Business IP: 192.168.2.99PRetty hard for me to post the result of ipconfig /all from lab
-
RE: Routing and installation problem
@george1421 Done, all 3 to ACCEPT now, however, dont work.
BTW, I appreciate your time.
-
RE: Routing and installation problem
xxx@fog-gateway:~$ sudo iptables -F
xxx@fog-gateway:~$ sudo iptables -LChain INPUT (policy ACCEPT)
target prot opt source destinationChain FORWARD (policy DROP)
target prot opt source destinationChain OUTPUT (policy ACCEPT)
target prot opt source destinationStill no go.
-
RE: Routing and installation problem
@george1421 You are right, can ping but not trough.
As for the other command:
sudo service iptables stop
iptables: unrecognized service -
RE: Routing and installation problem
@george1421 : Thanks for the prompt reply.
-
Yes,the FOG server can reach internet.
-
The FOG cannot ping both directions. I cannot ping a host in the lab
-
ip_forward is enable
-
Output of sudo iptables -L:
Chain INPUT (policy ACCEPT)
target prot opt source destinationChain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all – anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT all – anywhere anywhere
LOG all – anywhere anywhere LOG level warningChain OUTPUT (policy ACCEPT)
target prot opt source destination- tracert -d will say destination host unreachable at first hop
-
-
Routing and installation problem
Server
- FOG Version: 1.3.0-RC-13
- OS: Xubuntu 14.04
Description
Not certain where to start, As I had my setup working great, but then try to upgrade from 1.3.0-RC-11 to 1.3.0-RC-13 and something is not working.
First thing first, when I did the procedure to upgrade, I did the following:
- cd /root/fogproject
- git pull
- cd bin
- ./installfog.sh
I got an error :
- Enabling FOGMulticastManager Service…Failed!
While Everything seemed to work fine, my clients dont have access to internet anymore (might not be related to fog ??). My Xubuntu/Fog box is a dual nic box that act as a router for the lab machine that need reimaging from time to time. I followed this guide to configure the router: https://help.ubuntu.com/community/Router
The clients have an ip assigned by dhcp, a gateway, but nothing goes trhu, ping etc…
Like said , I am not sure where to start for troubleshooting this.
Any help is appreicated.