Python / Odoo Developer

Welcome!

This community is for professionals and enthusiasts of our products and services. Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

0

Linux Network Configuration

Avatar
Administrator

Open

To configure dynamic IP address edit /etc/network/interfaces file in this way

    auto eth0

    allow-hotplug eth0

    iface eth0 inet dhcp

To configure static IP address edit /etc/network/interfaces file in this way

 auto eth0   

 iface eth0 inet static

        address 192.0.2.7                your address

        netmask 255.255.255.0       typical value is 255.255.255.0

        gateway 192.0.2.254           router address

Avatar
Abbandona