I have Smoothwall GPL 1.0 installed. The webserver on the Orange IP is serving pages, but it cannot browse the web. I can traceroute the internet. I have added my ISP's name servers to /etc/resolv.conf. My setup is:
Orange IP - 192.168.2.1
Green IP - 172.16.1.1
Red IP - dhcp from ISP
webserver on Orange - 192.168.2.2
Webserver config files are listed below.
(real domain name is used rather than domainname)
/etc/resolv.conf
domain domainname.com
nameserver 24.128.1.82
nameserver 24.130.1.43
nameserver 24.129.0.103
/etc/sysconfig/network
NETWORKING=yes
FORWARD_IPV4="yes"
HOSTNAME="mail.domainname.com"
DOMAINNAME=localdomain
GATEWAY="192.168.2.1"
GATEWAYDEV="eth0"
ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:BF:19:14:AA
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17 errors:0 dropped:0 overruns:0 frame:0
TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:4563 (4.4 Kb) TX bytes:10915 (10.6 Kb)
Interrupt:11 Base address:0x9100
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:421 errors:0 dropped:0 overruns:0 frame:0
TX packets:421 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:27246 (26.6 Kb) TX bytes:27246 (26.6 Kb)
What am I missing?
thanks in advance,
Ken
Orange IP - 192.168.2.1
Green IP - 172.16.1.1
Red IP - dhcp from ISP
webserver on Orange - 192.168.2.2
Webserver config files are listed below.
(real domain name is used rather than domainname)
/etc/resolv.conf
domain domainname.com
nameserver 24.128.1.82
nameserver 24.130.1.43
nameserver 24.129.0.103
/etc/sysconfig/network
NETWORKING=yes
FORWARD_IPV4="yes"
HOSTNAME="mail.domainname.com"
DOMAINNAME=localdomain
GATEWAY="192.168.2.1"
GATEWAYDEV="eth0"
ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:BF:19:14:AA
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17 errors:0 dropped:0 overruns:0 frame:0
TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:4563 (4.4 Kb) TX bytes:10915 (10.6 Kb)
Interrupt:11 Base address:0x9100
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:421 errors:0 dropped:0 overruns:0 frame:0
TX packets:421 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:27246 (26.6 Kb) TX bytes:27246 (26.6 Kb)
What am I missing?
thanks in advance,
Ken