Results 1 to 5 of 5
I am using the schools internet and I have installed a ubuntu virtual machine onto a mac. Unfortunately the internet isn't working, even when I typed in the port and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-04-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 75
Internet access ethernet
I am using the schools internet and I have installed a ubuntu virtual machine onto a mac. Unfortunately the internet isn't working, even when I typed in the port and IP address. Anyone know how to fix this?
- 09-04-2009 #2
What are you using for virtualization software? Typically there are 2 types of ethernet connections in virtual machines, bridging and NAT. NAT should just work, bridging puts the VM on the same network as the host, so if there is no DHCP server on this network then you need to set a static IP.
- 09-05-2009 #3
set up an internet connection
i have a redhat enterprise 5 installed on my toshiba laptop
and i'm using internet properly in my windows partition,i have a braodband connection (mini port-PPPOE) with user and password to dial ,but not a dial phone connecton it's a LAN cable from my internet operator
how do i set up a connection on my linux distro
[root@localhost]# /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:1C:7E
B:2A:22
inet6 addr: fe80::21c:7eff:fedb:2a22/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:345 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:51733 (50.5 KiB) TX bytes:6537 (6.3 KiB)
Memory:ffcc0000-ffce0000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2950 errors:0 dropped:0 overruns:0 frame:0
TX packets:2950 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4363680 (4.1 MiB) TX bytes:4363680 (4.1 MiB)
[root@localhost configurations]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
#lsmod
Module Size Used by
autofs4 24517 2
hidp 23105 2
rfcomm 42457 0
l2cap 29505 10 hidp,rfcomm
bluetooth 53797 5 hidp,rfcomm,l2cap
sunrpc 144893 1
ip_conntrack_ftp 11697 0
ip_conntrack_netbios_ns 6977 0
ipt_REJECT 9537 1
xt_state 6209 6
ip_conntrack 53025 3 ip_conntrack_ftp,ip_conntrack_netbios_ns,xt_state
nfnetlink 10713 1 ip_conntrack
iptable_filter 7105 1
ip_tables 17029 1 iptable_filter
ip6t_REJECT 9409 1
xt_tcpudp 7105 18
ip6table_filter 6849 1
ip6_tables 18053 1 ip6table_filter
x_tables 17349 6 ipt_REJECT,xt_state,ip_tables,ip6t_REJECT,xt_tcpud p,ip6_tables
cpufreq_ondemand 12493 2
dm_multipath 22089 0
video 21193 0
toshiba_acpi 9941 0
sbs 18533 0
backlight 10049 1 video
i2c_ec 9025 1 sbs
i2c_core 23745 1 i2c_ec
button 10705 0
battery 13637 0
asus_acpi 19288 0
ac 9157 0
ipv6 258273 17 ip6t_REJECT
xfrm_nalgo 13765 1 ipv6
crypto_api 11969 1 xfrm_nalgo
parport_pc 29157 0
lp 15849 0
parport 37513 2 parport_pc,lp
joydev 13313 0
snd_hda_intel 24793 3
snd_hda_codec 210881 1 snd_hda_intel
snd_seq_dummy 7877 0
snd_seq_oss 32577 0
snd_seq_midi_event 11073 1 snd_seq_oss
snd_seq 49585 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
sg 36189 0
snd_seq_device 11725 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42945 0
snd_mixer_oss 19009 1 snd_pcm_oss
snd_pcm 72005 4 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 24517 3 snd_seq,snd_pcm
iwl4965 105921 0
mac80211 117453 1 iwl4965
tpm_infineon 12905 0
snd 52421 13 snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,sn d_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer
cfg80211 16457 1 mac80211
tpm 19041 1 tpm_infineon
soundcore 11553 1 snd
e1000e 92801 0
ide_cd 40033 0
compat 7617 2 iwl4965,mac80211
tpm_bios 11073 1 tpm
snd_page_alloc 14281 2 snd_hda_intel,snd_pcm
sdhci 21337 0
mmc_core 27457 1 sdhci
cdrom 36705 1 ide_cd
serio_raw 10693 0
pcspkr 7105 0
dm_snapshot 21477 0
dm_zero 6209 0
dm_mirror 29125 0
dm_mod 61405 9 dm_multipath,dm_snapshot,dm_zero,dm_mirror
ata_piix 22341 0
ahci 30149 2
libata 143997 2 ata_piix,ahci
sd_mod 24897 3
scsi_mod 134605 3 sg,libata,sd_mod
ext3 123593 2
jbd 56553 1 ext3
uhci_hcd 25421 0
ohci_hcd 23261 0
ehci_hcd 33357 0
- 09-05-2009 #4
Jagoul, try not to hijack other users threads. And double posting is actually against Forum Rules.
Just keep an eye on your original posting. Looks like Mike is gonna get you taken care of!
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 09-11-2009 #5Just Joined!
- Join Date
- Aug 2009
- Posts
- 75
Parallels desktop
Parallels desktop. The school has macs


Reply With Quote
