how to undo a bridge network

  • Thread starter Thread starter Francine
  • Start date Start date
F

Francine

I HAVE A SERVER BP..IN A PC AND ANOTHER PC AND BOTH ARE IN
A D_LINK 614. I DID A NETWORK BRIDGE(that i don't need)
AND SINCE THEN I DON'T HAVE ACCESS TO MY SERVER FROM
OUTSIDE OR FROM MY OTHER COMPUTER. I DID A SYSTEM RESTORE
BELEIVING THAT IT WOULD RESOLVE THE PROBLEM BUT IT DIDN'T.

SOMEONE HAVE AN IDEA??
 
I HAVE A SERVER BP..IN A PC AND ANOTHER PC AND BOTH ARE IN
A D_LINK 614. I DID A NETWORK BRIDGE(that i don't need)
AND SINCE THEN I DON'T HAVE ACCESS TO MY SERVER FROM
OUTSIDE OR FROM MY OTHER COMPUTER. I DID A SYSTEM RESTORE
BELEIVING THAT IT WOULD RESOLVE THE PROBLEM BUT IT DIDN'T.

SOMEONE HAVE AN IDEA??

Francine,

Please don't type in all caps. It's considered shouting, and is rude and hard
to read besides.

To delete a bridge, go to Settings - Network Connections. The bridge should
display there; if you right click on the bridge, one of the choices should allow
you to delete it.

Cheers,
Chuck
Paranoia comes from experience - and is not necessarily a bad thing.
 
Sorry for the caps and i forgot to say that i deleted the
network bridge connection in the pc but its not working.
And i don't have that connection in the server pc. Could
it be in the DLink Router that i should change something?
Or i read that firewall could interfered?? Is it relevant?

Communication always do the job!!
-----Original Message-----
Francine,

Please don't type in all caps. It's considered shouting, and is rude and hard
to read besides.

To delete a bridge, go to Settings - Network
Connections. The bridge should
 
Sorry for the caps and i forgot to say that i deleted the
network bridge connection in the pc but its not working.
And i don't have that connection in the server pc. Could
it be in the DLink Router that i should change something?
Or i read that firewall could interfered?? Is it relevant?

Francine,

There's not any settings in a router relevant to a bridge that I can think of.

Let's do some diagnostics.

Please provide ipconfig information for each computer.
Start - Run - "cmd". Type "ipconfig /all >c:\ipconfig.txt" into the command
window - Open c:\ipconfig.txt in Notepad, copy and paste into your next post.
Identify operating system (by name and version) with each ipconfig listing.

Do any of the computers have a software firewall (ICF or third party)? If so,
you need to configure them for file sharing, by opening ports TCP 139, 445 and
UDP 137, 138, 445, and / or by identifying the other computers as present in the
Local (Trusted) zone. Firewall configurations are a very common cause of
connectivity, (network) browser, and file sharing, problems.

From each computer, test connectivity:
1) Ping the other by name.
2) Ping the other by ip address.
3) Ping itself by name.
4) Ping itself by ip address.
5) Ping 127.0.0.1.
6) Ping the router.
Report success / failure of each test (12 tests total).

Cheers,
Chuck
Paranoia comes from experience - and is not necessarily a bad thing.
 
I hope this is what yoy meant

Microsoft Windows XP [Version 5.1.2600]SP1
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Francine>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : francine-
l5bdhv
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection 6:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek
RTL8139/810x Family Fast Eth
ernet NIC
Physical Address. . . . . . . . . : 00-50-FC-CF-
62-58
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : 6 juillet
2004 06:06:02
Lease Expires . . . . . . . . . . : 13 juillet
2004 06:06:02



C:\Documents and Settings\Francine>ping francine-l5bdhv

Pinging francine-l5bdhv [192.168.0.100] with 32 bytes of
data:

Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms



C:\Documents and Settings\Francine>ping 192.168.0.1
(router)

Pinging 192.168.0.1 with 32 bytes of data:

Reply from 192.168.0.1: bytes=32 time<1ms TTL=127
Reply from 192.168.0.1: bytes=32 time<1ms TTL=127
Reply from 192.168.0.1: bytes=32 time<1ms TTL=127
Reply from 192.168.0.1: bytes=32 time<1ms TTL=127

Ping statistics for 192.168.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms


C:\Documents and Settings\Francine>ping 127.0.0.1.

Pinging 127.0.0.1. [127.0.0.1] with 32 bytes of data:

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms


Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Documents and Settings\Francine>

2nd PC

