---
title: "[メモ]FITELnet F200とNCXX UX302NCでpovo2.0に繋ぐ[モバイル回線バックアップ]"
id: "7252"
type: "post"
slug: "%e3%83%a1%e3%83%a2fitelnet-f200%e3%81%a8ncxx-ux302nc%e3%81%a7povo2-0%e3%81%ab%e7%b9%8b%e3%81%90%e3%83%a2%e3%83%90%e3%82%a4%e3%83%ab%e5%9b%9e%e7%b7%9a%e3%83%90%e3%83%83%e3%82%af%e3%82%a2%e3%83%83"
published_at: "2025-07-10T03:45:35+00:00"
modified_at: "2025-07-10T03:08:54+00:00"
url: "https://www.okin-jp.net/archives/7252"
markdown_url: "https://www.okin-jp.net/archives/7252.md"
excerpt: "MacのWindowsAppからxrdpにrdp接続するとusキーボードになってしまうので調査 Continue reading"
taxonomy_category:
  - "Furukawa"
taxonomy_post_tag:
  - "FITELnet"
  - "FITELnet F200"
  - "NCXX UX302NC"
---

## 概要

FITELnet F200とNCXX UX302NCでpovo2.0に繋ぐ設定例を紹介する。

## 構成と設定

想定構成

- USB 1: NCXX UX302NC

### 最小限の設定例

povo20.conf

conf t interface dialer 1 ip nat inside source list 1 interface caller *99***1# ppp account user@povo.jp povo exit interface modem 1 idle-timer send off idle-timer receive off forced disconnect packet off forced disconnect cumulative-time off auto connect on continuous modem out-strings init 1 at+cgdcont=1,"IP","povo.jp" physical-layer usb 1 exit end

| 12345678910111213141516 | conf tinterface dialer 1 ip nat inside source list 1 interface caller *99***1# ppp account user@povo.jp povoexitinterface modem 1 idle-timer send off idle-timer receive off forced disconnect packet off forced disconnect cumulative-time off auto connect on continuous modem out-strings init 1 at+cgdcont=1,"IP","povo.jp" physical-layer usb 1exitend |
| --- | --- |

### 設定後の状態

設定が入り通信できる状態になると以下のようになる

console.log

Router#show usb 1 modem-info INFO0 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO1 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO2 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO3 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO4 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO5 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO6 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO7 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO8 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO9 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK Signal level: not supported Signal quality -81dBm for 0000:00:00:00 Router# ping 1.1.1.1 Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/72/150 ms Router#show interface dialer 1 DIALER1 is up name is not configured interface is modem 1 dialer map is *99***1# caller *99***1# lcpKeepalive:off period:0(sec) retryCount:0(times) Last clearing of "show interface" packet counters never Statistics: 5 packets input 520 bytes input, 0 errors 5 unicasts, 0 broadcasts, 0 multicasts 0 discards, 0 unknown protocol 5 packets output 520 bytes output, 0 errors 5 unicasts, 0 broadcasts, 0 multicasts 0 discards Router#show interface modem 1 Modem1 is connected DIALER1 occupies Physical-layer usb 1 Auto connect mode is on continuous MTU is 1500 bytes Modem Send Idle-timeout off Modem Receive Idle-timeout off Modem Lcp Restart 300 (x10ms) Modem Lcp Maxtimes 10 Modem Packet Limiter (Not active) Modem Cumulative-time Limiter (Not active) Modem signal-level monitoring off Modem signal-level logging off Modem signal-quality monitoring off Modem signal-quality logging off Modem initial string: at+cgdcont=1,"IP","povo.jp" Modem special-initial string: Statistics: 1 connect count 0 connected count 0 connect fail count Router#show ip interface dialer 1 DIALER1 is up IPv4 is enabled pointTopoint IP address is 100.XXX.XXX.XXX, subnet mask is 255.255.255.255 Destination address is 0.0.0.0 Router#ping 1.1.1.1 Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/62/150 ms

| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 | Router#show usb 1 modem-info INFO0 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO1 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO2 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO3 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO4 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO5 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO6 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO7 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO8 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK INFO9 - Manufacturer: NCXX Inc. Model: UX302NC Revision: v1.0.8 IMEI: 3516XXXXXXXXXXX +GCAP: +CGSM OK Signal level: not supported Signal quality -81dBm for 0000:00:00:00 Router# ping 1.1.1.1Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 40/72/150 ms Router#show interface dialer 1 DIALER1 is up name is not configured interface is modem 1 dialer map is *99***1# caller *99***1# lcpKeepalive:off period:0(sec) retryCount:0(times) Last clearing of "show interface" packet counters never Statistics: 5 packets input 520 bytes input, 0 errors 5 unicasts, 0 broadcasts, 0 multicasts 0 discards, 0 unknown protocol 5 packets output 520 bytes output, 0 errors 5 unicasts, 0 broadcasts, 0 multicasts 0 discards Router#show interface modem 1 Modem1 is connected DIALER1 occupies Physical-layer usb 1 Auto connect mode is on continuous MTU is 1500 bytes Modem Send Idle-timeout off Modem Receive Idle-timeout off Modem Lcp Restart 300 (x10ms) Modem Lcp Maxtimes 10 Modem Packet Limiter (Not active) Modem Cumulative-time Limiter (Not active) Modem signal-level monitoring off Modem signal-level logging off Modem signal-quality monitoring off Modem signal-quality logging off Modem initial string: at+cgdcont=1,"IP","povo.jp" Modem special-initial string: Statistics: 1 connect count 0 connected count 0 connect fail count Router#show ip interface dialer 1 DIALER1 is upIPv4 is enabledpointTopoint IP address is 100.XXX.XXX.XXX, subnet mask is 255.255.255.255 Destination address is 0.0.0.0 Router#ping 1.1.1.1Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 40/62/150 ms |
| --- | --- |

### うまくいかないとき

#### NDISモードになっている

NDISモードのときは以下のように認識される。この状態のときは動かないため、Windows PCのConnection ManagerでRASモード(modem)に設定して保存する。その他うまくいかないときもConnection Managerで状態を確認して再設定する。

console-ndis.log

Router#show usb 1 modem-info INFO0 - INFO1 - INFO2 - INFO3 - INFO4 - INFO5 - INFO6 - INFO7 - INFO8 - INFO9 -

| 1234567891011 | Router#show usb 1 modem-info INFO0 - INFO1 - INFO2 - INFO3 - INFO4 - INFO5 - INFO6 - INFO7 - INFO8 - INFO9 - |
| --- | --- |

