Static IP setup on Ubuntu 14.04 [on hold]
I have followed lots of instructions to set up a static IP address on Ubuntu 14.04. But its not working.
I have edited /etc/network/interfaces
to have the following, but it is not working.
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 172.25.162.19
netmask 255.255.255.0
gateway 172.25.162.1
dns-nameservers 172.25.10.12
I also changed the settings using GUI for Wired Connection 1. Still no luck.
14.04 networking static-ip
put on hold as unclear what you're asking by Pilot6, Thomas, Emmet, Eric Carvalho, waltinator 6 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I have followed lots of instructions to set up a static IP address on Ubuntu 14.04. But its not working.
I have edited /etc/network/interfaces
to have the following, but it is not working.
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 172.25.162.19
netmask 255.255.255.0
gateway 172.25.162.1
dns-nameservers 172.25.10.12
I also changed the settings using GUI for Wired Connection 1. Still no luck.
14.04 networking static-ip
put on hold as unclear what you're asking by Pilot6, Thomas, Emmet, Eric Carvalho, waltinator 6 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
Can you elaborate "not working"?
– Pilot6
Mar 13 at 16:00
3
Did you take the interface down and up? Most settings are applied on interface going up.
– waltinator
Mar 13 at 16:08
@waltinator, How to do that?
– Sabbir
Mar 14 at 9:57
@Pilot6, Can not browse anything
– Sabbir
Mar 14 at 10:00
To bounce the network,sudo ifconfig eth0 down;sudo ifconfig eth0 up
– waltinator
Mar 14 at 13:22
add a comment |
I have followed lots of instructions to set up a static IP address on Ubuntu 14.04. But its not working.
I have edited /etc/network/interfaces
to have the following, but it is not working.
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 172.25.162.19
netmask 255.255.255.0
gateway 172.25.162.1
dns-nameservers 172.25.10.12
I also changed the settings using GUI for Wired Connection 1. Still no luck.
14.04 networking static-ip
I have followed lots of instructions to set up a static IP address on Ubuntu 14.04. But its not working.
I have edited /etc/network/interfaces
to have the following, but it is not working.
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 172.25.162.19
netmask 255.255.255.0
gateway 172.25.162.1
dns-nameservers 172.25.10.12
I also changed the settings using GUI for Wired Connection 1. Still no luck.
14.04 networking static-ip
14.04 networking static-ip
edited 18 hours ago
Zanna
51k13138242
51k13138242
asked Mar 13 at 15:59
SabbirSabbir
1
1
put on hold as unclear what you're asking by Pilot6, Thomas, Emmet, Eric Carvalho, waltinator 6 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Pilot6, Thomas, Emmet, Eric Carvalho, waltinator 6 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
Can you elaborate "not working"?
– Pilot6
Mar 13 at 16:00
3
Did you take the interface down and up? Most settings are applied on interface going up.
– waltinator
Mar 13 at 16:08
@waltinator, How to do that?
– Sabbir
Mar 14 at 9:57
@Pilot6, Can not browse anything
– Sabbir
Mar 14 at 10:00
To bounce the network,sudo ifconfig eth0 down;sudo ifconfig eth0 up
– waltinator
Mar 14 at 13:22
add a comment |
3
Can you elaborate "not working"?
– Pilot6
Mar 13 at 16:00
3
Did you take the interface down and up? Most settings are applied on interface going up.
– waltinator
Mar 13 at 16:08
@waltinator, How to do that?
– Sabbir
Mar 14 at 9:57
@Pilot6, Can not browse anything
– Sabbir
Mar 14 at 10:00
To bounce the network,sudo ifconfig eth0 down;sudo ifconfig eth0 up
– waltinator
Mar 14 at 13:22
3
3
Can you elaborate "not working"?
– Pilot6
Mar 13 at 16:00
Can you elaborate "not working"?
– Pilot6
Mar 13 at 16:00
3
3
Did you take the interface down and up? Most settings are applied on interface going up.
– waltinator
Mar 13 at 16:08
Did you take the interface down and up? Most settings are applied on interface going up.
– waltinator
Mar 13 at 16:08
@waltinator, How to do that?
– Sabbir
Mar 14 at 9:57
@waltinator, How to do that?
– Sabbir
Mar 14 at 9:57
@Pilot6, Can not browse anything
– Sabbir
Mar 14 at 10:00
@Pilot6, Can not browse anything
– Sabbir
Mar 14 at 10:00
To bounce the network,
sudo ifconfig eth0 down;sudo ifconfig eth0 up
– waltinator
Mar 14 at 13:22
To bounce the network,
sudo ifconfig eth0 down;sudo ifconfig eth0 up
– waltinator
Mar 14 at 13:22
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
3
Can you elaborate "not working"?
– Pilot6
Mar 13 at 16:00
3
Did you take the interface down and up? Most settings are applied on interface going up.
– waltinator
Mar 13 at 16:08
@waltinator, How to do that?
– Sabbir
Mar 14 at 9:57
@Pilot6, Can not browse anything
– Sabbir
Mar 14 at 10:00
To bounce the network,
sudo ifconfig eth0 down;sudo ifconfig eth0 up
– waltinator
Mar 14 at 13:22