Timothy Murphy wrote:
> 
> In my case this caused a slight problem,
> as I had assigned the 192.168.1.0 network for the link to the network,
> and so could not access my Linksys from the network.
> I had to use a detached laptop to link to the Linksys (at 192.168.1.1)
> and then change the IP address of the Linksys (to 192.168.2.15).
> 
> This was actually a Linksys WRT54GL,
> which has been running under dd-wrt perfectly for a couple of years.
> 
You could have accessed it over the network - you just needed to add
a route for it. You could have added one for the host, or for the
entire network.

route add -host 192.168.1.1 eth0
or
route add -net 192.168.1.0 netmask 255.255.255.0 eth0

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to