Linux Network Configuration
Uploader Comments (elithecomputerguy)
Top Comments
-
1 dislike is a windows user (-:
-
Are you a prison inmate??? always orange!
All Comments (41)
-
Hello ELi I have a couple questions as I am a Network Security major and working primarliy in Linux. I am now learning OPENBSD..do you have any experience with openbsd, if so can you make a tutorial? My next question is for the UFW firewall used in other distro's other than UBUnTU? I am currently taking a firewalls class , and learning IPTABLES. Thank you for your help...great vids
-
Great video. A lot was review, but I did learn some new things. You should do one on samba!
-
write more clearly understood as it is not your handwriting and you can not follow the video,please
-
@123456iambelial Nevermind, i figured it out.
For those who does not know you would need to edit two files:
/etc/hostname and /etc/hosts then just change the current hostname. The /etc/hostname there should be only 1 line, so change that then for /etc/hosts there are 2 hostname you need to change and both are located in the 2nd line.
Cheers
-
Is the /bin/hostname will temporary change your hostname?
I tried it and it worked, but when I rebooted the VM it went back to its original hostname.
-
Hello Eli i have a problem with my laptop (its a lenovo R61) i have the problem with it says error DLL i missing and next time i turn it on the screen i Crashd (i gonna send a picture of it if you want to se how it loks then give me your e-mail)
(sorry if i spell somthing wrong i am from denmark)
how i can change my ip i used sudo dhclient but it give me the same ip :(
and i used ifconfig eth0 xxx.xxx.x.x cant send request to the server ??
anyone have any idea ??
Badboysvsgoodboys 1 month ago
@Badboysvsgoodboys It will keep giving you the same IP unless the server decides to assign a different one. If you need a specific IP you need to edit the interfaces file.
elithecomputerguy 1 month ago
@elithecomputerguy when i use this command vim /etc/network/interfaces
i get this massage sudo: vim: command not found
i use linux desktop
and when i open the file without vim command i find this code
auto lo
iface lo inet loopback
its not like eth0
Badboysvsgoodboys 1 month ago
@Badboysvsgoodboys you have to install vim... run: sudo apt-get install vim... and then use it...
elithecomputerguy 1 month ago