Everytime I set a STATIC IP to GLOBAL not getting a PING
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet [GLOBAL_STATIC_IP] netmask 255.255.255.128 broadcast [BROADCAST_IP]
NETWORK PING | DOES NOT WORK.
IF I set DHCP even though the SAME GLOBAL STATIC IP there is a ping
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet [SAME_GLOBAL_STATIC_IP_BUT_DHCP_OPTION_WICKED] netmask 255.255.255.128 broadcast [BROADCAST_IP]
NETWORK PING | WORK.
If I set local address (192.168.#.#) instead of global static it begins to work as it should and ping,
SETUP is a VPS on a FreeBSD GATEWAY box.
Any Debug Command let me know not to familiar with Suse only use this OS on Vici installs.
You explain that you are setting all sorts of configuration variable, but you fail to tell how you did that and what you are using to configure your network. Remark that there are (at least) three ways to configure the network on an openSUSE system and also take into account that we aren’t mind readers.
And it looks as if you show some output, but we do not know which commands are used to get that output. So please always copy/paste between the CODE tags complete: as first line the prompt and the command, then all output and as last line the new prompt. Only so can we see what you did and saw.
It does not matter BOOTPROTO=STATIC + GLOBAL IP (given by my ISP) if I use yast or directly editing ifcfg it does not ping outside, if I edit DHCP in bootproto or edit in yast to DHCP ping works with GLOBAL.
The above statements regarding the parameter of GATEWAY still doesn’t explain WHY when I did it originally within Yast same issue with connection occurred if I assign a global static ip. The VM had originally IPADDR, but I began experimenting with OLD centos parameters (uses wicked at least my old version settings) since I thought maybe it was missing some GATEWAY settings.