{"id":3130,"date":"2016-04-20T20:32:20","date_gmt":"2016-04-20T20:32:20","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=3130"},"modified":"2016-04-20T20:32:20","modified_gmt":"2016-04-20T20:32:20","slug":"opensuse-network-setup","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2016\/04\/20\/opensuse-network-setup\/","title":{"rendered":"openSUSE Network Setup"},"content":{"rendered":"<p>Add the default gateway on your Suse Linux System<\/p>\n<p>Here we use the route add default gw command.  Doing this at the command line dynamically sets the kernels routing table so none local packets are routed to the defined gateway. <\/p>\n<p>This won\u2019t survive any reboots.  See below on how to make it permanent. But here, we add the default gateway from the command line.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# route add default gw 10.10.21.1  eth0\n\n<\/pre>\n<p>Make the default gateway permanent in Suse Linux<\/p>\n<p>This configuration won\u2019t survive a reboot. To make a default route permanent in Suse Linux, you need to add an entry in the \/etc\/sysconfig\/network\/routes file as follows:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# echo \u201cdefault 10.10.21.1 \u2013 -\u201d &gt; \/etc\/sysconfig\/network\/routes\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Add the default gateway on your Suse Linux System Here we use the route add default gw command. Doing this at the command line dynamically sets the kernels routing table so none local packets are routed to the defined gateway. This won\u2019t survive any reboots. See below on how to make it permanent. But here, &#8230; <a title=\"openSUSE Network Setup\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2016\/04\/20\/opensuse-network-setup\/\" aria-label=\"Read more about openSUSE Network Setup\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[78],"tags":[],"class_list":["post-3130","post","type-post","status-publish","format-standard","hentry","category-opensuse"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/3130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=3130"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/3130\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=3130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=3130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=3130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}