I have a FX30 modem and would like to set IP passthrough to pass the public IPv4 address through to the connected device. Is that possible? Any info on the process is appreciated. Thanks!
Eddie
I have a FX30 modem and would like to set IP passthrough to pass the public IPv4 address through to the connected device. Is that possible? Any info on the process is appreciated. Thanks!
Eddie
Have you tried the MBPL with rmnet interface in at!usbcomp ?
jyijyi,
I’m not sure your example is what I need. I’m trying to pass the public IP from rmnet_data0 to a device connected to eth0.
Any thoughts? Thanks
Eddie
jyijyi,
I noticed that after connecting the USB from the FX30 to my computer, I get a network adaptor called “Mobile Broadband adapter Cellular 2”, and it’s assigned the external public IP from the modem (rmnet_data0).
What I would like to do is to assign that IP to the device connected to eth0 instead. Are there any examples of that?
Thanks
Eddie
here is an example to share data connection with WP76/WP77 ECM interface
You might change the ecm interface to eth0 interface.
The example above is using NAT, so it is using private IP instead of the external IP address you obtained.
I guess you might need to study some bridge command in linux if you want the eth0 to use the external IP address.
“Mobile Broadband adapter Cellular 2” is directly accessing the RMNET interface of module, so it is different from eth0.