search for: fe8f

Displaying 10 results from an estimated 10 matches for "fe8f".

Did you mean: fe80
2008 May 04
2
network-bridge called three times
...net6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:80:2d:8f:cf:de brd ff:ff:ff:ff:ff:ff inet 172.16.200.22/24 brd 172.16.200.255 scope global eth0 inet6 fe80::280:2dff:fe8f:cfde/64 scope link valid_lft forever preferred_lft forever 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:80:2d:8f:d2:d3 brd ff:ff:ff:ff:ff:ff inet 172.16.200.23/24 brd 172.16.200.255 scope global eth1 inet6 fe80::280:2dff:fe8f...
2014 Dec 03
3
partedmagic connecting to a comcast address
...adsl-184-41-28-44.mem.bellsouth.net which is now confusing me more because the 1.144 address is in; ~]$ ifconfig eth0 Link encap:Ethernet HWaddr 00:0F:FE:8F:8F:23 inet addr:192.168.1.144 Bcast:192.168.1.255 \ Mask:255.255.255.0 inet6 addr: fe80::20f:feff:fe8f:8f23/64 Scope:Link lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host virbr0 Link encap:Ethernet HWaddr 52:54:00:B3:A7:95 inet addr:192.168.122.1 Bcast:192.168.122.255 \ Mask:255.255.255.0 [geo a...
2015 Jul 27
0
wicd problem 5: wicd restarts itself when as user making terminal commands
greetings, following are command line problems as user using virtual terminals. ]$ ifconfig;date eth0 Link encap:Ethernet HWaddr 00:0F:FE:8F:8F:23 inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::20f:feff:fe8f:8f23/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1419 errors:0 dropped:0 overruns:0 frame:0 TX packets:709 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:117028 (114.2 KiB) TX bytes:872...
2015 Jul 27
0
wicd problem 4: wicd restarts itself when as root user making terminal commands
...rier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:3417 (3.3 KiB) [root at boxen Documents]# ifconfig eth0 Link encap:Ethernet HWaddr 00:0F:FE:8F:8F:23 inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::20f:feff:fe8f:8f23/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:900 errors:0 dropped:0 overruns:0 frame:0 TX packets:520 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:80504 (78.6 KiB) TX bytes:69267...
2014 Dec 03
0
partedmagic connecting to a comcast address
...t; which is now confusing me more because the 1.144 address is in; > > ~]$ ifconfig > eth0 Link encap:Ethernet HWaddr 00:0F:FE:8F:8F:23 > inet addr:192.168.1.144 Bcast:192.168.1.255 \ > Mask:255.255.255.0 > inet6 addr: fe80::20f:feff:fe8f:8f23/64 Scope:Link your ROUTER gets the internet IP on its WAN side (184.41.28.86 or whatever), and your LAN uses 192.168.1.xxx, the system you ran ifconfig on there has 192.168.1.144. the router 'translates' your private LAN addresses to the public internet address, this process is o...
2014 Dec 03
1
partedmagic connecting to a comcast address
...g me more because the 1.144 address is in; >> >> ~]$ ifconfig >> eth0 Link encap:Ethernet HWaddr 00:0F:FE:8F:8F:23 >> inet addr:192.168.1.144 Bcast:192.168.1.255 \ >> Mask:255.255.255.0 >> inet6 addr: fe80::20f:feff:fe8f:8f23/64 Scope:Link >> > > your ROUTER gets the internet IP on its WAN side (184.41.28.86 or > whatever), and your LAN uses 192.168.1.xxx, the system you ran ifconfig on > there has 192.168.1.144. the router 'translates' your private LAN > addresses to the public inter...
2014 Dec 03
3
partedmagic connecting to a comcast address
John, thank you for replying. On 12/03/2014 03:21 PM, John R Pierce wrote: > On 12/3/2014 12:47 PM, g wrote: >> wireshark text file loaded at; >> >> http://pastebin.com/rCU0CC10 > > some device on your network has the MAC address 00:0f:fe:8f:8f:23 > which Wireshark is calling PartedMagic for unknown reasons. see my new paste at; http://pastebin.com/8vBxnUSf
2003 Mar 11
8
SIP registration
...166.60.255.41) User Datagram Protocol, Src Port: 1221 (1221), Dst Port: 5060 (5060) Session Initiation Protocol Request line: REGISTER sip:bobscheller SIP/2.0 Method: REGISTER Message Header Via: SIP/2.0/UDP 166.50.129.159:15329 From: <sip:bobscheller>;tag=d09262e2-fe8f-4350-92ab-74500ad74218 To: <sip:bobscheller> Call-ID: 55323746-7eaa-4b37-9ca4-d9328f2e158e@166.50.129.159 CSeq: 2 REGISTER Contact: <sip:166.50.129.159:15329>;methods="INVITE, MESSAGE, INFO, SUBSCRIBE, OPTIONS, BYE, CANCEL, NOTIFY, ACK"...
2013 May 28
3
AR's find_by_* limits return results. How to avoid id?
When I use find_by_name method I get LIMIT 1 result. > SELECT "users".* FROM "users" WHERE "users"."age" = 25 LIMIT 1 But the "age" column is not unique in my table and its value may repeat. So I expect that an array of records where "age" is 25 will be returned. But AR limits the query by 1. How to avoid it? Or is it the default
2013 Apr 28
1
[samba4] Users can't change password from the server
...ning 7 (PAM_AUTH_ERR) Apr 28 03:27:40 samba passwd[3394]: pam_unix(passwd:chauthtok): user "VGASMB\dirbaio" does not exist in /etc/passwd ============ Running smbpasswd fails too: ============ VGASMB\dirbaio at samba:~$ /usr/local/samba/bin/smbpasswd added interface eth0 ip=fe80::5054:ff:fe8f:d68f%eth0 bcast=fe80::ffff:ffff:ffff:ffff%eth0 netmask=ffff:ffff:ffff:ffff:: added interface eth0 ip=192.168.1.12 bcast=192.168.1.255 netmask=255.255.255.0 Old SMB password: New SMB password: Retype new SMB password: Connecting to 127.0.0.1 at port 445 Doing spnego session setup (blob length=96) go...