DSL Router


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users DSL Router
# 1  
Old 08-28-2002
DSL Router

How do I configure my Solaris system to connect to internet thro Linksys DSL Router?

Thanks in adavnce.
# 2  
Old 08-28-2002
Assuming the model of DSL router has an inbuilt 4-port switch or an ethernet interface you should be able to attach to your local network that your solaris host is connected to....assigning a suitable IP address to the ethernet interface of the router if needed.
If you have a standalone Solaris host then just set-up a network interface for DHCP and connect to the router directly (cross over UTP cable probably req'd for a single ethernet model).
DNS (nameserver) config will be supplied by your ISP....assign the IP address of the routers ethernet interface as your default gateway....and away you go...

One additional point to add is assuming you are connecting the DSL router to the internet....remember to invest in some good firewall software and disable all unnecessary tcp/udp ports on the interface facing the router.
# 3  
Old 08-28-2002
I have a stand alone Solaris machine and I did the following(found these steps in Google search!!). No use

a. touch /etc/dhcp.eth0

b. cp /dev/null /etc/hostname.eth0


c. Make sure that /etc/inet/hosts only has one line in it, the one containing
127.0.0.1 localhost

e. touch /etc/notrouter

f. cp /dev/null /etc/defaultrouter

g. cp /dev/null /etc/resolv.conf

h. Edit the file /etc/nsswitch.conf and look at the hosts: line. By default, it reads files ; change
it to read hosts: files dns.

Restarted the system, typed ifconfig -a, no change. Couldn't connect.
# 4  
Old 08-28-2002
What is the response from 'ifconfig -a' ?
# 5  
Old 08-28-2002
$ ifconfig -a
lo0: flags=10000849<up, loopback, running,multicast, IPv4> mtu 8232 index1
inet 127.0.0.1 netmask ff000000
# 6  
Old 08-28-2002
Searched for the article you spoke of - found this

In it it states
Quote:
replace the ".eth0" with whatever the ethernet interface for your system might be, as shown by ifconfig -a
If you never had anything configured, it may not show anything in ifconfig -a. Post back with the type of system you have or grep the dmesg command for hme, qfe, or qf. You have to know the interface - it probably isn't eth0.
# 7  
Old 08-28-2002
I replaced eth0 with lo0.

How do I confihure the system? Running Solaris 8(Intel), stand alone.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Remote Unix printing to my WinXP works with no router. How can I make it work through my router?

I set up remote printing on a clients Unix server to my Windows XP USB printer. My USB printer is connected directly to my PC (no print server and no network input on printer). With my Win XP PC connected to my cable modem (without the router), i can do lp -dhp842c /etc/hosts and it prints. I... (7 Replies)
Discussion started by: jmhohne
7 Replies

2. Linux

cfdisk in DSl

ive been playing around in dsl (damn small linux) live for some time and i love the simplicity of it. but when i go into cfdisk to partition my hard drive, it says like "Fatal Error:Does not have permission" i am trying out Xandros desktop os 2.0 right now on my laptop. Can some one help me... (4 Replies)
Discussion started by: Texasone
4 Replies

3. UNIX for Dummies Questions & Answers

dsl out

i have 5 computers on a network behind a firewall, once in a while my DSL service will get knocked out and will come back in like 20 minutes or so, but during those 20 minutes, i will be able to view my website, but i will not be able to retrieve my mail, nor will be able to ftp or telnet into my... (12 Replies)
Discussion started by: norsk hedensk
12 Replies
Login or Register to Ask a Question