01-21-2017, 06:31 AM
Can anyone help me configure my static IP for Pine.
I have ASUS router behind ISP modem and I connect to it on 192.168.2.1
Now I have setup static IP on pine but I'm doing something wrong!
(lack of knowledge)
/etc/network/interfaces:
ipconfig:
I have ASUS router behind ISP modem and I connect to it on 192.168.2.1
Now I have setup static IP on pine but I'm doing something wrong!
(lack of knowledge)
/etc/network/interfaces:
Code:
interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
# source-directory /etc/network/interfaces.d
# commented out, so it doesnt conflict with this config
# Disable wlan1 by default (8723bs has two intefaces)
iface wlan1 inet manual
auto eth0
iface eth0 inet static
address 192.168.2.172
network 192.168.2.0
netmask 255.255.255.0
gateway 192.168.2.1
ipconfig: