This is a discussion on Cannot browse out of RedHat from my workstation within the Linux Security forums, part of the System Security and Security Related category; I have a Linux 9 server, that has two nics. One inside eth1 10.10.1.1 to a switch, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have a Linux 9 server, that has two nics. One inside eth1 10.10.1.1 to a switch,
and outside eth0 207.x.x.x , which connects to a dsl modem. I can ping the inside interface from my PC. I cannot browse thru the PC. I enabled forwarding. But it still wont forward or trace route thru the firewall. I paid for Red Hat support, still no HELP! Can someone HELP me? Thanks, Bill bdora@dcna.net |
|
|||
|
I don't know the exact answer. Let me try to guess.
- Are you trying to setup a NAT server? - had you run this command? echo "1" > /proc/sys/net/ipv4/ip_forward - had you enabled iptables module? (modprobe ip_tables) - had you enabled MASQUERADE by typing this command? /sbin/iptables -t nat -A POSTROUTING -o ppp0 -s 10.10.1.0/24 -j MASQUERADE - had you input all the PCs into the file /etc/hosts? "Bill D" <bdora@dcna.net> ????? news:b104a485.0311081904.1ba6e290@posting.google.c om... > I have a Linux 9 server, that has two nics. One inside eth1 10.10.1.1 to a switch, > and outside eth0 207.x.x.x , which connects to a dsl modem. > I can ping the inside interface from my PC. I cannot browse thru the PC. > I enabled forwarding. But it still wont forward or trace route thru the firewall. > I paid for Red Hat support, still no HELP! > Can someone HELP me? > Thanks, > Bill > bdora@dcna.net ~ Let us linux ~ -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =----- |