고졸백수해킹일기

linux static ip 본문

etc

linux static ip

ExploitSori 2020. 9. 24. 16:59

/etc/network/interfaces

 

auto eth0 #interface
iface eth0 inet static #interface
address 0.0.0.0 #ip
network 0.0.0.0 #network domain
netmask 255.255.255.128  #subnet mask
gateway 0.0.0.0  #gateway
broadcast 0.0.0.0 # broadcast

 

 

auto eth0
iface eth0 inet static
address 
network 
netmask 255.255.255.128
gateway 218.50.155.129
broadcast 210.94.0.73

'etc' 카테고리의 다른 글

이미지 누끼 뜨기 좋은 사이트  (0) 2021.09.24
linux ram disk 만들기  (0) 2020.09.14
nginx https 적용  (0) 2019.03.24
윈도우 환경변수 설정  (0) 2019.01.22
이모저모  (1) 2018.09.26