Hi
I have an old Nokia M1122 ADSL modem that has done sterling service. I have a IPCop linux firewall between the M1122 and my home network. This arrangement has been working well for years.
The problem is now that I have a webcam server that I want to administer. The webcam server is to be located on a remote site and connected by Telecom T-stick modem. I want to be able to ssh from the home admin laptop to the webcam server. To do this I need the webcam server to initiate a reverse ssh tunnel back to my home network. For that to work, I need to open a pinhole through the M1122 modem into the IPCop firewall. I haven't been able to do that.
At present the webcam is sitting on my dining table. When connected directly into the home network, I have no problems connecting to the designated admin laptop with ssh.
The webcam is currently connected via the XT Network sending images to the webserver (not on my network).
I have dynamic dns setup so I can confirm that the webcam server can get IP address of my modem.
I have read the M1122 manual and opened port 222 to the IPCop firewall. I have also configured the IPCop to allow ssh into the IPCop box. So I should be able to execute the command on the webcam server:
$> ssh -p 222 root@my-home.dyndns.com
to log into IPCop, but I can't. The ssh attempts time out.
I can't get through the M1122 to log into the IPCop firewall.
Ideally the modem should be configured as a half-bridge with NAPT disabled.
The modem only works with "PPP over ATM" mode and NAPT enabled.
I found an explanation of the cause of my problems here: bridging modem
It seems that M1122 port forwarding only works with bridging enabled, but the Telecom broadband connection won't work with bridging. It seems I can't break into my own network.
So I think I need to upgrade to a new modem. I think I can get a Netgear DG834G (at a cheap price) which includes a PPPoA bridging mode ( http://www.actrix.co.nz/page.php?id=109 ). Before I go down that path, can anyone confirm that the Netgear modem can be configured as a plain modem (wireless disabled) that will work with a separate firewall (IPCop)? and will I be able to do port forwarding?