Sharing internet connection


 
Thread Tools Search this Thread
Special Forums IP Networking Sharing internet connection
# 1  
Old 02-20-2012
Sharing internet connection

Hello all,

Recently took a dive into Unix using Fedora 12 atm. I have cable modem with DHCP and a linksys 8 port router. With windows I was able to simple use the uplink port and plug each computer into the switch and use the internet connection. Having no luck doing the same in Unix. I have 4 boxes which I want to set up an intranet but have internet capability on each box. My main box has 2 ethernet cards. At this point I simply would like to know how to connect my main box to the switch and use the uplink on the switch to obtain internet connect. On a side note I would like to also have a nic card with a decticated ip for the new intranet. Any suggestion or help would greatly appreciated. Thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Sharing internet from Ubuntu to Solaris server

Hey guys can anyone explain to me how to share my laptops (on ubuntu with wifi) to my sunfire v100 thats connected via ethernet? Whats the process for that? I'd appreciate it! Thanks (1 Reply)
Discussion started by: austinramsay
1 Replies

2. Emergency UNIX and Linux Support

Sharing internet from host os to guest os

I have a host os Windows 7 ultimate in place where virtual box is installed. Now in virtual box I have installed solaris 10. There is internet connection present in host windows 7 still I am not able to access internet in solaris 10. Please help to configure solaris so that internet can be... (12 Replies)
Discussion started by: hiten.r.chauhan
12 Replies

3. UNIX for Dummies Questions & Answers

Sharing a Unix Drive Over The Internet ... but

I don't know if this can be done, otherwise, my project will come to a screeching halt. I have a SCO 5.0.5 machine connected to the internet with a static IP address. I need to be able to share a drive : /shareddrive I need to map to it from a windows machine: hence, what i'd like to... (3 Replies)
Discussion started by: gseyforth
3 Replies

4. IP Networking

Routing, Port Mapping, Internet Sharing etc etc

I'm running OS X. (OS X Server actually) and right now I use a program called BrickHouse to handle my router configuration. But this program kind of sucks. I'd much rather learn how to configure these programs manually. By these programs, I mean the programs OS X comes with to handle these jobs... (0 Replies)
Discussion started by: l008com
0 Replies

5. IP Networking

win2k to Mandrake,Internet Connection Sharing!

i've got a win2k machine(192.168.0.2) that i want to give access to mandrake through my network (192.168.0.0 255.255.255.0). I enabled ICS and setup the mandrake machine to be (192.168.0.3 255.255.255.0) and i'm still not able to get Internet Access to my Mandrake. I guess I have to do Dynamic... (2 Replies)
Discussion started by: jlb00h
2 Replies

6. Solaris

solaris and cable int. and internet sharing

hi ý have cable internet an ý dont connect internet.i can't get an ip form the dhcp of the isp and how can ý do internet sharing.ý new installed solaris.pls help me thx (2 Replies)
Discussion started by: demanyak
2 Replies

7. UNIX for Dummies Questions & Answers

Internet sharing

I wanted to share internet with my Server running Win 2000 and client on Solaris 8. I networked them with a hub and 2 NICs on Server. Is there any software to share the internet? Need help!!!!!!!!!! Thanks... Praveen (5 Replies)
Discussion started by: praveenk
5 Replies

8. IP Networking

Internet Sharing with SUSE 7.3

