Category Archives: Uncategorized

Setting primary interface in ubuntu

Unlike CentOS, ubuntu doesn’t provide a nice tool to set default routes when there are more than 1 ethernet interfaces are connected at the same time. It is possible to set up a static route with post-up but it is still difficult to do if the DHCP range is dynamic and you can’t accurately determine the proper gateway.

I was able to reliably implement it with the following settings.
Open /etc/network/interfaces file and
Add the following line to all other interfaces that does NOT act as a default gateway.

post-up route del default dev $IFACE

 

This code, instead of setting a default route, basically removes undesired default routes as the device goes up.

Example configuration when you want to use ens160 as default route:

auto ens172
iface ens172 inet dhcp
post-up route del default dev $IFACE

auto ens192
iface ens192 inet dhcp
post-up route del default dev $IFACE

# The primary network interface
auto ens160
iface ens160 inet dhcp

인도판 트리플 심 폰 리뷰

이번에 인도에서 4G 가 지원되는 트리플 심카드 폰이 있다고 해서 서브폰 용도로 구매함
가격도 저렴해서 괜찮은 선택 같았음
심지어 트리플 스탠바이 (4G + 4G + 4G) 라고 함

해외 번호로 전화받을 일 있을때 맨날 서브폰 찾는거 귀찮았었는데 이를 한번에 해결해주니 기대가 컸음

박스

조금 허접하긴 함

제조도 인도에서 함

아이폰을 벤치마킹한거같은 구성품

휴대폰 자체는 깔끔하고 괜찮았음

뒷면

액정도 선명하고 괜찮은데 왜인지 네트워크를 한개밖에 못잡음

분명 사용중인 심카드이고 인식도 잘되는데 이상하게 네트워크 연결이 실패가 뜸

한참 뺐다가 꼈다가 해봤는데

알고보니 애초에 4G+4G+4G란게 구라였음 4G+2G+2G임
하나가 4G로 연결되면 나머지는 다 2G밖에 못씀
우리나라는 2G망이 없으므로 사실상 하나밖에 연결을 못함

다음부터 인도판 물건을 살때는 두번 생각해보고 사야겠네요