|
|
With a little help from direct replies, the solution has been found. After the 'bridge-start' script completed the network lost its route to the gateway device. I added the route back to the default gateway with the following command after the 'bridge-start' script was finished. route add default gw 192.168.43.1 Thanks again for those that helped out! -Sean On 7/13/05, Sean Cooper <secooper@xxxxxxxxx> wrote: > I 'think' things are setup properly, but when the 'bridge-start' > command is run the computer looses its ability to talk to the network. > I cannot ping anything through either the eth0 or the br0 devices. I > do not know what to do at this point as my limited networking > knowledge isn't helping me out anymore. > > > IFConfig after running 'bridge-start' > ------------------- > br0 Link encap:Ethernet HWaddr 00:30:1B:23:0E:48 > inet addr:192.168.43.235 Bcast:192.168.43.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > > eth0 Link encap:Ethernet HWaddr 00:30:1B:23:0E:48 > UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1 > RX packets:398 errors:0 dropped:0 overruns:0 frame:0 > TX packets:493 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes:33721 (32.9 Kb) TX bytes:409510 (399.9 Kb) > Interrupt:11 Base address:0xd000 > > 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:10 errors:0 dropped:0 overruns:0 frame:0 > TX packets:10 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:700 (700.0 b) TX bytes:700 (700.0 b) > > tap0 Link encap:Ethernet HWaddr 00:FF:D5:B1:76:4F > UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > > > brctl show results > ---------------------------- > bridge name bridge id STP enabled interfaces > br0 8000.00301b230e48 yes eth0 > tap0 > ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |