bean666 wrote:
>
> When I do ifconfig:
>
> eth0 Link encap:Ethernet HWaddr 00:50:04:CE:7A:D5
> inet addr:192.168.43.1 Bcast:192.168.43.255
> Mask:255.255.255.0
> EtherTalk Phase 2 addr:65280/92
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:538 errors:0 dropped:0 overruns:0 frame:0
> TX packets:567 errors:0 dropped:0 overruns:0
> carrier:0
> collisions:12 txqueuelen:100
> Interrupt:15 Base address:0xfc00
>
> eth1 Link encap:Ethernet HWaddr 00:50:DA:D9:72:C2
> inet addr:68.39.131.101 Bcast:68.39.135.255
> Mask:255.255.248.0
> UP BROADCAST NOTRAILERS RUNNING MTU:1500 Metric:1
> RX packets:2483 errors:0 dropped:0 overruns:0 frame:0
> TX packets:244 errors:0 dropped:0 overruns:0
> carrier:0
> collisions:0 txqueuelen:100
> Interrupt:11 Base address:0xf480
I'm no expert, but it looks like eth1 is getting the external address correctly. Did your settings just get messed up (maybe when you swapped NICs?) and the cards are reversed now? 192.168.x.x is a private IP, which your computer would get if it couldn't reach a DHCP server (Well, it would in Windows, I'm not sure how this is setup...). It sounds to me like it's looking at the wrong NIC for the external info... According your your ifconfig, it looks like it does have the correct external info...