informidia wrote:I need to know, how to get my iDirect 3000 series Modem IP.
DETERMINING THE NETMODEM’S IP ADDRESS AND SUBNET MASK
1. The easiest way to determine the NetModem’s IP address is to establish a console session and type the appropriate console command
2. Open a console session to the 0NetModem.
Note: Use the ifconfig command to find out the currently-configured IP address.

- Open a console session
- console-session.jpg (32.02 KiB) Viewed 242 times
3. At the Linux prompt, type the following command: (for 3000 series, type: ifconfig iXP0)
ifconfig iXP1Note: iXP1 for a 5000 or 7000 series Satellite Router to determine the Satellite Router’s IP address. Type: ifconfig iXP0 for 3000 series

- At the Linux prompt, type ifconfig command
- ifconfig-command.jpg (40.84 KiB) Viewed 244 times
4. Check the IP address and subnet mask of the Satellite Router.
5. Configure your laptop’s IP address to be in the same subnet as the Satellite Router’s interface.
6. Use the following commands to change the default gateway of the Satellite Router to be the same as your laptop’s IP address by entering the following commands:
route –n
route del default gw
route add default gw

- Change the default gateway of the Satellite Router
- route-command.jpg (18.9 KiB) Viewed 247 times