Networking Forums

Networking Forums > Computer Networking > Linux Networking > Nocat - iptables problem (port forwarding)

Reply
Thread Tools Display Modes

Nocat - iptables problem (port forwarding)

 
 
pablo rossi
Guest
Posts: n/a

 
      03-04-2004, 09:51 AM
Hello,

I am using Nocat Auth and have a new problem with iptables firewall:

My wireless network is 192.168.1.0/24. I have a new wireless webcamera so I
already got it as 192.168.1.110 and I can see the video streaming from Nocat
gateway. My problem is: what should I add to gateway/bin/initialize.fw in
order to have my webcam visible from outside?. I already checked lots of
iptables rules but without success. I want to have my external IP with,
let's say port 8088 to be redirected to 192.168.1.110:80. I don't have any
other iptables firewall, only the Nocat one. The gateway has a static IP on
eth0, local wireless is on eth1 (192.168.1.251) connected through Linksys
WRT54g (192.168.1.1, works as a router). I am using nocat gateway and server
on the same machine.

###### gateway.conf -- NoCatAuth Gateway Configuration.
GatewayMode Passive
TrustedGroups Any
AuthServiceAddr wireless.mymashine.com
ExternalDevice eth0
InternalDevice eth1
LocalNetwork 192.168.1.0/24
AllowedWebHosts wireless.mymashine.com
# RouteOnly 1
# IgnoreMAC 1
MembersOnly 1
IncludePorts 22 80

###### authserv.conf -- NoCatAuth Authentication Service Configuration.
HomePage http://www.mymashine.com/
DataSource DBI
LocalGateway 192.168.1.251

###### dhcpd.conf
ddns-update-style none;
authoritative;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.120 192.168.1.199;
default-lease-time 1800;
option domain-name "mymashine.com";
option domain-name-servers xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx;
option routers 192.168.1.251;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
}

Thanks for any advices.

Best Regards,
Paul


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IPTables port forwarding Miguel Sanders Linux Networking 1 10-11-2007 12:19 PM
Problem with port forwarding config (iptables) Daryl Linux Networking 1 02-15-2007 07:54 PM
unusual iptables port forwarding problem azensun@gmail.com Linux Networking 2 11-19-2006 12:58 AM
Redirect problem with iptables and port forwarding Bertrand Sirodot Linux Networking 1 10-23-2003 02:07 PM
iptables port forwarding Jason Lee Linux Networking 4 10-13-2003 12:53 AM



1 2 3 4 5 6 7 8 9 10 11