I have a home network connected to a cable modem. I would like to use my SUSE 7.3 as a proxy. My layout is this. all computers connected to a hub. SUSE has 2 nics. 1 for cable modem(eth0, one for internal network connected to hub(eth1) All other machines connect to hub eth0 - DHCP from ISP... (1 Reply)
Discussion started by: gdboling
1 Replies

9. UNIX for Dummies Questions & Answers

I need help to set up internet sharing in linux.

Ok, I'm kind of in between newbie and experienced somewhere. I'm an advanced computer user but only have a little experience with linux and a lot of problems with it. Currently I'm using Linux-Mandrake 8.0 (I know, I know, but let's not go into the many reasons why it's not even close to the best... (2 Replies)
Discussion started by: Nazo
2 Replies

10. UNIX for Dummies Questions & Answers

Internet Sharing

I'm new to the unix world, but have been asked if our company could set up a high speed internet connection to our unix server in order to connect all our users without haveing to pay for all these telephone lines. I assume it is easy but unsafe. Any help from the basics to the advanced will be... (2 Replies)
Discussion started by: Mike11
2 Replies
Login or Register to Ask a Question
OWLTTB(1)							  ICI executables							 OWLTTB(1)

NAME
owlttb - one-way light time transmission delay simulator SYNOPSIS
owlttb own_uplink_port# own_downlink_port# dest_uplink_IP_address dest_uplink_port# dest_downlink_IP_address dest_downlink_port# owlt_sec. [-v] DESCRIPTION
owlttb delays delivery of data between an NTTI and a NetAcquire box (or two, one for uplink and one for downlink) by a specified length of time, simulating the signal propagation delay imposed by distance between the nodes. Its operation is configured by the command-line parameters, except that the delay interval itself may be changed while the program is running. owlttb offers a command prompt (:), and when a new value of one-way light time is entered at this prompt the new delay interval takes effect immediately. own_uplink_port# identifies the port on owlttb accepts the NTTI's TCP connection for uplink traffic (i.e., data destined for the NetAcquire box). own_downlink_port# identifies the port on owlttb accepts the NTTI's TCP connection for downlink traffic (i.e., data issued by the NetAcquire box). dest_uplink_IP_address is the IP address (a dotted string) identifying the NetAcquire box to which owlttb will transmit uplink traffic. dest_uplink_port# identifies the TCP port to which owlttb will connect in order to transmit uplink traffic to NetAcquire. dest_downlink_IP_address is the IP address (a dotted string) identifying the NetAcquire box from which owlttb will receive downlink traffic. dest_downlink_port# identifies the TCP port to which owlttb will connect in order to receive downlink traffic from NetAcquire. owlt specifies the number of seconds to wait before forwarding each received segment of TCP traffic. The optional -v ("verbose") parameter causes owlttb to print a message whenever it receives, sends, or discards (due to absence of a connected downlink client) a segment of TCP traffic. owlttb is designed to run indefinitely. To terminate the program, just use control-C to kill it or enter "q" at the prompt. EXIT STATUS
0 Nominal termination. 1 Termination due to an error condition, as noted in printed messages. EXAMPLES
Here is a sample owlttb command: owlttb 2901 2902 137.7.8.19 10001 137.7.8.19 10002 75 This command indicates that owlttb will accept an uplink traffic connection on port 2901, forwarding the received uplink traffic to port 10001 on the NetAcquire box at 137.7.8.19, and it will accept a downlink traffic connection on port 2902, delivering over that connection all downlink traffic that it receives from connecting to port 10002 on the NetAcquire box at 137.7.8.19. 75 seconds of delay (simulating a distance of 75 light seconds) will be imposed on this transmission activity. FILES
Not applicable. ENVIRONMENT
No environment variables apply. DIAGNOSTICS
The following diagnostics may be printed to stdout: owlttb can't spawn uplink thread The program terminates. owlttb can't spawn uplink sender thread The program terminates. owlttb can't spawn downlink thread The program terminates. owlttb can't spawn downlink receiver thread The program terminates. owlttb can't spawn downlink sender thread The program terminates. owlttb fgets failed The program terminates. owlttb out of memory. The program terminates. owlttb lost uplink client. This is an informational message. The NTTI may reconnect at any time. owlttb lost downlink client This is an informational message. The NTTI may reconnect at any time. owlttb can't open TCP socket to NetAcquire The program terminates. owlttb can't connect TCP socket to NetAcquire The program terminates. owlttb write() error on socket The program terminates if it was writing to NetAcquire; otherwise it simply recognizes that the client NTTI has disconnected. owlttb read() error on socket The program terminates. owlttb can't open uplink dialup socket The program terminates. owlttb can't initialize uplink dialup socket The program terminates. owlttb can't open downlink dialup socket The program terminates. owlttb can't initialize downlink dialup socket The program terminates. owlttb accept() failed The program terminates. BUGS
Report bugs to <ion-bugs@korgano.eecs.ohiou.edu> perl v5.14.2 2012-05-25 OWLTTB(1)