Networking Forums

Networking Forums > Computer Networking > Linux Networking > Apache vs. Bridge on FC 3

Reply
Thread Tools Display Modes

Apache vs. Bridge on FC 3

 
 
Sven Richter
Guest
Posts: n/a

 
      03-04-2005, 01:16 PM
Hi,
I've got a network as pictured below:
80.x.y.z -> Router Siemens (192.168.1.1)
/ \
192.168.1.2 192.168.1.3

On machine 192.168.1.3 there is an Apache running, which I can access
from the Internet. (I did a port-forwarding on the router to the
mac-address of 192.168.1.3)
Everything works fine.
Now, I wanted to add a third machine to the network. Since 192.168.1.3
had a second Ethernet card (eth1), I connected the new machine via cross
link to eth1 and created a bridge on 192.168.1.3:
/etc/sysconfig/network-scripts/ifcfg-br0:
DEVICE=br0
TYPE=Bridge
IPADDR=192.168.1.3
NETMASK=255.255.255.0
ONBOOT=yes
/etc/sysconfig/network-scripts/ifcfg-eth0:
DEVICE=eth0
TYPE=Ethernet
BRIDGE=br0
ONBOOT=yes
/etc/sysconfig/network-scripts/ifcfg-eth1:
DEVICE=eth1
TYPE=Ethernet
BRIDGE=br0
ONBOOT=yes

Everything works fine and I can ping each machine by another. Accessing
the Internet is also possible.
I still can access the Apache from inside the LAN, but not from the
Internet anymore...
What is the problem?
TIA.
sven

 
Reply With Quote
 
 
 
 
Davide Bianchi
Guest
Posts: n/a

 
      03-04-2005, 01:31 PM
On 2005-03-04, Sven Richter <(E-Mail Removed)> wrote:
> I still can access the Apache from inside the LAN, but not from the
> Internet anymore... What is the problem?


Your bridge is probably messing with the port-forwarding. Buy an hub.

Davide

--
If USENET is anarchy, IRC is a paranoid schizophrenic after 6 days on speed.
-- Chris "Saundo" Saunderson
 
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
IIS Vs Apache NeWGeeK Windows Networking 4 06-22-2009 03:04 PM
Apache mrdjmagnet@aol.com Linux Networking 1 12-14-2008 01:05 AM
Bridge/workgroup bridge scenario and channels Chris_D Wireless Internet 3 08-03-2005 08:44 PM
IIS vs Apache...???? gerry Home Networking 9 09-07-2004 07:15 PM
Using XP Ethernet Bridge Mode as Wireless Bridge DrewJ Wireless Internet 0 08-13-2003 10:35 PM



1 2 3 4 5 6 7 8 9 10 11