Microsoft Windows XP [Version 5.1.2600]SP1
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Admin>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : buceo-
rzpmjbat7
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 3Com Gigabit
LOM (3C940)
Physical Address. . . . . . . . . : 00-0E-A6-4A-
42-78
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.95
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1


C:\Documents and Settings\Admin>ping buceo-rzpmjbat7

Pinging buceo-rzpmjbat7 [192.168.0.95] with 32 bytes of
data:

Reply from 192.168.0.95: bytes=32 time<1ms TTL=128
Reply from 192.168.0.95: bytes=32 time<1ms TTL=128
Reply from 192.168.0.95: bytes=32 time<1ms TTL=128
Reply from 192.168.0.95: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.0.95:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms


C:\Documents and Settings\Admin>ping 127.0.0.1

Pinging 127.0.0.1 with 32 bytes of data:

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Admin>ping 192.168.0.95

Pinging 192.168.0.95 with 32 bytes of data:

Reply from 192.168.0.95: bytes=32 time<1ms TTL=128
Reply from 192.168.0.95: bytes=32 time<1ms TTL=128
Reply from 192.168.0.95: bytes=32 time<1ms TTL=128
Reply from 192.168.0.95: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.0.95:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Documents and Settings\Admin>ping 192.168.0.1.(router)

Pinging 192.168.0.1. [192.168.0.1] with 32 bytes of data:

Reply from 192.168.0.1: bytes=32 time<1ms TTL=127
Reply from 192.168.0.1: bytes=32 time<1ms TTL=127
Reply from 192.168.0.1: bytes=32 time<1ms TTL=127
Reply from 192.168.0.1: bytes=32 time<1ms TTL=127

Ping statistics for 192.168.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Documents and Settings\Admin>


I don't have a Firewall software....
 
I hope this is what yoy meant

Francine,

That's 75% of what I meant. Unfortunately, the missing 25% is what we really
need. I need you to ping buceo from francine, by name and ip address, AND ping
francine from buceo, by name and by ip address.

So far I see no problem. Let's see how well each can ping the other, then we'll
do some more tests.

Cheers,
Chuck
Paranoia comes from experience - and is not necessarily a bad thing.
 
Microsoft Windows XP [Version 5.1.2600] Buceo
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Admin>ping francine-l5bdhv
Pinging francine-l5bdhv [192.168.0.100] with 32 bytes of
data:
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Documents and Settings\Admin>ping 192.168.0.100
Pinging 192.168.0.100 with 32 bytes of data:
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Documents and Settings\Admin>




Microsoft Windows XP [Version 5.1.2600] Francine
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Francine>ping buceo-rzpmjbat7

Pinging buceo-rzpmjbat7 [192.168.0.101] with 32 bytes of
data:

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.0.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Documents and Settings\Francine>ping 192.168.0.95

Pinging 192.168.0.95 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 192.168.0.95:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Documents and Settings\Francine>

There is a proglem.....
 
The ip address of buceo (server)have change and is now
192.168.0.101 so i ping it from francine and its ok


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Francine>ping 192.168.0.101

Pinging 192.168.0.101 with 32 bytes of data:

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.0.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Documents and Settings\Francine>ping 192.168.0.101

Pinging 192.168.0.101 with 32 bytes of data:

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.0.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Documents and Settings\Francine>
C:\Documents and Settings\Francine>
-----Original Message-----
Microsoft Windows XP [Version 5.1.2600] Buceo
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Admin>ping francine-l5bdhv
Pinging francine-l5bdhv [192.168.0.100] with 32 bytes of
data:
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Documents and Settings\Admin>ping 192.168.0.100
Pinging 192.168.0.100 with 32 bytes of data:
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Reply from 192.168.0.100: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.0.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Documents and Settings\Admin>




Microsoft Windows XP [Version 5.1.2600] Francine
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Francine>ping buceo-rzpmjbat7

Pinging buceo-rzpmjbat7 [192.168.0.101] with 32 bytes of
data:

Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.0.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Documents and Settings\Francine>ping 192.168.0.95

Pinging 192.168.0.95 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 192.168.0.95:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Documents and Settings\Francine>

There is a proglem.....
-----Original Message-----


Francine,

That's 75% of what I meant. Unfortunately, the missing 25% is what we really
need. I need you to ping buceo from francine, by name and ip address, AND ping
francine from buceo, by name and by ip address.

So far I see no problem. Let's see how well each can ping the other, then we'll
do some more tests.

Cheers,
Chuck
Paranoia comes from experience - and is not necessarily a bad thing.
.
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top