{"id":479,"date":"2016-02-01T10:13:05","date_gmt":"2016-02-01T10:13:05","guid":{"rendered":"http:\/\/www.safekom.pl\/blog\/?p=479"},"modified":"2016-02-01T10:13:05","modified_gmt":"2016-02-01T10:13:05","slug":"checkpoint-rename-interfacow","status":"publish","type":"post","link":"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/","title":{"rendered":"checkpoint &#8211; rename interfac\u00f3w"},"content":{"rendered":"<p>Jak zmieni\u0107 nazwy interfejs\u00f3w sieciowych w checkpoincie, bardzo pomocne gdy robimy upgrade np. \u00a0z UTM1 na nowszy urz\u0105dzenie w mym przypadku jest to model z serii 2200:<\/p>\n<p>wy\u015bwietlamy nazwy interfejs\u00f3w na \u00a0starym urz\u0105dzeniu:<\/p>\n<pre class=\"lang:sh decode:true \">ID==\"0000:01:00.0\", NAME=\"Internal\"\r\nID==\"0000:02:00.0\", NAME=\"External\"\r\nID==\"0000:03:00.0\", NAME=\"DMZ\"\r\nID==\"0000:04:00.0\", NAME=\"Lan1\"\r\nID==\"0000:05:03.0\", NAME=\"Lan2\"\r\nID==\"0000:05:04.0\", NAME=\"Lan3\"<\/pre>\n<p>odnajdujemy plik zaczynaj\u0105cy si\u0119 do 00-*.rules w katalogu\u00a0\/etc\/udev\/rules.d\/ na nowym urz\u0105dzeniu<\/p>\n<pre class=\"lang:sh decode:true\">[Expert@cpmodule]# more \/etc\/udev\/rules.d\/00-T-110-00.rules \r\nID==\"0000:02:00.0\", NAME=\"eth1\"\r\nID==\"0000:03:00.0\", NAME=\"eth2\"\r\nID==\"0000:04:00.0\", NAME=\"eth3\"\r\nID==\"0000:05:00.0\", NAME=\"eth4\"\r\nID==\"0000:06:00.0\", NAME=\"eth5\"\r\nID==\"0000:07:00.0\", NAME=\"Mgmt\"<\/pre>\n<p>przechodzimy do edycji jego zmieniamy tak jak chcemy aby by\u0142o:<\/p>\n<pre class=\"lang:sh decode:true\">vi \/etc\/udev\/rules.d\/00-T-110-00.rules \r\nID==\"0000:02:00.0\", NAME=\"Internal\"\r\nID==\"0000:03:00.0\", NAME=\"External\"\r\nID==\"0000:04:00.0\", NAME=\"DMZ\"\r\nID==\"0000:05:00.0\", NAME=\"Lan1\"\r\nID==\"0000:06:00.0\", NAME=\"Lan2\"\r\nID==\"0000:07:00.0\", NAME=\"Lan3\"<\/pre>\n<p>ipconfig -a przed zmian\u0105:<\/p>\n<pre class=\"lang:sh decode:true \">[Expert@cpmodule]# ifconfig -a\r\nMgmt        Link encap:Ethernet  HWaddr 00:1C:7F:31:46:F1  \r\n            inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0\r\n            UP BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:106 Memory:febe0000-fec00000 \r\n\r\neth1        Link encap:Ethernet  HWaddr 00:1C:7F:31:46:EC  \r\n            BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:82 Memory:fe6e0000-fe700000 \r\n\r\neth2        Link encap:Ethernet  HWaddr 00:1C:7F:31:46:ED  \r\n            BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:106 Memory:fe7e0000-fe800000 \r\n\r\neth3        Link encap:Ethernet  HWaddr 00:1C:7F:31:46:EE  \r\n            BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:90 Memory:fe8e0000-fe900000 \r\n\r\neth4        Link encap:Ethernet  HWaddr 00:1C:7F:31:46:EF  \r\n            BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:74 Memory:fe9e0000-fea00000 \r\n\r\neth5        Link encap:Ethernet  HWaddr 00:1C:7F:31:46:F0  \r\n            BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:82 Memory:feae0000-feb00000 \r\n<\/pre>\n<p>Wykonujemy reboot, po uruchomieniu mamy ju\u017c interfejsy zgodnie ze zmian\u0105.<\/p>\n<p>ipconfig -a po zmianie:<\/p>\n<pre class=\"lang:sh decode:true \">[Expert@cpmodule]# ifconfig -a\r\nDMZ         Link encap:Ethernet  HWaddr 00:1C:7F:31:46:EE  \r\n            BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:90 Memory:fe8e0000-fe900000 \r\n\r\nExternal    Link encap:Ethernet  HWaddr 00:1C:7F:31:46:ED  \r\n            BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:106 Memory:fe7e0000-fe800000 \r\n\r\nInternal    Link encap:Ethernet  HWaddr 00:1C:7F:31:46:EC  \r\n            BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:82 Memory:fe6e0000-fe700000 \r\n\r\nLan1        Link encap:Ethernet  HWaddr 00:1C:7F:31:46:EF  \r\n            BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:74 Memory:fe9e0000-fea00000 \r\n\r\nLan2        Link encap:Ethernet  HWaddr 00:1C:7F:31:46:F0  \r\n            BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:82 Memory:feae0000-feb00000 \r\n\r\nLan3        Link encap:Ethernet  HWaddr 00:1C:7F:31:46:F1  \r\n            BROADCAST MULTICAST  MTU:1500  Metric:1\r\n            RX packets:0 errors:0 dropped:0 overruns:0 frame:0\r\n            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n            collisions:0 txqueuelen:1000 \r\n            RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)\r\n            Interrupt:106 Memory:febe0000-fec00000<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Jak zmieni\u0107 nazwy interfejs\u00f3w sieciowych w checkpoincie, bardzo pomocne gdy robimy upgrade np. \u00a0z UTM1 na nowszy urz\u0105dzenie w mym przypadku jest to model z serii 2200: wy\u015bwietlamy nazwy interfejs\u00f3w na \u00a0starym urz\u0105dzeniu: ID==&#8221;0000:01:00.0&#8243;, NAME=&#8221;Internal&#8221; ID==&#8221;0000:02:00.0&#8243;, NAME=&#8221;External&#8221; ID==&#8221;0000:03:00.0&#8243;, NAME=&#8221;DMZ&#8221; ID==&#8221;0000:04:00.0&#8243;, NAME=&#8221;Lan1&#8243; ID==&#8221;0000:05:03.0&#8243;, NAME=&#8221;Lan2&#8243; ID==&#8221;0000:05:04.0&#8243;, NAME=&#8221;Lan3&#8243; odnajdujemy plik zaczynaj\u0105cy si\u0119 do 00-*.rules w katalogu\u00a0\/etc\/udev\/rules.d\/ na nowym [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"enabled":false},"version":2}},"categories":[8,84],"tags":[29,137,87,136],"class_list":["post-479","post","type-post","status-publish","format-standard","hentry","category-checkpoint","category-lab","tag-checkpoint","tag-ethernet","tag-lab","tag-rename-eth"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>checkpoint - rename interfac\u00f3w - SafeKom Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"checkpoint - rename interfac\u00f3w - SafeKom Blog\" \/>\n<meta property=\"og:description\" content=\"Jak zmieni\u0107 nazwy interfejs\u00f3w sieciowych w checkpoincie, bardzo pomocne gdy robimy upgrade np. \u00a0z UTM1 na nowszy urz\u0105dzenie w mym przypadku jest to model z serii 2200: wy\u015bwietlamy nazwy interfejs\u00f3w na \u00a0starym urz\u0105dzeniu: ID==&quot;0000:01:00.0&quot;, NAME=&quot;Internal&quot; ID==&quot;0000:02:00.0&quot;, NAME=&quot;External&quot; ID==&quot;0000:03:00.0&quot;, NAME=&quot;DMZ&quot; ID==&quot;0000:04:00.0&quot;, NAME=&quot;Lan1&quot; ID==&quot;0000:05:03.0&quot;, NAME=&quot;Lan2&quot; ID==&quot;0000:05:04.0&quot;, NAME=&quot;Lan3&quot; odnajdujemy plik zaczynaj\u0105cy si\u0119 do 00-*.rules w katalogu\u00a0\/etc\/udev\/rules.d\/ na nowym [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/\" \/>\n<meta property=\"og:site_name\" content=\"SafeKom Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/safekompl\" \/>\n<meta property=\"article:published_time\" content=\"2016-02-01T10:13:05+00:00\" \/>\n<meta name=\"author\" content=\"Micha\u0142 Iwa\u0144czuk\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MIwaczuk\" \/>\n<meta name=\"twitter:site\" content=\"@MIwaczuk\" \/>\n<meta name=\"twitter:label1\" content=\"Napisane przez\" \/>\n\t<meta name=\"twitter:data1\" content=\"Micha\u0142 Iwa\u0144czuk\" \/>\n\t<meta name=\"twitter:label2\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minuty\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/\"},\"author\":{\"name\":\"Micha\u0142 Iwa\u0144czuk\",\"@id\":\"https:\/\/www.safekom.pl\/blog\/#\/schema\/person\/fd4cc931b624af4b7353d36d92ba7181\"},\"headline\":\"checkpoint &#8211; rename interfac\u00f3w\",\"datePublished\":\"2016-02-01T10:13:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/\"},\"wordCount\":92,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.safekom.pl\/blog\/#organization\"},\"keywords\":[\"checkpoint\",\"ethernet\",\"lab\",\"rename eth\"],\"articleSection\":[\"Checkpoint\",\"Lab\"],\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/\",\"url\":\"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/\",\"name\":\"checkpoint - rename interfac\u00f3w - SafeKom Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.safekom.pl\/blog\/#website\"},\"datePublished\":\"2016-02-01T10:13:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\/\/www.safekom.pl\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"checkpoint &#8211; rename interfac\u00f3w\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.safekom.pl\/blog\/#website\",\"url\":\"https:\/\/www.safekom.pl\/blog\/\",\"name\":\"SafeKom Blog\",\"description\":\"Notatki Architekta i in\u017cyniera zwi\u0105zanego rozwi\u0105zaniami on-prem\",\"publisher\":{\"@id\":\"https:\/\/www.safekom.pl\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.safekom.pl\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.safekom.pl\/blog\/#organization\",\"name\":\"SafeKom Blog\",\"url\":\"https:\/\/www.safekom.pl\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/www.safekom.pl\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2015\/05\/cropped-logo.png?fit=512%2C512&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2015\/05\/cropped-logo.png?fit=512%2C512&ssl=1\",\"width\":512,\"height\":512,\"caption\":\"SafeKom Blog\"},\"image\":{\"@id\":\"https:\/\/www.safekom.pl\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/safekompl\",\"https:\/\/x.com\/MIwaczuk\",\"https:\/\/www.linkedin.com\/in\/michaliwanczuk\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.safekom.pl\/blog\/#\/schema\/person\/fd4cc931b624af4b7353d36d92ba7181\",\"name\":\"Micha\u0142 Iwa\u0144czuk\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/www.safekom.pl\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cc6dda4ee8d21d1f254147e5ee6f5e38881b88a4a12a5774ca42380597e52014?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cc6dda4ee8d21d1f254147e5ee6f5e38881b88a4a12a5774ca42380597e52014?s=96&d=mm&r=g\",\"caption\":\"Micha\u0142 Iwa\u0144czuk\"},\"description\":\"Pasjonat komputerowy od zawsze oraz maniak w zakresie sieci, wirtualizacji oraz bezpiecze\u0144stwa IT. Kompetentny in\u017cynier z du\u017cym do\u015bwiadczeniem w realizacji projekt\u00f3w informatycznych i telekomunikacyjnych. Wieloletni administrator IT, kt\u00f3ry utrzymuje systemy informatyczne dostosowuj\u0105c je do wymog\u00f3w biznesowych z zapewnieniem dost\u0119pno\u015bci 24\/7\/365.\",\"url\":\"https:\/\/www.safekom.pl\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"checkpoint - rename interfac\u00f3w - SafeKom Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/","og_locale":"pl_PL","og_type":"article","og_title":"checkpoint - rename interfac\u00f3w - SafeKom Blog","og_description":"Jak zmieni\u0107 nazwy interfejs\u00f3w sieciowych w checkpoincie, bardzo pomocne gdy robimy upgrade np. \u00a0z UTM1 na nowszy urz\u0105dzenie w mym przypadku jest to model z serii 2200: wy\u015bwietlamy nazwy interfejs\u00f3w na \u00a0starym urz\u0105dzeniu: ID==\"0000:01:00.0\", NAME=\"Internal\" ID==\"0000:02:00.0\", NAME=\"External\" ID==\"0000:03:00.0\", NAME=\"DMZ\" ID==\"0000:04:00.0\", NAME=\"Lan1\" ID==\"0000:05:03.0\", NAME=\"Lan2\" ID==\"0000:05:04.0\", NAME=\"Lan3\" odnajdujemy plik zaczynaj\u0105cy si\u0119 do 00-*.rules w katalogu\u00a0\/etc\/udev\/rules.d\/ na nowym [&hellip;]","og_url":"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/","og_site_name":"SafeKom Blog","article_publisher":"https:\/\/www.facebook.com\/safekompl","article_published_time":"2016-02-01T10:13:05+00:00","author":"Micha\u0142 Iwa\u0144czuk","twitter_card":"summary_large_image","twitter_creator":"@MIwaczuk","twitter_site":"@MIwaczuk","twitter_misc":{"Napisane przez":"Micha\u0142 Iwa\u0144czuk","Szacowany czas czytania":"3 minuty"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/#article","isPartOf":{"@id":"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/"},"author":{"name":"Micha\u0142 Iwa\u0144czuk","@id":"https:\/\/www.safekom.pl\/blog\/#\/schema\/person\/fd4cc931b624af4b7353d36d92ba7181"},"headline":"checkpoint &#8211; rename interfac\u00f3w","datePublished":"2016-02-01T10:13:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/"},"wordCount":92,"commentCount":0,"publisher":{"@id":"https:\/\/www.safekom.pl\/blog\/#organization"},"keywords":["checkpoint","ethernet","lab","rename eth"],"articleSection":["Checkpoint","Lab"],"inLanguage":"pl-PL","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/","url":"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/","name":"checkpoint - rename interfac\u00f3w - SafeKom Blog","isPartOf":{"@id":"https:\/\/www.safekom.pl\/blog\/#website"},"datePublished":"2016-02-01T10:13:05+00:00","breadcrumb":{"@id":"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-rename-interfacow\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/www.safekom.pl\/blog\/"},{"@type":"ListItem","position":2,"name":"checkpoint &#8211; rename interfac\u00f3w"}]},{"@type":"WebSite","@id":"https:\/\/www.safekom.pl\/blog\/#website","url":"https:\/\/www.safekom.pl\/blog\/","name":"SafeKom Blog","description":"Notatki Architekta i in\u017cyniera zwi\u0105zanego rozwi\u0105zaniami on-prem","publisher":{"@id":"https:\/\/www.safekom.pl\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.safekom.pl\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/www.safekom.pl\/blog\/#organization","name":"SafeKom Blog","url":"https:\/\/www.safekom.pl\/blog\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/www.safekom.pl\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2015\/05\/cropped-logo.png?fit=512%2C512&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2015\/05\/cropped-logo.png?fit=512%2C512&ssl=1","width":512,"height":512,"caption":"SafeKom Blog"},"image":{"@id":"https:\/\/www.safekom.pl\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/safekompl","https:\/\/x.com\/MIwaczuk","https:\/\/www.linkedin.com\/in\/michaliwanczuk\/"]},{"@type":"Person","@id":"https:\/\/www.safekom.pl\/blog\/#\/schema\/person\/fd4cc931b624af4b7353d36d92ba7181","name":"Micha\u0142 Iwa\u0144czuk","image":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/www.safekom.pl\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cc6dda4ee8d21d1f254147e5ee6f5e38881b88a4a12a5774ca42380597e52014?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cc6dda4ee8d21d1f254147e5ee6f5e38881b88a4a12a5774ca42380597e52014?s=96&d=mm&r=g","caption":"Micha\u0142 Iwa\u0144czuk"},"description":"Pasjonat komputerowy od zawsze oraz maniak w zakresie sieci, wirtualizacji oraz bezpiecze\u0144stwa IT. Kompetentny in\u017cynier z du\u017cym do\u015bwiadczeniem w realizacji projekt\u00f3w informatycznych i telekomunikacyjnych. Wieloletni administrator IT, kt\u00f3ry utrzymuje systemy informatyczne dostosowuj\u0105c je do wymog\u00f3w biznesowych z zapewnieniem dost\u0119pno\u015bci 24\/7\/365.","url":"https:\/\/www.safekom.pl\/blog\/author\/admin\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7i9ri-7J","jetpack-related-posts":[{"id":1916,"url":"https:\/\/www.safekom.pl\/blog\/lab\/heterogeniczna-infrastruktura-sieciowa-vol-1\/","url_meta":{"origin":479,"position":0},"title":"Heterogeniczna infrastruktura sieciowa vol. 1","author":"Micha\u0142 Iwa\u0144czuk","date":"01.08.2017","format":false,"excerpt":"Ostatnio pracuj\u0119 w \u015brodowisku heterogenicznej infrastruktury sieciowej. Ale co to znaczy dzi\u015b heterogeniczna infrastruktura sieciowa jest to tw\u00f3r w kt\u00f3rym mamy kliku r\u00f3\u017cnych producent\u00f3w sprz\u0119tu. Co raz cz\u0119\u015bciej w spotykam si\u0119 z sytuacj\u0105, \u017ce dany blog funkcjonalny jest realizowany przez jakiego\u015b producenta, np. sie\u0107 WAN Sie\u0107 LAN Sie\u0107 DC z\u2026","rel":"","context":"In &quot;Arista&quot;","block_context":{"text":"Arista","link":"https:\/\/www.safekom.pl\/blog\/category\/arista\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2017\/06\/cropped-logo-rastrowe-bez-t%C5%82a.png?fit=512%2C512&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":452,"url":"https:\/\/www.safekom.pl\/blog\/ibm\/hmc-wymiana-plyty-brak-interfejsow-sieciowych\/","url_meta":{"origin":479,"position":1},"title":"HMC &#8211; wymiana p\u0142yty brak interfejs\u00f3w sieciowych","author":"Micha\u0142 Iwa\u0144czuk","date":"18.12.2015","format":false,"excerpt":"Ostatnio po wizycie Serwisu IBM - wymiana p\u0142yty nie by\u0142o widocznych interfejs\u00f3w wszystkich tak jak by\u0142y przed. W mym przypadku mia\u0142em chocia\u017c eth0 na kt\u00f3rym mia\u0142em adresacj\u0119 do zarz\u0105dzania power machine pod\u0142\u0105czy\u0142em si\u0119 po ssh po eth0 tylko jak przej\u015b\u0107 do sudo - troch\u0119 googlowania i znalaz\u0142em export x='() {\u2026","rel":"","context":"In &quot;IBM&quot;","block_context":{"text":"IBM","link":"https:\/\/www.safekom.pl\/blog\/category\/ibm\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":581,"url":"https:\/\/www.safekom.pl\/blog\/f5\/f5-pierwsze-uruchomienie\/","url_meta":{"origin":479,"position":2},"title":"F5 &#8211; pierwsze uruchomienie","author":"Micha\u0142 Iwa\u0144czuk","date":"23.02.2016","format":false,"excerpt":"Poni\u017cej przedstawi\u0119 jak wygl\u0105da pierwsze uruchomienie urz\u0105dzenie F5. Krok 1 zmieniamy ip na Interfejsie MGMT wykonujemy za pomoc\u0105 menu oraz klawiszy na urz\u0105dzeniu: Menu > System > Platform > Management Port Ip address -- ustawiamy nasz adres ip netowrk mask - nasza maska management route - nasza brama Krok 2\u2026","rel":"","context":"In &quot;F5&quot;","block_context":{"text":"F5","link":"https:\/\/www.safekom.pl\/blog\/category\/f5\/"},"img":{"alt_text":"f5_01","src":"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/02\/f5_01.png?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/02\/f5_01.png?resize=350%2C200 1x, https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/02\/f5_01.png?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/02\/f5_01.png?resize=700%2C400 2x, https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/02\/f5_01.png?resize=1050%2C600 3x, https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/02\/f5_01.png?resize=1400%2C800 4x"},"classes":[]},{"id":468,"url":"https:\/\/www.safekom.pl\/blog\/palo-alto\/lab-palo-vmka-dodanie-interfejsu\/","url_meta":{"origin":479,"position":3},"title":"LAB &#8211; Palo VMka dodanie interfejsu","author":"Micha\u0142 Iwa\u0144czuk","date":"22.01.2016","format":false,"excerpt":"Ostatnio odpala\u0142em vmk\u0119 z Palo, importuj\u0119 sobie plik ova do Workstation., wchodz\u0119 w edycj\u0119 patrz\u0119 a tam jest tylko 2 interfejsy sieciowe. Dodaj\u0119 kolejny uruchamiam maszyn\u0119 i tu nagle zonk maszyna nie podnosi si\u0119, widz\u0119 taki screen: w chodz\u0119 w plik konfiguracyjny maszyny wirtualnej (plik vmx w katalogu gdzie importowali\u015bmy\u2026","rel":"","context":"In &quot;Lab&quot;","block_context":{"text":"Lab","link":"https:\/\/www.safekom.pl\/blog\/en\/category\/lab\/"},"img":{"alt_text":"pa01","src":"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/01\/pa01.png?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/01\/pa01.png?resize=350%2C200 1x, https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/01\/pa01.png?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/01\/pa01.png?resize=700%2C400 2x"},"classes":[]},{"id":1415,"url":"https:\/\/www.safekom.pl\/blog\/vmware\/home-lab-nsx-6-2-4-tworzenie-nsx-controller-oraz-przygotowanie-hostow\/","url_meta":{"origin":479,"position":4},"title":"Home Lab &#8211; NSX 6.2.4 tworzenie NSX Controller oraz przygotowanie host\u00f3w","author":"Micha\u0142 Iwa\u0144czuk","date":"10.11.2016","format":false,"excerpt":"We wcze\u015bniejszym wpisie pokaza\u0142em jak zainstalowa\u0107 NSX Managera, dzi\u015b skupimy si\u0119 na instalowaniu NSX Controler. NSX Controller Co to jest ten Controler NSX - w skr\u00f3cie mo\u017cna go por\u00f3wna\u0107 do Control Plane kt\u00f3ry mo\u017cemy znale\u017a\u0107 w fizycznym urz\u0105dzeniu. Przechodzimy do dzia\u0142a\u0144, przepraszam za ba\u0142agan ale podczas instalacji napotka\u0142em si\u0119 na\u2026","rel":"","context":"In &quot;Lab&quot;","block_context":{"text":"Lab","link":"https:\/\/www.safekom.pl\/blog\/en\/category\/lab\/"},"img":{"alt_text":"nsx_con01","src":"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/11\/nsx_con01.png?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/11\/nsx_con01.png?resize=350%2C200 1x, https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/11\/nsx_con01.png?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2016\/11\/nsx_con01.png?resize=700%2C400 2x"},"classes":[]},{"id":412,"url":"https:\/\/www.safekom.pl\/blog\/checkpoint\/checkpoint-pierwsze-uruchomienie\/","url_meta":{"origin":479,"position":5},"title":"CheckPoint pierwsze uruchomienie","author":"Micha\u0142 Iwa\u0144czuk","date":"30.10.2015","format":false,"excerpt":"Poni\u017cej przedstawi\u0119 krok po kroku jak wygl\u0105da pierwsze uruchomienie w wersji Gaia 77.30. Aby dosta\u0107 si\u0119 do urz\u0105dzenia musimy pod\u0142\u0105czy\u0107 si\u0119 do interfejsu MGMT, w mym przypadku b\u0119dzie to port 8. Przy pierwszym uruchomieniu interfejs jest zaadresowany adresem 192.168.1.1. Musimy pod\u0142\u0105czy\u0107 si\u0119 PC do tego portu i z poziomu przegl\u0105darki\u2026","rel":"","context":"In &quot;Checkpoint&quot;","block_context":{"text":"Checkpoint","link":"https:\/\/www.safekom.pl\/blog\/category\/checkpoint\/"},"img":{"alt_text":"cp1","src":"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2015\/10\/cp1.png?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2015\/10\/cp1.png?resize=350%2C200 1x, https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2015\/10\/cp1.png?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2015\/10\/cp1.png?resize=700%2C400 2x, https:\/\/i0.wp.com\/www.safekom.pl\/blog\/wp-content\/uploads\/2015\/10\/cp1.png?resize=1050%2C600 3x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.safekom.pl\/blog\/wp-json\/wp\/v2\/posts\/479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.safekom.pl\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.safekom.pl\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.safekom.pl\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.safekom.pl\/blog\/wp-json\/wp\/v2\/comments?post=479"}],"version-history":[{"count":0,"href":"https:\/\/www.safekom.pl\/blog\/wp-json\/wp\/v2\/posts\/479\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.safekom.pl\/blog\/wp-json\/wp\/v2\/media?parent=479"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.safekom.pl\/blog\/wp-json\/wp\/v2\/categories?post=479"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.safekom.pl\/blog\/wp-json\/wp\/v2\/tags?post=479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}