[https://www.okin-jp.net/%e3%82%b9%e3%82%af%e3%83%aa%e3%83%bc%e3%83%b3%e3%82%b7%e3%83%a7%e3%83%83%e3%83%88-2025-07-10-115413](https://www.okin-jp.net/%e3%82%b9%e3%82%af%e3%83%aa%e3%83%bc%e3%83%b3%e3%82%b7%e3%83%a7%e3%83%83%e3%83%88-2025-07-10-115413)

## 付録

### 全体構成例

- LAN1
  - 192.168.0.0/24 DHCPでのアドレス配布

- デフォルトルートをモバイル回線に設定
- adminパスワード未設定

config.conf

! ! FITELnet F200 ! MAC Address: 0080.bd43.0994 ! Hardware version: Ver 01.01-020910 ! Firmware version: V01.27(00) 052325 ! ! LAST EDIT 00:33:46 2025/07/10 ! LAST REFRESH 00:35:18 2025/07/10 ! LAST SAVE 00:33:55 2025/07/10 ! ! ! ! ! ! ! ! ! ! ! ! ! ip route 0.0.0.0 0.0.0.0 dialer 1 ! access-list 1 permit 192.168.0.0 0.0.0.255 ! ! ! ! ! ! ! ! proxydns mode v4 ! ! ! ! ! ! ! ! service dhcp-server ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ip dhcp pool lan 1 dns-server 0.0.0.0 default-router 0.0.0.0 exit ! interface dialer 1 ip nat inside source list 1 interface caller *99***1# ppp account user@povo.jp povo exit interface lan 1 ip address 192.168.0.1 255.255.255.0 exit interface modem 1 idle-timer send off idle-timer receive off forced disconnect packet off forced disconnect cumulative-time off auto connect on continuous modem out-strings init 1 at+cgdcont=1,"IP","povo.jp" physical-layer usb 1 exit ! ! ! line lan lag mode enable exit ! ! ! ! ! ! ! ! ! ! ! ! ! ! end

| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 | !! FITELnet F200 ! MAC Address: 0080.bd43.0994! Hardware version: Ver 01.01-020910 ! Firmware version: V01.27(00) 052325!! LAST EDIT 00:33:46 2025/07/10! LAST REFRESH 00:35:18 2025/07/10! LAST SAVE 00:33:55 2025/07/10!!!!!!!!!!!!!ip route 0.0.0.0 0.0.0.0 dialer 1!access-list 1 permit 192.168.0.0 0.0.0.255!!!!!!!!proxydns mode v4!!!!!!!!service dhcp-server!! !!!!!!!!!!!!!!!!!!!!!! !ip dhcp pool lan 1 dns-server 0.0.0.0 default-router 0.0.0.0exit!interface dialer 1 ip nat inside source list 1 interface caller *99***1# ppp account user@povo.jp povoexitinterface lan 1 ip address 192.168.0.1 255.255.255.0exitinterface modem 1 idle-timer send off idle-timer receive off forced disconnect packet off forced disconnect cumulative-time off auto connect on continuous modem out-strings init 1 at+cgdcont=1,"IP","povo.jp" physical-layer usb 1exit!!!line lan lag mode enableexit!!!!!!!!!!!!!!end |
| --- | --- |

### 参考

[ワイヤレス接続 ～ NTTコミュニケーションズのデータ通信端末(MF112A,UX302NC,UX302NC-R)を使用する ～ https://www.furukawa.co.jp/fitelnet/product/f200/setting/detail/wireless17.html](https://www.furukawa.co.jp/fitelnet/product/f200/setting/detail/wireless17.html)

![おきん(blog)](https://secure.gravatar.com/avatar/90fa8845304183a491e9f3bfa0a6a44e46e25882407e4aa652815d725d55bd8c?s=100&r=g)

[おきん(blog)](https://www.okin-jp.net/archives/author/oops-okin)

[https://mi.okin-jp.net/@okin_p](https://mi.okin-jp.net/@okin_p)
(Misskey)  
 [https://fi.okin-jp.net/@okin_p](https://fi.okin-jp.net/@okin_p)
(Firefish)  
 [https://si.okin-jp.net/@okin_p](https://si.okin-jp.net/@okin_p)
(Mastodon)

[https://fedifile.net/@okin_p/profile/](https://fedifile.net/@okin_p/profile/)
  
 [https://twpf.jp/okin_p](https://twpf.jp/okin_p)
  
 [http://profile.hatena.ne.jp/okin_p/](http://profile.hatena.ne.jp/okin_p/)

名前：おきん  
 やってること：面倒なことをPHPにやらせる、IPv6でなにかする、車で移動する  
 主なガジェット：Google Pixel 4a (5G) ,iPhone XS(ジャンク), iPad mini5, その他

種別：IPv6 Single stack 猫

パソコンやガジェットについて書いていく…予定。

[https://twitter.com/okin_p](https://twitter.com/okin_p)
[https://si.okin-jp.net/@okin_p](https://si.okin-jp.net/@okin_p)

### *関連記事*

### コメントを残す[コメントをキャンセル](/archives/7252#respond)

このサイトはスパムを低減するために Akismet を使っています。[コメントデータの処理方法の詳細はこちらをご覧ください](https://akismet.com/privacy/)
。
