2

In Backtrack I entered this command :

vi /etc/network/interfaces

And then set these lines :

iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.0
gateway 192.168.1.1

Saved and exited, then restarted my OS. But when I enter ifconfig command, it shows me that the:

inet addr :192.168.1.105

Why ?

I am sure that the previous vi command is saved because when I again enter command:

vi /etc/network/interfaces

the result shows me that:

iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.0
gateway 192.168.1.1
Kusalananda
  • 320,670
  • 36
  • 633
  • 936
user30461
  • 21
  • 1

1 Answers1

0

In my debian11 version,the NetworkManager will conflict with Connman.I find that Connman is much better than NetworkManager,please have a try.

showkey
  • 79
  • 23
  • 67
  • 128