What's new

Closed Linux changing ip address how ?

Status
Not open for further replies.

Welcome Guest

Eternal Poster
Joined
Nov 29, 2015
Posts
1,000
Reaction
146
Points
509
Age
27
Mga aydol possible po bang ma change ko ung ip add ko using linux ? Tinry ko po kasi ung ifconfig wlan0 to change my ip. Then pag connect ko sa wifi is bumalik ung default ip ko...
 
Kung gusto mo ichange to static yung IP address mo follow this po:

edit mo /etc/network/interfaces using vim/nano/leafpad

Sample config

iface eth0 inet static
address 192.168.1.10
network 192.168.1.0
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.254

Save mo tpos restart mo yung service: /etc/init.d/networking restart
 
Status
Not open for further replies.
Back
Top