I have a problem and I would be graetful for help.
My network looks like that:
Serv (linux)
- eth0 connected to cable which available internet to local network
- eth1 connected to local network
ifconfig -a
br0 Link encap:Ethernet HWaddr 00:02:44:23:F4:AF
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:38118 errors:0 dropped:0 overruns:0 frame:0
TX packets:33936 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3636640 (3.4 Mb) TX bytes:20039340 (19.1 Mb)
eth0 Link encap:Ethernet HWaddr 00:C0F:EF:AB:5D
inet addr:10.1.1.8 Bcast:10.1.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:121141 errors:0 dropped:0 overruns:0 frame:0
TX packets:37692 errors:0 dropped:0 overruns:0 carrier:0
collisions:61 txqueuelen:1000
RX bytes:25837127 (24.6 Mb) TX bytes:4288421 (4.0 Mb)
Interrupt:12 Base address:0xe800
eth1 Link encap:Ethernet HWaddr 00:02:44:23:F4:AF
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:39324 errors:0 dropped:0 overruns:0 frame:0
TX packets:34745 errors:0 dropped:0 overruns:0 carrier:0
collisions:31 txqueuelen:1000
RX bytes:4349991 (4.1 Mb) TX bytes:20622318 (19.6 Mb)
Interrupt:11 Base address:0xec00
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:351 errors:0 dropped:0 overruns:0 frame:0
TX packets:351 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:49272 (48.1 Kb) TX bytes:49272 (48.1 Kb)
tap0 Link encap:Ethernet HWaddr 00:FF:1A:2C:16:B7
UP BROADCAST
RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:245 errors:0 dropped:0 overruns:0 frame:0
TX packets:362 errors:0 dropped:300 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:34303 (33.4 Kb) TX bytes:35133 (34.3 Kb)
root@serv:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.1.0 * 255.255.255.0 U 0 0 0
br0
localnet * 255.255.0.0 U 0 0 0
eth0
loopback * 255.0.0.0 U 0 0 0
lo
default 10.1.0.1 0.0.0.0 UG 1 0 0
eth0
root@serv:~#
DEsktop (linux)
-eth0 192.168.1.2
Computer of my friend (windows XP) - have to be connected under adress
192.168.1.11 to my local network
I have decided to make openvpn Ethernet Bridging according to the
instruction
which is placed here http://openvpn.sourceforge.net/install32.html and
here
http://openvpn.sourceforge.net/bridge.html
Summarizing I wanted to run the Broadcast bacause i want to play in
games and I want these games recognized network as a local network
Supposedly everything is ok because computers see each other and ping
without problem BUT Reply only computers from MY network
ping -b 192.168.1.255 on computer 192.168.1.2 don't get reply form my
firnd's computer
root@gentoo tt # ping 192.168.1.255 -b
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|